Class SUR_P09_FACILITY_DETAIL

java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractGroup
ca.uhn.hl7v2.model.v24.group.SUR_P09_FACILITY_DETAIL
All Implemented Interfaces:
Group, Structure, Visitable, Serializable

Represents a SUR_P09_FACILITY_DETAIL 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: FAC (Facility)
  • 2: PDC (Product Detail Country)
  • 3: NTE (Notes and Comments)
See Also:
  • Constructor Details

  • Method Details

    • getVersion

      public String getVersion()
      Returns "2.4"
    • getFAC

      public FAC getFAC()
      Returns FAC (Facility) - creates it if necessary
    • getPDC

      public PDC getPDC()
      Returns PDC (Product Detail Country) - creates it if necessary
    • getNTE

      public NTE getNTE()
      Returns NTE (Notes and Comments) - creates it if necessary