How to create sending application in HL7 message end with double caret(^) via nHapi?

301 Views Asked by At

How can I create sending facility(ABCSite^^) in MSH segment as below?

MSH|^~\&|AbcSite^^|XYZFacility|||201506211402||OMI^O23|20150621140223834684|D^T|2.4
1

There are 1 best solutions below

1
On

There is no need to do that. Trailing component separators at the end of a field serve no purpose and should be removed to save space. You don't want to add extra ones.