Sample ORM Message Shown below is an example of an HL7 version 2.3 ORM^O01 message: MSH|^~\&|MESA_OP|XYZ_HOSPITAL|iFW|ABC_RADIOLOGY|||ORM^O01|101104|P|2.3|||PID|1||20891312^^^EPI||APPLESEED^JOHN^A^^MR.^||19661201|M||AfrAm|505 S. HAMILTON AVE^^MADISON^WI^53505^US^^^DN |D...
NHapi.Base.Parser.PipeParser Parser = new NHapi.Base.Parser.PipeParser(); NHapi.Base.Model.IMessage m = Parser.Parse(msg); NHapi.Model.V24.Message.ORM_O01 orm001 = m as NHapi.Model.V24.Message.ORM_O01; if (orm001 != null) { MSGModel msgModel = new MSGModel(); MSGBLL msgBl...
Showing 1 changed file with 0 additions and 0 deletions. Whitespace Ignore whitespace Split Unified Binary file modified BIN +18 Bytes (100%) ldap/data/vendor-data-orig.zip Binary file not shown. 0 comments on commit 10cab05 Please sign in to comment. ...