Question

Does anyone know where I can get support for MDM^R01 message type. I checked on this website but found no class with MDM^R01: http://hl7api.sourceforge.net/apidocs/ca/uhn/hl7v2/model/AbstractMessage.html

Please help.

Thanks.

Was it helpful?

Solution

A MDM^R01 message type is not a standard HL7 v2 message type. If I had to guess the message is probably either actually an MDM^T02 or, more likely, an ORU^R01. If this truly is a custom message type, you could always compile a custom version of HAPI with the new message definition. Depending on the way you receive the message, you may also want to consider creating a pre-processing component and update the MDM^R01 type with a more appropriate/valid message type.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top