Uses of Class
ca.uhn.hl7v2.model.v24.segment.LCH

Packages that use LCH
Package
Description
 
  • Uses of LCH in ca.uhn.hl7v2.model.v24.group

    Methods in ca.uhn.hl7v2.model.v24.group that return LCH
    Modifier and Type
    Method
    Description
    MFN_M05_MF_LOC_DEPT.getLCH()
    Returns the first repetition of LCH (Location Characteristic) - creates it if necessary
    MFN_M05_MF_LOC_DEPT.getLCH(int rep)
    Returns a specific repetition of LCH (Location Characteristic) - creates it if necessary
    MFN_M05_MF_LOCATION.getLCH()
    Returns the first repetition of LCH (Location Characteristic) - creates it if necessary
    MFN_M05_MF_LOCATION.getLCH(int rep)
    Returns a specific repetition of LCH (Location Characteristic) - creates it if necessary
    MFN_M05_MF_LOC_DEPT.insertLCH(int rep)
    Inserts a specific repetition of LCH (Location Characteristic)
    MFN_M05_MF_LOCATION.insertLCH(int rep)
    Inserts a specific repetition of LCH (Location Characteristic)
    MFN_M05_MF_LOC_DEPT.removeLCH(int rep)
    Removes a specific repetition of LCH (Location Characteristic)
    MFN_M05_MF_LOCATION.removeLCH(int rep)
    Removes a specific repetition of LCH (Location Characteristic)
    Methods in ca.uhn.hl7v2.model.v24.group that return types with arguments of type LCH
    Modifier and Type
    Method
    Description
    MFN_M05_MF_LOC_DEPT.getLCHAll()
    Returns a non-modifiable List containing all current existing repetitions of LCH.
    MFN_M05_MF_LOCATION.getLCHAll()
    Returns a non-modifiable List containing all current existing repetitions of LCH.
    Methods in ca.uhn.hl7v2.model.v24.group with parameters of type LCH
    Modifier and Type
    Method
    Description
    void
    MFN_M05_MF_LOC_DEPT.insertLCH(LCH structure, int rep)
    Inserts a specific repetition of LCH (Location Characteristic)
    void
    MFN_M05_MF_LOCATION.insertLCH(LCH structure, int rep)
    Inserts a specific repetition of LCH (Location Characteristic)