#------------------------------------------------------------------------------- # PIXConsumer.ini # Configuration file for KISimulator based PIXConsumer. In this case the .ini # file name is the same as the simulator class name, because there is only # expected to be one instance. If multiple instances are desired, they would # have different instance, and ini file, names. #------------------------------------------------------------------------------- [Foundation] #------------------------ Gazelle interface web service published by PIXConsumer interfaceURL=http://localhost:6001/PIXConsumer #--------------------------------------------- Name of the Actor Simulator Class simulatorClassName=net.ihe.gazelle.shakespeare.KISimulators.PIXConsumer #------------------------------------------------------------------------------- # PIXConsumer uses the HL7V2Client helper class in KISimulatorUtilities to send # and receive messages. HL7V2Client uses the ini file to locate certificate # files for secure servers along with their passwords. here is an example for a # secure server whose participant id (passed from Gazelle) is "securePIXManager" # and whose certificate files are in a sub directory of the runDirectory called # "certificates". #------------------------------------------------------------------------------- [securePIXManager_cert] SendingCertificatePath=certificates/client.private SendingCertificatePassword=clientpw ReceivingCertificatePath=certificates/server.public ReceivingCertificatePassword=serverpw #------------------------------------------------------------------------------- # In order to help avoid repetitive data entry when running tests, PIXConsumer # recognizes an inbound map name "TestCode". If that value is filled in, it # "points" to a section in the ini file which has preset values for inbound map # name value pairs. PIXConsumer looks for a section whose name is # "GetCorrespondingIdentifiers_" followed by the test code value. Here are some # sections where that technique is used to preset MESA tests. Note that any # entries in these sections can still be overridden by entries made in the # Gazelle Test Engine. These entries apply if those are left blank. #------------------------------------------------------------------------------- [GetCorrespondingIdentifiers_10501C1] PatientIdentifier=PIX10501 AssigningAuthority=HIMSS2005 AssigningAuthorityUID=1.3.6.1.4.1.21367.2005.1.1 AssigningAuthorityUIDType=ISO ReturnAssigningAuthority=XREF2005 ReturnAssigningAuthorityUID=1.3.6.1.4.1.21367.2005.1.2 ReturnAssigningAuthorityUIDType=ISO [GetCorrespondingIdentifiers_10501C2] PatientIdentifier=ABC10501 AssigningAuthority=HIMSS2005 AssigningAuthorityUID=1.3.6.1.4.1.21367.2005.1.1 AssigningAuthorityUIDType=ISO ReturnAssigningAuthority=XREF2005 ReturnAssigningAuthorityUID=1.3.6.1.4.1.21367.2005.1.2 ReturnAssigningAuthorityUIDType=ISO [GetCorrespondingIdentifiers_10502] PatientIdentifier=XX10502 AssigningAuthority=HIMSS2005 AssigningAuthorityUID=1.3.6.1.4.1.21367.2005.1.1 AssigningAuthorityUIDType=ISO [GetCorrespondingIdentifiers_10503] PatientIdentifier=ABC10503 AssigningAuthority=XXXX AssigningAuthorityUID=1.3.6.1.4.1.21367.2005.3.3333 AssigningAuthorityUIDType=ISO