Thursday, November 28, 2019

Memahami Lebih Detail Mengenai Komputer/Laptop/Smartphone


Komputer adalah suatu integrasi Perangkat Keras (Hardware) dan Perangkat Lunak (Software) disebut juga sistem operasi yang akan menjalankan beberapa prosedur yaitu Input, Process dan akan menghasilkan Output/hasil dan Simpanan Data.

Perangkat keras (hardware) terbagi menjadi beberapa komponen:
  1. Input : system akan menerima input dari user untuk kemudian diproses oleh bagian Process. Contoh perangkat: keyboard, mouse, scanner 
  2. Process : data input yang diterima kemudian akan diterjemahkan/ diolah oleh bagian process dengan motor utama adalah processor. Tentunya proses ini membutuhkan perangkat lain yaitu motherboard (mainboard) dan memory (ROM/RAM). 
  3. Output : hasil data dari tahapan proses akan ditampilkan di monitor, printer atau dalam bentuk file yang bisa disimpan dalam media penyimpanan
  4. Penyimpan data : salah satu bentuk output dari suatu proses komputer, contohnya hard drive (hard disk), SSD, memory (RAM), flash disk
                        Berikut Gambar Hardware yang digunakan di komputer/laptop :
      • Processor (Intel Core i3) 
      • Memory
                          

      • Hard Disk
      • Keyboard
      • Mouse 

      • Monitor
                                              

Perangkat lunak (software) terbagi menjadi:
  1. BIOS : Basic Input/Output System, merupakan software yang akan dijalankan pertama kali saat komputer dihidupkan, dan merupakan software yang berisi konfigurasi perangkat keras (hardware)
  2. Operating System/Sistem Operasi (OS) merupakan software yang akan dijalankan berikutnya yang merupakan base software (software dasar) dari program /aplikasi lain.  OS adalah manager dari software-software lain di dalamnya. Contoh: Windows XP/7/8/Windows 10, Linux, Ubuntu, Android
  3. Software Aplikasi, merupakan software yang dijalankan di dalam suatu OS. Software ini akan bisa dijalankan apabila telah diinstall dan setting tertentu. Software ini yang akan banyak digunakan untuk membantu aktivitas kita. Contoh: Notepad, Paint, MS Office, LibreOffice, Google Chrome, Google Classroom dll.

Thank you...


Wednesday, April 3, 2019

Medical Record Application - Fingerprint & Images Supported

We use Fingerprint U.Are.U 4500 Scanner in this Medical Record Application is a custom application that is very suitable for medical record activities in various health clinics.

This application was also developed to be able to use fingerprints as patients identity by using fingerprint scanner U.Are.U 4500 fingerprint scanner. We've created this application by using several programming tools, ie. Delphi 7, Visual Basic .NET, U.Are.U 4500 SDK, and database SQL Server Express Edition.

This is an integrated application that combined both medical record app and fingerprint app. The fingerprint app has own database that will lookup to medical record database and vice versa. I created  the fingerprint app with VB .NET and Digital Persona SDK/API. Medical Record App developed by Delphi 7, and will call Fingerprint App by providing some parameters.

The Fingerprint App can be ran as a standalone app and can be also customized for any other purposes.

This application can also save images of LAB/USG results per patient per examination. The image will be automatically saved and can be viewed from the medical record.

Equipped with complete reports, and also equipped with reports in graphic form.

Here are some views of this medical record application.

In this Video we will see how the registration & verification processes work using fingerprint scanner U.ARE.U 4500 scanner. Registration a fingerprint just take some seconds, and the result can be verified quickly too.
   
         Fingerprint Scanner Registration & Verification


TEST 20 Fingerprints Registration & Verification can be Viewed in this video:



Main Menu

Biodata Pasien - Fingerprint

Patient Data, Find, Add, Edit, Delete

Family Data

Medical Checkup Registration Fingerprint

Input/Edit Processes on Medical Examination

Save Images on Examination



Medical Record - Drug Data

Medical Record - Anamnesis & Diagnosis

Medical Record - Previewer

Patient Visit Report

Patient Visit Chart

Patient Examination Recap

Disease Recap per Patient Age Group at Check-up

Patient Recap with Diagnostic Measures

Thank you.

#fingerprints #identification #programming #delphi #c #dotnet #net #sqlserver #threads #apidevelopment #proven #creative


Tuesday, April 2, 2019

Instalasi Microsoft SQL Server Database Engine

Proses instalasi Aplikasi Rekam Medis terdiri beberapa tahap, yaitu
  1. Instalasi database engine - SQL Server Express Edition
  2. Restore database
  3. Instalasi Aplikasi Rekam Medis
Let's get starting...

1. Instalasi Database Server - SQL Server Express Edition

Aplikasi Rekam Medis ini menggunakan database sebagai media penyimpan data. Adapun database engine yang digunakan adalah Microsoft SQL Server Express Edition (freeware version).

Pada sesi ini kita menggunakan versi MS SQL Server 10.50.4000.0 Express Edition - bisa di download di link ini https://www.microsoft.com/en-us/download/details.aspx?id=30437 dengan memilih versi 32/64 bit.

Setelah file berhasil di download, jalankan file tersebut dengan double click di file tsb. dan ikuti step-step dibawah ini (pilihan & isian harus sesuai gambar). Untuk memperjelas dalam melihat gambar, klik gambar sehingga akan tampil dalam bentuk gallery yang bisa di pilih/scroll dengan mudah.











If you have been seen the last images, it means the installation completed successfully.

Thank you...