Class MFN_M02_MF_STAFF

All Implemented Interfaces:
Group, Structure, Visitable, Serializable

public class MFN_M02_MF_STAFF extends AbstractGroup

Represents a MFN_M02_MF_STAFF 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)
  • 2: STF (Staff Identification)
  • 3: PRA (Practitioner Detail) optional
  • 4: ORG (Practitioner Organization Unit) optional
See Also:
  • Constructor Details

  • Method Details

    • getVersion

      public String getVersion()
      Returns "2.4"
    • getMFE

      public MFE getMFE()
      Returns MFE (Master File Entry) - creates it if necessary
    • getSTF

      public STF getSTF()
      Returns STF (Staff Identification) - creates it if necessary
    • getPRA

      public PRA getPRA()
      Returns PRA (Practitioner Detail) - creates it if necessary
    • getORG

      public ORG getORG()
      Returns ORG (Practitioner Organization Unit) - creates it if necessary