Question Andrew Kestle · Feb 15, 2019 How to check/amend date format (all outbound fields) to an Operation? Our PAS system supplies date in a particular date format (ISO 8601 compliant) that includes seconds and milliseconds. Because many downstream systems cannot handle milliseconds (and some don't even want seconds) many transformations are required to truncate the data. #DTL #Management Portal #ObjectScript #HealthShare 0 2 0 376
Question Andrew Kestle · Apr 11, 2018 Why can I not 'Assign' request directly to a context variable ? I am rather new to ObjectScript and I have a query about assigning values to the context.In BPL I have a context variable (A08Msg) which is set to type Enslib.HL7.Message, I want to put my inbound HL7 message into this variable so I tried:an Assign to set context.A08Msg to requestThis seemed to load the message into the variable because I could read values, e.g. using context.A08Msg.{PD1:3(1).1} , but I was unable to write to context.A08Msg. #HealthShare 0 7 0 804