templates.response_header.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of li2b2-server Show documentation
Show all versions of li2b2-server Show documentation
This project emulates the core components
of an i2b2 server backend. Basic functionality
of PM, CRC, ONT and WORK cells allows the
official i2b2 webclient to connect ot this
emulated server.
<message_header xmlns="http://www.i2b2.org/xsd/hive/msg/1.1/"> <i2b2_version_compatible>1.1</i2b2_version_compatible> <hl7_version_compatible>2.4</hl7_version_compatible> <sending_application> <application_name>${service_name}</application_name> <application_version>${service_version}</application_version> </sending_application> <sending_facility> <facility_name>i2b2 Hive</facility_name> </sending_facility> <receiving_application> <application_name>${client_name}</application_name> <application_version>${client_version}</application_version> </receiving_application> <receiving_facility> <facility_name>i2b2 Hive</facility_name> </receiving_facility> <datetime_of_message>${timestamp}</datetime_of_message> <security> <domain>${domain}</domain> <username>${user}</username> <password token_ms_timeout="1800000" is_token="true">${session}</password> </security> <message_control_id> <message_num>${message_id}</message_num> <instance_num>1</instance_num> </message_control_id> <processing_id> <processing_id>P</processing_id> <processing_mode>I</processing_mode> </processing_id> <accept_acknowledgement_type>AL</accept_acknowledgement_type> <application_acknowledgement_type>AL</application_acknowledgement_type> <country_code>DE</country_code> <project_id>${project}</project_id> </message_header>