Class HL7DataFormat


  • @Metadata(firstVersion="2.0.0",
              label="dataformat,transformation,hl7",
              title="HL7")
    public class HL7DataFormat
    extends DataFormatDefinition
    Marshal and unmarshal HL7 (Health Care) model objects using the HL7 MLLP codec.
    • Constructor Detail

      • HL7DataFormat

        public HL7DataFormat()
    • Method Detail

      • getValidate

        public String getValidate()
      • setValidate

        public void setValidate​(String validate)
        Whether to validate the HL7 message

        Is by default true.

      • getParser

        public Object getParser()
      • setParser

        public void setParser​(Object parser)
        To use a custom HL7 parser