Build the Message or Parse It
Optional
props: ClientBuilderMessageOptionsIf you are processing a full message, do this:
const message = new Message({text: "The HL7 Message Here"})
... output cut ...
If you are building out a message, do this:
const message = new Message({messageHeader: { ... MSH Header Required Values Here ... }});
which then you add segments with fields and values for your Hl7 message.
Protected
createProtected
pathProtected
write
Message Class
Since
1.0.0