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

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

    Methods in ca.uhn.hl7v2.model.v251.group that return AFF
    Modifier and Type
    Method
    Description
    MFN_M02_MF_STAFF.getAFF()
    Returns the first repetition of AFF (Professional Affiliation) - creates it if necessary
    MFN_M02_MF_STAFF.getAFF(int rep)
    Returns a specific repetition of AFF (Professional Affiliation) - creates it if necessary
    RSP_K25_STAFF.getAFF()
    Returns the first repetition of AFF (Professional Affiliation) - creates it if necessary
    RSP_K25_STAFF.getAFF(int rep)
    Returns a specific repetition of AFF (Professional Affiliation) - creates it if necessary
    MFN_M02_MF_STAFF.insertAFF(int rep)
    Inserts a specific repetition of AFF (Professional Affiliation)
    RSP_K25_STAFF.insertAFF(int rep)
    Inserts a specific repetition of AFF (Professional Affiliation)
    MFN_M02_MF_STAFF.removeAFF(int rep)
    Removes a specific repetition of AFF (Professional Affiliation)
    RSP_K25_STAFF.removeAFF(int rep)
    Removes a specific repetition of AFF (Professional Affiliation)
    Methods in ca.uhn.hl7v2.model.v251.group that return types with arguments of type AFF
    Modifier and Type
    Method
    Description
    MFN_M02_MF_STAFF.getAFFAll()
    Returns a non-modifiable List containing all current existing repetitions of AFF.
    RSP_K25_STAFF.getAFFAll()
    Returns a non-modifiable List containing all current existing repetitions of AFF.
    Methods in ca.uhn.hl7v2.model.v251.group with parameters of type AFF
    Modifier and Type
    Method
    Description
    void
    MFN_M02_MF_STAFF.insertAFF(AFF structure, int rep)
    Inserts a specific repetition of AFF (Professional Affiliation)
    void
    RSP_K25_STAFF.insertAFF(AFF structure, int rep)
    Inserts a specific repetition of AFF (Professional Affiliation)
  • Uses of AFF in ca.uhn.hl7v2.model.v251.message

    Methods in ca.uhn.hl7v2.model.v251.message that return AFF
    Modifier and Type
    Method
    Description
    PMU_B01.getAFF()
    Returns the first repetition of AFF (Professional Affiliation) - creates it if necessary
    PMU_B01.getAFF(int rep)
    Returns a specific repetition of AFF (Professional Affiliation) - creates it if necessary
    PMU_B01.insertAFF(int rep)
    Inserts a specific repetition of AFF (Professional Affiliation)
    PMU_B01.removeAFF(int rep)
    Removes a specific repetition of AFF (Professional Affiliation)
    Methods in ca.uhn.hl7v2.model.v251.message that return types with arguments of type AFF
    Modifier and Type
    Method
    Description
    PMU_B01.getAFFAll()
    Returns a non-modifiable List containing all current existing repetitions of AFF.
    Methods in ca.uhn.hl7v2.model.v251.message with parameters of type AFF
    Modifier and Type
    Method
    Description
    void
    PMU_B01.insertAFF(AFF structure, int rep)
    Inserts a specific repetition of AFF (Professional Affiliation)