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

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

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

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