Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
{
	"t2007hl7_charmap": "Windows 1252",
	"t2007hl7_protocol_id": 1,
    "t2007hl7_protocol_name": "HL7",
    "t2007hl7_protocol_version": "2.5",
	"t2007hl7_hl7InputPath": "/var/tmp/medicaide/",
	"t2007hl7_port": "55502",
	"t2007hl7_ip": "0.0.0.0",
	"t2007hl7_dobformat": "20060102",
	"t2007hl7_visit_number": "PV1.19.1",
	"t2007hl7_ipc_host": "65.108.247.244",
	"t2007hl7_ipc_port": "55500",
	"t2007hl7_ipc_path": "/ws",
	"t2007hl7_ipc_max_message_size": 128,
	"t2007hl7_log_level": -1,
	"t2007hl7_server_id": "medicaide.cloud",
	"t2007hl7_api_host": "65.108.247.244",
	"t2007hl7_api_port": "55501",
	"t2007hl7_obx_chunksize": -1,
	"t2007hl7_obx31_identifier": "DOC",
	"t2007hl7_obx32_text": "Document",
	"t2007hl7_obx33_name": "99zbg",
	"t2007hl7_obx51_app": "application",
	"t2007hl7_obx52_type": "pdf",
	"t2007hl7_obx53_encoding": "base64",
	"t2007hl7_coding": "mllp",
	"t2007hl7_cis_ip": "localhost",
	"t2007hl7_cis_port": "55503",
	"t2007hl7_oru_send_txa": "true",
	"t2007hl7_timezone": "Europe/Berlin"
}

Timezones

timezones specified acc. to IANA https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

Charmaps

Can be any of the following list, see https://pkg.go.dev/golang.org/x/text/encoding/charmap for details

Expand
titleCharmaps
Code Block
	CodePage037,
	CodePage437,
	CodePage850,
	CodePage852,
	CodePage855,
	CodePage858,
	CodePage860,
	CodePage862,
	CodePage863,
	CodePage865,
	CodePage866,
	CodePage1047,
	CodePage1140,
	ISO8859_1,
	ISO8859_2,
	ISO8859_3,
	ISO8859_4,
	ISO8859_5,
	ISO8859_6,
	ISO8859_6E,
	ISO8859_6I,
	ISO8859_7,
	ISO8859_8,
	ISO8859_8E,
	ISO8859_8I,
	ISO8859_9,
	ISO8859_10,
	ISO8859_13,
	ISO8859_14,
	ISO8859_15,
	ISO8859_16,
	KOI8R,
	KOI8U,
	Macintosh,
	MacintoshCyrillic,
	Windows874,
	Windows1250,
	Windows1251,
	Windows1252,
	Windows1253,
	Windows1254,
	Windows1255,
	Windows1256,
	Windows1257,
	Windows1258,
	XUserDefined