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