Recently, some tools are required for the development of the PIX project, such as the test tools for each actor of the PIX and the HL7 message verification tools.
Which of the following can I find?
Required tools. 1. http://hit-testing.nist.gov: 8080/connectathon-pixpdq/***** this website is mainly for the validation of PIX and PDQ messages, for example you can choose profile to pix, testcase to query, the website will have two input boxes: Query and response. copy the HL7 message sent and responded by yourself. Click Validate to check whether your implemented HL7 message passes. 2. http://pixpdqtests.nist.gov: 8080/drawing tests%2fdriver%2fversion.htm ***** this website can perform automated testing on the role of the implemented PIX and PDQ, for example you can choose the HL7 Version V2, the actors are Ihe pix manager and the testing event is out-of-cycle. The website will list all the automated testcase for this role. Click Configure to configure pi. After the IP and port of X manager, click Start to check whether the test is successful. 3. http://gazelle.ihe.net/EVSClient/hl7v2/validator.seam? Cid = 5155 ***** this website can be verified by various means. This webpage is mainly used to verify HL7 V2 messages. For example, you can copy your HL7 message to the "to be verified" input box and click "Guess message profile". The website will determine the profile of the HL7 message and verify it. 4. Chameleon (http://www.interfaceware.com/downloads.html)
* *** This tool can be used to view the definitions of each message in HL7, such as the segment, field contained in each sement, datatype of each field, and component; you can also parse HL7 messages and define corresponding segments. 5. hl7spy (http://www.hl7spy.com/) ***** this tool not only parses HL7 messages, but also can be used as a client or server to send or receive messages, and can be sent continuously. When parsing HL7 messages, this tool can list all possible values for each segment and corresponding field if table is defined.