I am currently working on updating an existing HL7 integration that is build in NET 4.5.1 using the nHapi library version 2.3.1
Our integration partner has changed a couple of things and wishes to send us different messagesTypes of HL7: SIU^12, SIU^13, SIU^14, SIU^15 and SIU^17.
However when I pull up the different supported messageTypes in
NHapi.Model.V231.Message I can only find support for SIU_12 and not the 4 other types that our integrator wants to utilize.
I took a look in the 2.5.0 version with the same result.
Are these messageTypes just not supported in nHapi or am I missing something?
Cheers
The SIU_S12 message structure is for all SIU messages. So if you parse a SIU_S15 message you get a SIU_S12 structure back. Similarly you can encode a SIU_S15 message by populating a SIU_S12 structure.