Uses of Class
ca.uhn.hl7v2.model.v251.segment.ORG

Packages that use ORG
  • Uses of ORG in ca.uhn.hl7v2.model.v251.group

    Methods in ca.uhn.hl7v2.model.v251.group that return ORG
    Modifier and Type
    Method
    Description
    MFN_M02_MF_STAFF.getORG()
    Returns the first repetition of ORG (Practitioner Organization Unit) - creates it if necessary
    MFN_M02_MF_STAFF.getORG(int rep)
    Returns a specific repetition of ORG (Practitioner Organization Unit) - creates it if necessary
    RSP_K25_STAFF.getORG()
    Returns the first repetition of ORG (Practitioner Organization Unit) - creates it if necessary
    RSP_K25_STAFF.getORG(int rep)
    Returns a specific repetition of ORG (Practitioner Organization Unit) - creates it if necessary
    MFN_M02_MF_STAFF.insertORG(int rep)
    Inserts a specific repetition of ORG (Practitioner Organization Unit)
    RSP_K25_STAFF.insertORG(int rep)
    Inserts a specific repetition of ORG (Practitioner Organization Unit)
    MFN_M02_MF_STAFF.removeORG(int rep)
    Removes a specific repetition of ORG (Practitioner Organization Unit)
    RSP_K25_STAFF.removeORG(int rep)
    Removes a specific repetition of ORG (Practitioner Organization Unit)
    Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type ORG
    Modifier and Type
    Method
    Description
    MFN_M02_MF_STAFF.getORGAll()
    Returns a non-modifiable List containing all current existing repetitions of ORG.
    RSP_K25_STAFF.getORGAll()
    Returns a non-modifiable List containing all current existing repetitions of ORG.
    Methods in ca.uhn.hl7v2.model.v251.group with parameters of type ORG
    Modifier and Type
    Method
    Description
    void
    MFN_M02_MF_STAFF.insertORG(ORG structure, int rep)
    Inserts a specific repetition of ORG (Practitioner Organization Unit)
    void
    RSP_K25_STAFF.insertORG(ORG structure, int rep)
    Inserts a specific repetition of ORG (Practitioner Organization Unit)
  • Uses of ORG in ca.uhn.hl7v2.model.v251.message

    Methods in ca.uhn.hl7v2.model.v251.message that return ORG
    Modifier and Type
    Method
    Description
    PMU_B01.getORG()
    Returns the first repetition of ORG (Practitioner Organization Unit) - creates it if necessary
    PMU_B01.getORG(int rep)
    Returns a specific repetition of ORG (Practitioner Organization Unit) - creates it if necessary
    PMU_B04.getORG()
    Returns the first repetition of ORG (Practitioner Organization Unit) - creates it if necessary
    PMU_B04.getORG(int rep)
    Returns a specific repetition of ORG (Practitioner Organization Unit) - creates it if necessary
    PMU_B01.insertORG(int rep)
    Inserts a specific repetition of ORG (Practitioner Organization Unit)
    PMU_B04.insertORG(int rep)
    Inserts a specific repetition of ORG (Practitioner Organization Unit)
    PMU_B01.removeORG(int rep)
    Removes a specific repetition of ORG (Practitioner Organization Unit)
    PMU_B04.removeORG(int rep)
    Removes a specific repetition of ORG (Practitioner Organization Unit)
    Methods in ca.uhn.hl7v2.model.v251.message that return types with arguments of type ORG
    Modifier and Type
    Method
    Description
    PMU_B01.getORGAll()
    Returns a non-modifiable List containing all current existing repetitions of ORG.
    PMU_B04.getORGAll()
    Returns a non-modifiable List containing all current existing repetitions of ORG.
    Methods in ca.uhn.hl7v2.model.v251.message with parameters of type ORG
    Modifier and Type
    Method
    Description
    void
    PMU_B01.insertORG(ORG structure, int rep)
    Inserts a specific repetition of ORG (Practitioner Organization Unit)
    void
    PMU_B04.insertORG(ORG structure, int rep)
    Inserts a specific repetition of ORG (Practitioner Organization Unit)