Class MFN_M03_MF_TEST

All Implemented Interfaces:
Group, Structure, Visitable, Serializable

public class MFN_M03_MF_TEST extends AbstractGroup

Represents a MFN_M03_MF_TEST group structure (a Group object). A Group is an ordered collection of message segments that can repeat together or be optionally in/excluded together. This Group contains the following elements:

  • 1: MFE (Master file entry segment)
  • 2: OM1 (General - fields that apply to most observations)
  • 3: Hxx (any HL7 segment)
See Also:
  • Constructor Details

  • Method Details

    • getVersion

      public String getVersion()
      Returns "2.3"
    • getMFE

      public MFE getMFE()
      Returns MFE (Master file entry segment) - creates it if necessary
    • getOM1

      public OM1 getOM1()
      Returns OM1 (General - fields that apply to most observations) - creates it if necessary
    • getHxx

      public Hxx getHxx()
      Returns Hxx (any HL7 segment) - creates it if necessary