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

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

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

    Methods in ca.uhn.hl7v2.model.v251.message that return PRA
    Modifier and Type
    Method
    Description
    PMU_B01.getPRA()
    Returns the first repetition of PRA (Practitioner Detail) - creates it if necessary
    PMU_B01.getPRA(int rep)
    Returns a specific repetition of PRA (Practitioner Detail) - creates it if necessary
    PMU_B04.getPRA()
    Returns the first repetition of PRA (Practitioner Detail) - creates it if necessary
    PMU_B04.getPRA(int rep)
    Returns a specific repetition of PRA (Practitioner Detail) - creates it if necessary
    PMU_B07.getPRA()
    Returns PRA (Practitioner Detail) - creates it if necessary
    PMU_B08.getPRA()
    Returns PRA (Practitioner Detail) - creates it if necessary
    PMU_B01.insertPRA(int rep)
    Inserts a specific repetition of PRA (Practitioner Detail)
    PMU_B04.insertPRA(int rep)
    Inserts a specific repetition of PRA (Practitioner Detail)
    PMU_B01.removePRA(int rep)
    Removes a specific repetition of PRA (Practitioner Detail)
    PMU_B04.removePRA(int rep)
    Removes a specific repetition of PRA (Practitioner Detail)
    Methods in ca.uhn.hl7v2.model.v251.message that return types with arguments of type PRA
    Modifier and Type
    Method
    Description
    PMU_B01.getPRAAll()
    Returns a non-modifiable List containing all current existing repetitions of PRA.
    PMU_B04.getPRAAll()
    Returns a non-modifiable List containing all current existing repetitions of PRA.
    Methods in ca.uhn.hl7v2.model.v251.message with parameters of type PRA
    Modifier and Type
    Method
    Description
    void
    PMU_B01.insertPRA(PRA structure, int rep)
    Inserts a specific repetition of PRA (Practitioner Detail)
    void
    PMU_B04.insertPRA(PRA structure, int rep)
    Inserts a specific repetition of PRA (Practitioner Detail)