Skip to content
English
  • There are no suggestions because the search field is empty.

Agent Config Strings

A list of all PACs and the agent config strings necessary to set up their agent.

  • SOPRO: {"attach_files": [ "Patient.dat" ], "convert_method": "jpg2dcm_v1", "file_extension": "jpg", "hash_dicom_tag_name": "PixelData"}
  • QxVue/MaxxVue: {"convert_method": "img2dcm_v1", "file_extension": "img", "agent_unique_id": "1.3.6.1.4.1.AgentId"}
  • TIFF: {"convert_method": "tiff2dcm_v1", "file_extension": "xtf", "hash_dicom_tag_name": "PixelData"}
    • 20/20 Imaging: {
          "file_match":    "/\\\\[\\d\\.]+$/i"
      }
  • AGFA: {"convert_method": "agfa2dcm", "file_extension": "preprocessed"}
  • AGFA Automation: {"agfa_poller_enabled": true}
  • VxVue: {"convert_method": "vxvue2dcm_v1",   "file_extension": "img"}
  • Image Pilot: {

    "convert_method": "imagepilot2dcm",
    "file_extension": "img",
    "send_delay_time": 60000
}

  • Aria: {    "file_match": "/^(?!.*\\\\data\\\\).*\\.dcm$/i",    "hash_dicom_tag_name": "PixelData"}
  • SCIL IPS Dental:

{
    "attach_files": [
        "*/Patient.inf"
    ],
    "file_extension": "DIC",
    "hash_dicom_tag_name": "PixelData"
}