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

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

    Methods in ca.uhn.hl7v2.model.v251.group that return LAN
    Modifier and Type
    Method
    Description
    MFN_M02_MF_STAFF.getLAN()
    Returns the first repetition of LAN (Language Detail) - creates it if necessary
    MFN_M02_MF_STAFF.getLAN(int rep)
    Returns a specific repetition of LAN (Language Detail) - creates it if necessary
    RSP_K25_STAFF.getLAN()
    Returns the first repetition of LAN (Language Detail) - creates it if necessary
    RSP_K25_STAFF.getLAN(int rep)
    Returns a specific repetition of LAN (Language Detail) - creates it if necessary
    MFN_M02_MF_STAFF.insertLAN(int rep)
    Inserts a specific repetition of LAN (Language Detail)
    RSP_K25_STAFF.insertLAN(int rep)
    Inserts a specific repetition of LAN (Language Detail)
    MFN_M02_MF_STAFF.removeLAN(int rep)
    Removes a specific repetition of LAN (Language Detail)
    RSP_K25_STAFF.removeLAN(int rep)
    Removes a specific repetition of LAN (Language Detail)
    Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type LAN
    Modifier and Type
    Method
    Description
    MFN_M02_MF_STAFF.getLANAll()
    Returns a non-modifiable List containing all current existing repetitions of LAN.
    RSP_K25_STAFF.getLANAll()
    Returns a non-modifiable List containing all current existing repetitions of LAN.
    Methods in ca.uhn.hl7v2.model.v251.group with parameters of type LAN
    Modifier and Type
    Method
    Description
    void
    MFN_M02_MF_STAFF.insertLAN(LAN structure, int rep)
    Inserts a specific repetition of LAN (Language Detail)
    void
    RSP_K25_STAFF.insertLAN(LAN structure, int rep)
    Inserts a specific repetition of LAN (Language Detail)
  • Uses of LAN in ca.uhn.hl7v2.model.v251.message

    Methods in ca.uhn.hl7v2.model.v251.message that return LAN
    Modifier and Type
    Method
    Description
    PMU_B01.getLAN()
    Returns the first repetition of LAN (Language Detail) - creates it if necessary
    PMU_B01.getLAN(int rep)
    Returns a specific repetition of LAN (Language Detail) - creates it if necessary
    PMU_B01.insertLAN(int rep)
    Inserts a specific repetition of LAN (Language Detail)
    PMU_B01.removeLAN(int rep)
    Removes a specific repetition of LAN (Language Detail)
    Methods in ca.uhn.hl7v2.model.v251.message that return types with arguments of type LAN
    Modifier and Type
    Method
    Description
    PMU_B01.getLANAll()
    Returns a non-modifiable List containing all current existing repetitions of LAN.
    Methods in ca.uhn.hl7v2.model.v251.message with parameters of type LAN
    Modifier and Type
    Method
    Description
    void
    PMU_B01.insertLAN(LAN structure, int rep)
    Inserts a specific repetition of LAN (Language Detail)