Monday, February 15, 2016

Interoperabilitas: Mengapa begitu sulit?

Hampir setiap orang sependapat bahwa interoperabilitas — menjadikan informasi kesehatan mengalir dengan lancar antara perangkat dan sistem IT yang terpisah — akan meningkatkan perawatan pasien dan menurunkan biaya. Kendatipun penggunaan teknologi dan gadget terkini, masih saja sulit terhubung untuk berbagi data kesehatan.
Salah satu tantangan interoperabilitas adalah bahwa peralatan medis yang berbeda dan pabrikan IT bidang kesehatan masing-masing memiliki teknologi antarmuka yang dipatenkan, sehingga tak ada cara untuk menghubungkan bagian-bagian yang terpisah. Tanpa antarmuka yang umum — sesuatu yang mirip kabel USB — rumah sakit terpaksa menghabiskan waktu dan uang untuk menata setiap teknologi dengan cara yang berbeda-beda.
Tambahan masalah bahwa tidak ada arsitektur menyeluruh untuk menciptakan interoperabilitas. “Di layanan kesehatan, kita tidak memiliki blueprint untuk menggabungkan bagian-bagian yang terpisah,” menurut McDermott.
Masalah lain adalah standardisasi yang kurang.  “Ada keengganan dalam komunitas IT untuk berbagi informasi guna pengembangan kapabilitas”. Kendala terbesar untuk interoperabilitas adalah menjadikan antara pembuat alat kesehatan dengan developer IT untuk saling bertukar pendapat dan informasi.

EHR vendors have also expressed frustration with the lack of interoperability, made more glaring with the shift to electronic health records. According to one study, 70% of physicians are spending less time with patients because of the demands of electronic record entry. The problem spurred athenahealth to launch a ‘Let Doctors Be Doctors’ campaign last October.
McDermott understands that frustration. “Hospitals and health systems don’t want to pay for things that don’t work together in a plug-and-play way, because it’s not good for patients,” she said. “There are absolute implications for patient safety, clinical care outcomes, clinician fatigue. We’re exhausting our workforce because they have to spend so much time troubleshooting the technology instead of having it function seamlessly in the background.”
The goal is to ensure that the architecture is vendor-neutral and supports real-time one-to-many communications, two-way data exchange, plug-and-play integration of devices and systems, the use of standards and the highest level of security, McDermott said.
“At the end of the day, we’re trying to make it easier and less expensive for devices to talk to each other, for devices to talk to EHRs and to other systems that support patient care and clinical decisionmaking, not to mention consumer access to information,” she said.
For Cerner, interoperability involves working with competitors and industry partners to achieve more “meaningful connectivity using available standards and creating new ones where there are gaps,” said Cerner VIce President of Interoperability Bob Robke. “Our ongoing innovation includes an open platform that strengthens scope and service along the continuum of care, making it easier and faster for developers to create apps that meet the needs of people and their healthcare providers,” he said.​
The federal government has also been involved in the press for greater health interoperability. Last October, the Office of the National Coordinator for Health Information Technology released its final roadmap on interoperability. Guiding it are three overarching themes: the need to move to a value-based healthcare system that enables consumers to access and share personal health data; the need to eliminate obstacles, whether intentional or inadvertent, to data sharing across organizational boundaries; and the need for federally recognized interoperability standards.
And on Jan. 26, the Food and Drug Administration released draft guidance on design considerations for manufacturers of  interoperable medical devices. Testing of devices should focus on the risks associated with interoperability, the potential for misuse and likely scenarios of events that could compromise patient safety.
In addition, the Senate’s Health, education, Labor & Pensions Committee last month unveiled legislation aimed at enhancing overall use and development of health IT. Among its proposals is the creation of a “trusted exchange network” for information sharing across health systems, EHR vendors and consumers. The bill would also create a set of “standardized data elements,” so that information could be easily entered and shared in patient registries.
Such initiatives notwithstanding, moving interoperability forward is a slow process and will take a concerted effort by the provider community, EHR vendors and devicemakers working together to tackle the obstacles. CMI hopes to provide that space. “You really need a place for all parties to say we should work with this architecture within the platform it creates, and everyone has access to the data in that platform and we can all compete on top of that,” McDermott said.

Sunday, February 14, 2016

Membuat Project Baru pada Lingkungan Visual Studio 2015

Saat pertama menjalankan Visual Studio 2015, akan terlihat tab Start Page pada IDE, seperti gambar berikut.

Your Start page might look a little different than the one shown in Figure  —depending on what version of Visual Studio you are using.
Anda dapat membuka project yang telah dibuat sebelumnya atau membuat project baru pada tampilan awal Start Page tersebut.
Pada artikel ini, anda akan membuat sebuah aplikasi Windows baru, silakan pilih File, New Project untuk menampilkan kotak dialog New Project seperti gambar berikut.

