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

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

    Methods in ca.uhn.hl7v2.model.v251.group that return LRL
    Modifier and Type
    Method
    Description
    MFN_M05_MF_LOCATION.getLRL()
    Returns the first repetition of LRL (Location Relationship) - creates it if necessary
    MFN_M05_MF_LOCATION.getLRL(int rep)
    Returns a specific repetition of LRL (Location Relationship) - creates it if necessary
    MFR_M05_MF_QUERY.getLRL()
    Returns the first repetition of LRL (Location Relationship) - creates it if necessary
    MFR_M05_MF_QUERY.getLRL(int rep)
    Returns a specific repetition of LRL (Location Relationship) - creates it if necessary
    RSP_Q11_QUERY_RESULT_CLUSTER.getLRL()
    Returns the first repetition of LRL (Location Relationship) - creates it if necessary
    RSP_Q11_QUERY_RESULT_CLUSTER.getLRL(int rep)
    Returns a specific repetition of LRL (Location Relationship) - creates it if necessary
    MFN_M05_MF_LOCATION.insertLRL(int rep)
    Inserts a specific repetition of LRL (Location Relationship)
    MFR_M05_MF_QUERY.insertLRL(int rep)
    Inserts a specific repetition of LRL (Location Relationship)
    RSP_Q11_QUERY_RESULT_CLUSTER.insertLRL(int rep)
    Inserts a specific repetition of LRL (Location Relationship)
    MFN_M05_MF_LOCATION.removeLRL(int rep)
    Removes a specific repetition of LRL (Location Relationship)
    MFR_M05_MF_QUERY.removeLRL(int rep)
    Removes a specific repetition of LRL (Location Relationship)
    RSP_Q11_QUERY_RESULT_CLUSTER.removeLRL(int rep)
    Removes a specific repetition of LRL (Location Relationship)
    Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type LRL
    Modifier and Type
    Method
    Description
    MFN_M05_MF_LOCATION.getLRLAll()
    Returns a non-modifiable List containing all current existing repetitions of LRL.
    MFR_M05_MF_QUERY.getLRLAll()
    Returns a non-modifiable List containing all current existing repetitions of LRL.
    RSP_Q11_QUERY_RESULT_CLUSTER.getLRLAll()
    Returns a non-modifiable List containing all current existing repetitions of LRL.
    Methods in ca.uhn.hl7v2.model.v251.group with parameters of type LRL
    Modifier and Type
    Method
    Description
    void
    MFN_M05_MF_LOCATION.insertLRL(LRL structure, int rep)
    Inserts a specific repetition of LRL (Location Relationship)
    void
    MFR_M05_MF_QUERY.insertLRL(LRL structure, int rep)
    Inserts a specific repetition of LRL (Location Relationship)
    void
    RSP_Q11_QUERY_RESULT_CLUSTER.insertLRL(LRL structure, int rep)
    Inserts a specific repetition of LRL (Location Relationship)