tested in batam 30mei2025

This commit is contained in:
mario
2025-05-30 16:48:32 +07:00
parent c945ead72f
commit 06cd92013b
3 changed files with 37 additions and 10 deletions

View File

@@ -8,14 +8,14 @@ SOURCE_PORT = 8888 # Our port
# Source PACS Configuration (where to query/get data from)
SOURCE_PACS = {
"host": "192.168.22.3",
"host": "192.168.2.30",
"port": 11112,
"aet": "ABPACS"
"aet": "FREEDOM"
}
# Destination PACS Configuration (where to send data to)
DESTINATION_PACS = {
"host": "152.42.173.210",
"host": "192.168.1.29",
"port": 11112,
"aet": "ABPACS"
}
@@ -40,5 +40,5 @@ JSON_OUTPUT_DIR = "output/json"
DICOM_STORE_DIR = "output/dicom"
# HIS Configuration
HIS_HOST = "localhost:8787"
HIS_URL = "/result_series"
HIS_HOST = "192.168.1.1:80"
HIS_URL = "/poapi/api_migrasiclarity.php?name=migrasi_data_pacs"