Kotak dialog New Project digunakan untuk menentukan type project Visual Basic yang akan dibuat. (Anda dapat membuat bermacam jenis projects dengan Visual Basic, dengan bahasa lain yang didukung .NET Framework.) Jika anda menggunkan Visual Studio versi penuh, akan ada banyak pilihan yang tersedia.
Buatlah sebuah Windows Forms Application yang baru dengan ikuti langkah-langkah berikut:
1. Klik Windows Desktop dalam tree di bagian kiri.
2. Klik item Windows Forms Application untuk memilihnya.
3. Pada bagian bawah kotak dialog New Project ada kotak teks Name. Ini digunakan untuk menentukan nama project yang akan dibuat. Silakan beri nama Picture Viewer dalam kotak teks Name.
4. Klik OK untuk membuat project.
Always set the Name text box to something meaningful before creating a project; otherwise, you’ll have more work to do later if you want to move or rename the project.
Ketika Visual Basic membuat sebuah project Windows Forms Application yang baru, otomatis menambahkan sebuah form (window abu-abu kosong) untuk memulai membangun interface pada aplikasi Anda, seperti gambar berikut.

Lingkungan Visual Studio 2015 anda mungkin terlihat berbeda dibanding tampilan pada artikel ini, tergantung edisi Visual Studio 2015 yang Anda gunakan, karena beberapa faktor, seperti resolusi monitor. Jika window seperti gambar di atas tidak tampil dalam IDE anda, gunakan menu View untuk menampilkannya.
To create a program that can be run on another computer, you start by creating a project and then compiling the project into a component such as an executable (a program a user can run) or a DLL (a component that can be used by other programs and components). The compilation process is discussed in detail later. The important thing to note at this time is that when you hear someone refer to creating or writing a program , just as you’re creating the Picture Viewer program now, that person is referring to the completion of all steps up to and including compiling the project to a distributable file.

Visual Basic 2015 – Visual Studio 2015

Sebelum memulai, sebaiknya anda harus familier dengan hal-hal berikut ini:
  • Distributable component: Hasil akhir, sebuah project yang sudah ter’kompilasi’. Dapat disebarluaskan ke orang lain atau ke komputer lain tanpa memerlukan aplilasi Visual Basic 2015 (aplikasi yang digunakan untuk membuat sebuah program .NET) namun masih memerlukan .NET runtime. Distributable component juga sering disebut program.
  • Project: Sekumpulan files yang dapat dikompilasi untuk membentuk distributable component(program). Ada beberapa jenis project, dan aplikasi yang rumit bisa jadi terdiri dari beberapa projects.
  • Solution: Koleksi project dan file yang membentuk sebuah applikasi.
In the past, Visual Basic was an autonomous language. This has changed. Now, Visual Basic is partof a larger entity known as the.NET Framework. The .NET Framework encompasses all the .NET technology, including Visual Studio .NET (the suite of development tools) and the common language runtime (CLR), which is the set of files that make up the core of all .NET applications. You’ll learnabout these items in more detail as you progress through this book. For now, realize that VisualBasic is one of many languages that exist within the Visual Studio family. Many other languages, such as C#, are also .NET languages, make use of the CLR, and are developed within Visual Studio.
Visual Studio 2015 adalah sebuah development environment yang komplit,  disebut sebagai IDE (singkatan integrated development environment). Visual Studio 2015 mendukung pengembangan software menggunakan beberapa bahasa pemrograman yang berbeda,Visual Basic adalah yang paling populer. IDE Visual Studio itu bukan hanya Visual Basic, namun bahasa yang akan kita gunakan dalam Visual Studio 2015 adalah Visual Basic. Untuk bekerja menggunakan Visual Basic, yang pertama silakan anda mulai jalankan Visual Studio 2015 IDE.

Sunday, May 25, 2014

Lift Your Spirit - Aloe Blacc

Lift Your Spirit

Aloe Blacc
  1
The Man
4:14
2
Love Is The Answer
3:44

3
Wake Me Up (Acoustic)
3:45

4
Here Today
3:54

5
Can You Do This
2:55

6
Chasing
4:22

7
The Hand Is Quicker
5:02

8
Ticking Bomb
3:36

9
Red Velvet Seat
3:24

10
Owe It All
 

Product Details

  • Label: Aloe Blacc/XIX Recordings/Interscope Records
  • Record Company Required Metadata: Music file metadata contains unique purchase identifier. Learn more.
  • Total Length: 38:49
  • Genres:
    • Pop
  • ASIN: B00IDXR7FC
  • Average Customer Review: 4.8 out of 5 stars  See all reviews (78 customer reviews)
  • Amazon Best Sellers Rank: #14 Paid in MP3 Albums 

 

Thursday, May 22, 2014

Ghost Stories - Coldplay

Product Details

  • Original Release Date: May 16, 2014
  • Release Date: May 16, 2014
  • Label: Parlophone UK
  • Copyright: 2014 Parlophone Records Limited, a Warner Music Group Company.
  • Record Company Required Metadata: Music file metadata contains unique purchase identifier. Learn more.
  • Total Length: 42:38
  • Genres:
  • ASIN: B00IR3W52S