Hi,
I am trying to create a cache table with a number of fields,
Property HospitalNumber As %String;
Property VisitID As %String;
Property Discharge As %String;
Property OrderNumber As %String [ Required ];
Property HL7OrderMessage As EnsLib.HL7.Message;
The class builds in studio and I can store values in the table but the HL7OrderMessage field has the value 166 when I was expecting a proper HL7 messahe MSH segment PID segment etc.
Any ideas how I can create this field to store the message.
I need to pick up the message at a later stage and send it on elsewhere after processing.
Thanks
Sue