[ 'adapters' => [ // Jika ada koneksi db tersendiri ], ], 'services' => [ 'SIMpelService' => [ 'plugins' => [ // Jika ada koneksi ke plugins untuk depedensi akses ], ], 'RIService' => [ /** * Example Configuration Using GE */ /* "HL7" => [ // Pengaturan Koneksi HL7 di Server PACS 'host' => "192.168.26.38", // IP Server HL7 'port' => 6002, // Port HL7 'appName' => 'SIMRSGos V.2+', // Nama Aplikasi yang melakukan Akses 'organization' => [ 'id' => '7371325', // Kode Faskes Kemenkes 'name' => 'RSUP. Dr. Wahidin Sudirohusodo', // Nama Faskes ], 'version' => '2.4', // HL7 Format Message 'provider' => [ 'name' => "GE", 'facility' => "RIS" ] ], */ /** * Example Configuration Using ZFP (GE) */ /* "viewer" => [ 'name' => 'ZFP', 'url' => 'https://192.168.26.36/ZFP', 'queries' => '?mode=proxy#view&un=openapi&pw=mwcePzN9Mp%2f8SvLm%2fM6Wi4IkHMZ%2b05i641Kc3dcsG9BrFN4G6eUoy3kicDG0%2bQRQ&ris_exam_id=[ACCESSION_NUMBER]', 'supportIframe' => true, ], */ /** * Example Configuration Using INFINITT */ /* "HL7" => [ // Pengaturan Koneksi HL7 di Server PACS 'host' => "192.168.9.11", // IP Server HL7 'port' => 4500, // Port HL7 'appName' => 'SIMRSGos V.2+', // Nama Aplikasi yang melakukan Akses 'organization' => [ 'id' => '3329012 ', // Kode Faskes Kemenkes 'name' => 'RSUD Brebes', // Nama Faskes ], 'version' => '2.4', // HL7 Format Message 'provider' => [ 'name' => "INFINITT", 'facility' => "RIS" ] ], */ /** * Example Configuration Using ULITE (INFINITT) */ /* "viewer" => [ 'name' => 'ULITE', 'url' => 'http://192.168.9.11:8000/externalinterface/viewexi', 'queries' => '?MODE=UL&TYPE=V&LID=his&LPW=1234&AN=[ACCESSION_NUMBER]', 'supportIframe' => true, ], */ /** * Example Configuration Using ZeTTA */ /* "HL7" => [ // Pengaturan Koneksi HL7 di Server PACS 'host' => "110.50.84.192", // IP Server HL7 'port' => 21110, // Port HL7 'appName' => 'SIMRSGos V.2+', // Nama Aplikasi yang melakukan Akses 'organization' => [ 'id' => '7371325', // Kode Faskes Kemenkes 'name' => 'RSUP. Dr. Wahidin Sudirohusodo', // Nama Faskes ], 'version' => '2.4', // HL7 Format Message 'provider' => [ 'name' => "ZeTTA", 'facility' => "RIS" ] ], */ /** * Example Configuration Using ZeTTA */ /* "viewer" => [ 'name' => 'ZeTTA', 'url' => 'http://192.168.137.7/URLCall.do', 'queries' => '?LID=[LID]&LPW=[LPW]&LICD=[LICD]&WTYPE=[WTYPE]&XTYPE=[XTYPE]&PID=[PID]&ACN=[ACCESSION_NUMBER]&TIMESTAMP=[TIMESTAMP]', 'key' => 'aknc42xc9t3adatw9y78uo2x5n0xwm79', 'params' => [ "LID" => "dok", "LPW" => "dok", "LICD" => "0425", "WTYPE" => "M", "XTYPE" => "Y" ], 'supportIframe' => false, ], */ /** * Example Configuration Using DCM4CHEE */ /* "HL7" => [ // Pengaturan Koneksi HL7 di Server PACS 'host' => "192.168.26.154", // IP Server HL7 'port' => 2121, // Port HL7 'appName' => 'SIMRSGos V.2+', // Nama Aplikasi yang melakukan Akses 'organization' => [ 'id' => '7371325', // Kode Faskes Kemenkes 'name' => 'RSUP. Dr. Wahidin Sudirohusodo', // Nama Faskes 'root' => '1.2.360.7371325' // Ganti 7371325 Sesuai dengan Kode Faskes Kemenkes ], 'version' => '2.3.1', // HL7 Format Message 'provider' => [ 'name' => "DCM4CHEE", // @see driver/worklist 'facility' => "RIS" ] ], */ /** * Example Configuration Using OVIYAM */ /* "viewer" => [ 'name' => 'OVIYAM', 'url' => 'http://192.168.23.62:8080/oviyam3/viewer.html', 'queries' => '?accessionNumber=[ACCESSION_NUMBER]', 'supportIframe' => true, ], */ /** * Multi worklist dan viewers */ "HL7" => [ [ // Pengaturan Koneksi HL7 di Server PACS 'host' => "192.168.23.62", // IP Server HL7 'port' => 2575, // Port HL7 'appName' => 'SIMRSGos V.2+', // Nama Aplikasi yang melakukan Akses 'organization' => [ 'id' => '7371325', // Kode Faskes Kemenkes 'name' => 'RSUP. Dr. Wahidin Sudirohusodo', // Nama Faskes 'root' => '1.2.360.7371325' ], 'version' => '2.3.1', // HL7 Format Message 'provider' => [ 'name' => "DCM4CHEE", // @see driver/worklist 'facility' => "RIS" ] ], /* [ 'host' => "192.168.26.38", // IP Server HL7 'port' => 6002, // Port HL7 'appName' => 'SIMRSGos V.2+', // Nama Aplikasi yang melakukan Akses 'organization' => [ 'id' => '7371325', // Kode Faskes Kemenkes 'name' => 'RSUP. Dr. Wahidin Sudirohusodo', // Nama Faskes ], 'version' => '2.4', // HL7 Format Message 'provider' => [ 'name' => "GE", 'facility' => "RIS" ], ], */ ], "viewer" => [ [ 'name' => 'OVIYAM', 'description' => 'Oviyam > DCM4CHEE', 'url' => 'http://192.168.23.62:8080/oviyam3/viewer.html', 'queries' => '?accessionNumber=[ACCESSION_NUMBER]', 'supportIframe' => false, ], [ 'name' => 'ZFP', 'description' => 'ZFP > GE', 'url' => 'https://192.168.26.36/ZFP', 'queries' => '?mode=proxy#view&un=openapi&pw=mwcePzN9Mp%2f8SvLm%2fM6Wi4IkHMZ%2b05i641Kc3dcsG9BrFN4G6eUoy3kicDG0%2bQRQ&ris_exam_id=[ACCESSION_NUMBER]', 'supportIframe' => true, ], ], ], ], ];