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

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

    Methods in ca.uhn.hl7v2.model.v251.group that return PRC
    Modifier and Type
    Method
    Description
    MFN_M04_MF_CDM.getPRC()
    Returns the first repetition of PRC (Pricing) - creates it if necessary
    MFN_M04_MF_CDM.getPRC(int rep)
    Returns a specific repetition of PRC (Pricing) - creates it if necessary
    MFR_M04_MF_QUERY.getPRC()
    Returns the first repetition of PRC (Pricing) - creates it if necessary
    MFR_M04_MF_QUERY.getPRC(int rep)
    Returns a specific repetition of PRC (Pricing) - creates it if necessary
    MFN_M04_MF_CDM.insertPRC(int rep)
    Inserts a specific repetition of PRC (Pricing)
    MFR_M04_MF_QUERY.insertPRC(int rep)
    Inserts a specific repetition of PRC (Pricing)
    MFN_M04_MF_CDM.removePRC(int rep)
    Removes a specific repetition of PRC (Pricing)
    MFR_M04_MF_QUERY.removePRC(int rep)
    Removes a specific repetition of PRC (Pricing)
    Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type PRC
    Modifier and Type
    Method
    Description
    MFN_M04_MF_CDM.getPRCAll()
    Returns a non-modifiable List containing all current existing repetitions of PRC.
    MFR_M04_MF_QUERY.getPRCAll()
    Returns a non-modifiable List containing all current existing repetitions of PRC.
    Methods in ca.uhn.hl7v2.model.v251.group with parameters of type PRC
    Modifier and Type
    Method
    Description
    void
    MFN_M04_MF_CDM.insertPRC(PRC structure, int rep)
    Inserts a specific repetition of PRC (Pricing)
    void
    MFR_M04_MF_QUERY.insertPRC(PRC structure, int rep)
    Inserts a specific repetition of PRC (Pricing)