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

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

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

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