ini logo terbaru BSIP kementerian pertanian agro standard services globalization
Kamis, 22 Desember 2022
Jumat, 25 November 2022
aplikasi terbaik dalam rekam medis elektronik khanza
pemerintah telah menerapkan sistem rekam medis elektronik (RME) sejak tahun 2014 lalu. Sistem ini memungkinkan para dokter dan petugas kesehatan untuk mengakses informasi pasien secara cepat dan tepat waktu. Beberapa rumah sakit di Indonesia telah menerapkan RME, namun masih ada beberapa hambatan yang menghambat implementasinya secara luas. Hambatan utama dalam implementasi RME adalah biaya. Penerapan sistem ini membutuhkan investasi yang cukup besar, baik untuk hardware maupun software. Kebutuhan akan perangkat lunak yang bagus dan handal juga meningkatkan biaya implementasi RME.Selain itu, hambatan lain yaitu kurangnya SDM (tenaga kerja) yang terlatih dalam penggunaan sistem ini. Karena RME merupakan sistem baru, banyak petugas kese
Rekam medis elektronik (electronic medical records, EMR) adalah suatu sistem yang mencatat data kesehatan pasien secara digital dan terintegrasi. Implementasi EMR di Indonesia masih sangat minim karena banyaknya permasalahan yang dihadapi seperti kurangnya kesadaran akan manfaat EMR, keterbatasan sumber daya manusia dan teknologi, serta kendala biaya. Walaupun demikian, pemerintah telah meluncurkan program Nasional Elektronik Rekam Medis (NERM) yang berupaya untuk mendukung implementasi EMR di seluruh Rumah Sakit Umum Pemerintah (RSUP). Program ini juga telah memberikan sertifikasi bagi RSUP yang telah memenuhi kriteria tertentu dalam implementasi EMR. Secara umum, terdapat tiga fase NERM yaitu: Fase 1: Penerapan rekam medis elektronik untuk informasi diagnosa penyakit Fase 2: Penerapan rekam medis elektronik untuk tindak
Sistem rekam medis elektronik (EHR) adalah sistem yang menyimpan data kesehatan pasien di dalam suatu database. Data yang tersimpan dalam EHR biasanya berisi informasi medis seperti riwayat penyakit, hasil pemeriksaan, catatan dokter, dan resep obat. EHR dapat memudahkan proses sharing informasi medis antar profesional kesehatan dan juga dapat memberikan akses ke data pasien secara real time. Selain itu, EHR juga dapat memberikan manfaat untuk penelitian kedokteran dan pengembangan obat baru. Dalam beberapa negara, implementasi EHR sudah menjadi standar pelayanan kesehatan publik. Namun di Indonesia, masih terdapat beberapa hambatan yang menghambat implementasi EHR secara luas. Hambatan-hambatan tersebut meliputi biaya yang mahal, kualitas data yang belum memenuhi standar, dan masalah regulasi.
laporan kegiatan workshop REKAM MEDIS ELEKTRONIK 1-3 NOVEMBER 2021 di hotel santika depok
Minggu, 13 November 2022
pake vpn tapi tidak bisa koneksi beberapa website seperti BPJS
apakah anda memakai vpn tapi tidak ada akses ke internet maka ini cara yang harus anda gunakan
pertama tekan tombol (windows + R) atau tekan menu start
terus ketikan "control panel " dan pilih control panel
kemudian masuk ke network setting
Sabtu, 22 Oktober 2022
cara agar localhost bisa diakses internet
banyak orang bertanya tentang bagaimana agar bisa di akses dari internet, ada beberapa cara yaitu dengan menggunakan
Minggu, 12 September 2021
cara memperbaiki mysql shutdown unexpectedly
bahaya banget kalo mysql kita error salah satu cara memperbaikinya dengan cara
- Back up C:\xampp\mysql\data
- Copy semua file C:\xampp\mysql\backup
- Paste adan ganti di: C:\xampp\mysql\data,kecuali ingat ya kecuali ibdata1 file.
karena ibdata1 itu mengontrol inno db dan jika terganti maka database anda akan rusak dan tidak bisa dipakai lagi
Selasa, 04 Mei 2021
viral penipu investasi di telegram
banyak sekali penipu di telegram biasa mengimingi duit dari 1 juta menjadi 15 juta atu semacam itu
jika kalian mendapat harap hati - hati
ciri - ciri grup tersebut adalah
1. tidak bisa komentar dalam grup
2. selalu pamer uang
3. meminta data pribadi anda
4. dia meminta fee duluan sebelum transfer jadi anda rugi lebih banyak
salah satu no rekening penipu di telegram
Bank BTPN
A/n : Achmad Nurcholis
No.rek : 90390127068
Kode bank 213
Senin, 15 Februari 2021
Jalan yang sering di pakai penipuan lowongan
banyak sekali penipuan untuk lowongan kerja jalan yang biasa di gunakan di Cikarang Jl HM jo joyomartono no 13, RT 3 / RW 21 margahayu Bekasi timur
Sabtu, 07 Maret 2020
how to setting opencv with android studio 4
- Download the latest OpenCV zip file from here (current newest version is 4.1.0) and unzip it in your workspace or in another folder.
- Create new Android Studio project normally. Click
File->New->Import Module, navigate to/path_to_unzipped_files/OpenCV-android-sdk/sdk/java, set Module name asopencv, clickNextand uncheck all options in the screen. - Enable
Projectfile view mode (default mode isAndroid). In theopencv/build.gradlefile changeapply plugin: 'com.android.application'toapply plugin: 'com.android.library'and replaceapplication ID "org.opencv"withminSdkVersion 21 targetSdkVersion 28(according the values inapp/build.gradle). Sync project with Gradle files. - Add this string to the dependencies block in the
app/build.gradlefiledependencies { ... implementation project(path: ':opencv') ... } - Select again
Androidfile view mode. Right click onappmodule and gotoNew->Folder->JNI Folder. Select change folder location and setsrc/main/jniLibs/. - Select again
Projectfile view mode and copy all folders from/path_to_unzipped_files/OpenCV-android-sdk/sdk/native/libstoapp/src/main/jniLibs. - Again in
Androidfile view mode right click onappmodule and chooseLink C++ Project with Gradle. Select Build Systemndk-buildand path toOpenCV.mkfile/path_to_unzipped_files/OpenCV-android-sdk/sdk/native/jni/OpenCV.mk.path_to_unzipped_filesmust not contain any spaces, or you will get error!
onCreate() method:Toast.makeText(MainActivity.this, String.valueOf(OpenCVLoader.initDebug()), Toast.LENGTH_LONG).show();
true in Toast message else you will see falseRabu, 20 November 2019
cara memulai flutter agar tidak error pertama kali
- pertama pastikan dulu flutter berjalan dengan cmd : flutter doctor
- kedua jika masalah dengan error sdk pastikan tempat sdk DI CMD dngan
flutter config --android-sdk <path-to-your-android-sdk-path> - ketiga periksa license dengan flutter doctor --android-license dan pilih ya
- kalau lambat sekali initializing gradle pilih gradle terbaru di gradle properties pilih 6.0.0-all.zip
Rabu, 05 Desember 2018
.dataservices has stopped in pie pixel rom kenzo
i instal cusrom in kenzo pixel pie after that it show .dataservices has stopped in pie pixel rom kenzo so how to fix this
- root your phone
- instal titanium backup
- delete com.quicinc.cne.CNEService
- delete com.qti.dpmserviceapp
Minggu, 05 Agustus 2018
instal radius desk ubuntu 18
HOWTO
Install Nginx
- We assume you have a clean install of Ubuntu 16.04 WITHOUT Apache installed.
- To remove Apache
sudo systemctl start apache2.service sudo apt-get remove apache2
- Ensure the English language pack is installed
sudo apt-get install language-pack-en-base
- Install Nginx
sudo apt-get install nginx
- Ensure the web server starts up and is running
sudo systemctl stop nginx.service sudo systemctl start nginx.service
- Navigate to the IP Address of the server where you installed Nginx using a browser to ensure Nginx serves content e.g. http://127.0.0.1
- The default directory where Nginx serves its content from on Ubuntu is /var/www/html.
- Since RADIUSdesk has been developed over a couple of years, it was traditionally served by Nginx from the /usr/share/nginx/html directory. (This was on Ubunut 14.04).
- Edit the default server file:
sudo vi /etc/nginx/sites-enabled/default
- Change the value of root:
#root /var/www/html; root /usr/share/nginx/html;
Configure Nginx to interpret .php files
php-fpm
- The default install of Nginx does not support the serving of .php files.
- We will install a program (actually a service) called php-fpm.
- This service will listen for requests to interpret.
- Install the php-fpm service:
sudo apt-get install php-fpm
Modify Nginx
- Now that the php-fpm service is installed we should change the default Nginx server to make use of it.
- Edit the default server file:
sudo vi /etc/nginx/sites-enabled/default
- Add index.php to this line:
#add index.php
index index.php index.html index.htm;
- Activate PHP precessing by uncommenting this this section. Note that we use the UNIX socket:
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000 # location ~ \.php$ { include snippets/fastcgi-php.conf; # # # With php7.0-cgi alone: # fastcgi_pass 127.0.0.1:9000; # # With php7.0-fpm: fastcgi_pass unix:/run/php/php7.2-fpm.sock; }
- Enable the hiding of .htaccess files
# deny access to .htaccess files, if Apache's document root # concurs with nginx's one # location ~ /\.ht { deny all; }
- Reload the Nginx web server's configuration
sudo systemctl reload nginx.service
- Create a test .php file to confirm that it does work
sudo vi /usr/share/nginx/html/test.php
- Contents:
<?php phpinfo(); ?>
- Navigate to http://127.0.0.1/test.php and see if the page display the PHP info.
Install MySQL
- Be sure to supply a root password for the MySQL database when asked for it if you are security conscious else simply hit the ESC key.
sudo apt-get install mysql-server php-mysql
Disable strict mode
- With the 16.04 release of MySQL there were some changes to the MySQL configuration which causes problems on the current RADIUSdesk database implementation.
- We will disable Strict SQL Mode in MySQL 5.7.
sudo vi /etc/mysql/conf.d/disable_strict_mode.cnf
- Enter these two lines:
[mysqld] sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
- Save the file and restart the MySQL service
sudo systemctl restart mysql.service
Performance tune Nginx
Modify expiry date for certain files
- Edit the /etc/nginx/sites-available/default file:
sudo vi /etc/nginx/sites-available/default
- Add the following inside the server section:
location ~ ^/cake2/.+\.(jpg|jpeg|gif|png|ico|js|css)$ { rewrite ^/cake2/rd_cake/webroot/(.*)$ /cake2/rd_cake/webroot/$1 break; rewrite ^/cake2/rd_cake/(.*)$ /cake2/rd_cake/webroot/$1 break; access_log off; expires max; add_header Cache-Control public; }
- Reload Nginx:
sudo systemctl reload nginx.service
Compress the text before sending it to client
- Edit the main config file of Nginx.
sudo vi /etc/nginx/nginx.conf
- Change the compression section to contain the following:
gzip on; gzip_disable "msie6"; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k; gzip_http_version 1.1; gzip_types text/plain text/css application/json application/javascript text/xml application/xml application/xml+rss text/javascript;
- Restart Nginx
sudo systemctl restart nginx.service
Install RADIUSdesk
- The first part prepared everything to install RADIUSdesk. This part will go through the steps to install the latest RADIUSdesk.
- RADIUSdesk consists of three components.
- rd directory with its contents contains all the HTML and JavaScript code and is used as the presentation layer.
- rd_cake is a CakePHP application and can be considered the engine room. Here the data is processed before being presented by the presentation layer. (We currently use one CakePHP v2 and one CakePHP v3 application in order to migrate from CakePHP v2 to CakePHP v3)
- rd_login is a directory with various login pages which are centrally managed through the RADIUSdesk Dynamic Login Pages applet. Although this is optional, it is used by most installs.
- We will use SVN (subversion) to check out the latest version (trunk) of RADIUSdesk.
Install CakePHP
- As from December 2016 we started a migration process of migrating from CakePHP v2 to CakePHP v3.
- The ORM component of CakePHP v3 is completely new and different which makes the migration fairly involved.
- Since the architecture of RADIUSdesk is following modern design principles it allows us to run both CakePHP v2 and CakePHP v3 simultaneously.
- We can then do the migration gradually over time.
Required packages
- Make sure the following packages are installed:
sudo apt-get install php-cli php-gd php-curl php-xml php-mbstring php-intl
Install CakePHP v2
- Download the 2.x version of CakePHP (Version 2.9.7 as of this writing). https://github.com/cakephp/cakephp/tags
- There are two formats to choose from when selecting to download, Zip or Tar.gz. Select Tar.gz.
- Copy and extract it inside the directory that Nginx is serving its content from (/usr/share/nginx/html)
sudo cp 2.9.7.tar.gz /usr/share/nginx/html cd /usr/share/nginx/html sudo tar -xzvf 2.9.7.tar.gz sudo ln -s ./cakephp-2.9.7 ./cake2
- Reload php7.0-fpm
sudo systemctl reload php7.0-fpm.service
Install the RADIUSdesk CakePHP v2 Application
- Install subversion in order for you to check out the latest source for RADIUSdesk.
sudo apt-get install subversion
- Check out the rd_cake branch from trunk to /usr/share/nginx/html.
cd /usr/share/nginx/html/cake2 sudo svn checkout svn://dvdwalt@svn.code.sf.net/p/radiusdesk/code/trunk/rd_cake ./rd_cake
- Change the following directories to be writable by www-data:
sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/tmp sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/Locale sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/img/flags sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/img/nas sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/img/realms sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/img/dynamic_details sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/img/dynamic_photos sudo chown -R www-data. /usr/share/nginx/html/cake2/rd_cake/webroot/files/imagecache
Install the RADIUSdesk CakePHP v3 Application
- Check out the cake3 branch from trunk to /usr/share/nginx/html.
cd /usr/share/nginx/html/ sudo svn checkout svn://dvdwalt@svn.code.sf.net/p/radiusdesk/code/trunk/cake3 ./cake3
- Change the following directories to be writable by www-data:
sudo chown -R www-data. /usr/share/nginx/html/cake3/rd_cake/tmp sudo chown -R www-data. /usr/share/nginx/html/cake3/rd_cake/logs sudo chown -R www-data. /usr/share/nginx/html/cake3/rd_cake/webroot/img/realms sudo chown -R www-data. /usr/share/nginx/html/cake3/rd_cake/webroot/img/dynamic_details sudo chown -R www-data. /usr/share/nginx/html/cake3/rd_cake/webroot/img/dynamic_photos sudo chown -R www-data. /usr/share/nginx/html/cake3/rd_cake/webroot/img/access_providers sudo chown -R www-data. /usr/share/nginx/html/cake3/rd_cake/webroot/files/imagecache
The Database
- Create the following blank database:
sudo su mysql -u root create database rd; GRANT ALL PRIVILEGES ON rd.* to 'rd'@'127.0.0.1' IDENTIFIED BY 'rd'; GRANT ALL PRIVILEGES ON rd.* to 'rd'@'localhost' IDENTIFIED BY 'rd'; exit;
- Populate the database (trunk):
sudo mysql -u root rd < /usr/share/nginx/html/cake3/rd_cake/setup/db/rd.sql
- If you have a small server like a Raspberry Pi you, run the following SQL for better performance.
USE rd; DELETE FROM phrase_values WHERE language_id=16 OR language_id=15 OR language_id=13 OR language_id=5 OR language_id=14;
Configure Nginx
- Since CakePHP uses rewrite rules, we have to configure Nginx in such a way as to allow rewriting of the URL's that starts with /cake2/rd_cake or with /cake3/rd_cake.
- Edit /etc/nginx/sites-enabled/default
sudo vi /etc/nginx/sites-enabled/default
- Add the following section inside the server section:
location /cake2/rd_cake { rewrite ^/cake2/rd_cake/(.*)$ /cake2/rd_cake/webroot/$1 break; try_files $uri $uri/ /cake2/rd_cake/webroot/index.php?q=$uri&$args; } location /cake3/rd_cake { rewrite ^/cake3/rd_cake(.+)$ /cake3/rd_cake/webroot$1 break; try_files $uri $uri/ /cake3/rd_cake/index.php$is_args$args; }
- Reload the Nginx web server:
sudo systemctl reload nginx.service
- Congratulations you are almost there. Next we will install the viewer component
Viewer component
- Check out the latest code of the viewer component under the /usr/share/nginx/html/ directory:
cd /usr/share/nginx/html/ sudo svn checkout svn://dvdwalt@svn.code.sf.net/p/radiusdesk/code/trunk/rd ./rd
- For the viewer component you need the ExtJS toolkit. We've added version 6.2.0 to the SVN repository for easy download

- Checkout and unzip the GPL version under the /usr/share/nginx/html/rd directory. NOTE: This is a single big file which will take some time to download over slow connections.
cd /usr/share/nginx/html/ sudo svn checkout svn://svn.code.sf.net/p/radiusdesk/code/extjs ./ sudo mv ext-6-2-sencha_cmd.tar.gz ./rd cd /usr/share/nginx/html/rd sudo tar -xzvf ext-6-2-sencha_cmd.tar.gz
- Now try to log in on the following URL with username root and password admin: http://127.0.0.1/rd/build/production/Rd/index.html
- Alternatively (also if you do not have Internet Access on the machine) use this URL which is a bit slower: http://127.0.0.1/rd/index.html?cache
Cron Scripts
- RADIUSdesk requires a few scripts to run periodically in order to maintain a healthy and working system.
- To activate the cron scripts execute the following command, which will add RADIUSdesk's crons scripts to the Cron system
sudo cp /usr/share/nginx/html/cake2/rd_cake/Setup/Cron/rd /etc/cron.d/
- If you want to change the default intervals at which the scripts get executed, just edit the /etc/cron.d/rd file.





