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

Packages that use LCC
Package
Description
 
  • Uses of LCC in ca.uhn.hl7v2.model.v251.group

    Methods in ca.uhn.hl7v2.model.v251.group that return LCC
    Modifier and Type
    Method
    Description
    MFN_M05_MF_LOC_DEPT.getLCC()
    Returns the first repetition of LCC (Location Charge Code) - creates it if necessary
    MFN_M05_MF_LOC_DEPT.getLCC(int rep)
    Returns a specific repetition of LCC (Location Charge Code) - creates it if necessary
    MFR_M05_MF_QUERY.getLCC()
    Returns the first repetition of LCC (Location Charge Code) - creates it if necessary
    MFR_M05_MF_QUERY.getLCC(int rep)
    Returns a specific repetition of LCC (Location Charge Code) - creates it if necessary
    RSP_Q11_MF_LOC_DEPT.getLCC()
    Returns the first repetition of LCC (Location Charge Code) - creates it if necessary
    RSP_Q11_MF_LOC_DEPT.getLCC(int rep)
    Returns a specific repetition of LCC (Location Charge Code) - creates it if necessary
    MFN_M05_MF_LOC_DEPT.insertLCC(int rep)
    Inserts a specific repetition of LCC (Location Charge Code)
    MFR_M05_MF_QUERY.insertLCC(int rep)
    Inserts a specific repetition of LCC (Location Charge Code)
    RSP_Q11_MF_LOC_DEPT.insertLCC(int rep)
    Inserts a specific repetition of LCC (Location Charge Code)
    MFN_M05_MF_LOC_DEPT.removeLCC(int rep)
    Removes a specific repetition of LCC (Location Charge Code)
    MFR_M05_MF_QUERY.removeLCC(int rep)
    Removes a specific repetition of LCC (Location Charge Code)
    RSP_Q11_MF_LOC_DEPT.removeLCC(int rep)
    Removes a specific repetition of LCC (Location Charge Code)
    Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type LCC
    Modifier and Type
    Method
    Description
    MFN_M05_MF_LOC_DEPT.getLCCAll()
    Returns a non-modifiable List containing all current existing repetitions of LCC.
    MFR_M05_MF_QUERY.getLCCAll()
    Returns a non-modifiable List containing all current existing repetitions of LCC.
    RSP_Q11_MF_LOC_DEPT.getLCCAll()
    Returns a non-modifiable List containing all current existing repetitions of LCC.
    Methods in ca.uhn.hl7v2.model.v251.group with parameters of type LCC
    Modifier and Type
    Method
    Description
    void
    MFN_M05_MF_LOC_DEPT.insertLCC(LCC structure, int rep)
    Inserts a specific repetition of LCC (Location Charge Code)
    void
    MFR_M05_MF_QUERY.insertLCC(LCC structure, int rep)
    Inserts a specific repetition of LCC (Location Charge Code)
    void
    RSP_Q11_MF_LOC_DEPT.insertLCC(LCC structure, int rep)
    Inserts a specific repetition of LCC (Location Charge Code)