When HL7 2.x and FHIR messages are parsed or created, they are stored as "objects" using one of the available object models.
There are getter and setter methods in the com.toolsverse.etl.common.DataSet
class, which allow the developer to access these special types of objects.
Method | Purpose |
---|---|
getActualData() | gets the data in an internal Format. Currently used for HL7 messages only |
setActualData(...) | sets the data in an internal Format. Currently used for HL7 messages only |
This article demonstrates how to use actualData
when processing HL7 files.
Comments
0 comments
Please sign in to leave a comment.