Newer Version Available

This content describes an older version of this product. View Latest

Parser Class Example 1

Here's an example of a parser class that you might write to handle an HL7 message containing information about a patient's admission, discharge or transfer (ADT). It creates a data transfer object that you can use to populate a Salesforce Health Cloud record.

The Parser

The Output