Uses of Class
ca.uhn.hl7v2.model.v24.group.MFN_M04_MF_CDM
Packages that use MFN_M04_MF_CDM
-
Uses of MFN_M04_MF_CDM in ca.uhn.hl7v2.model.v24.message
Methods in ca.uhn.hl7v2.model.v24.message that return MFN_M04_MF_CDMModifier and TypeMethodDescriptionMFN_M04.getMF_CDM()Returns the first repetition of MF_CDM (a Group object) - creates it if necessaryMFN_M04.getMF_CDM(int rep) Returns a specific repetition of MF_CDM (a Group object) - creates it if necessaryMFN_M04.insertMF_CDM(int rep) Inserts a specific repetition of MF_CDM (a Group object)MFN_M04.removeMF_CDM(int rep) Removes a specific repetition of MF_CDM (a Group object)Methods in ca.uhn.hl7v2.model.v24.message that return types with arguments of type MFN_M04_MF_CDMModifier and TypeMethodDescriptionMFN_M04.getMF_CDMAll()Returns a non-modifiable List containing all current existing repetitions of MF_CDM.Methods in ca.uhn.hl7v2.model.v24.message with parameters of type MFN_M04_MF_CDMModifier and TypeMethodDescriptionvoidMFN_M04.insertMF_CDM(MFN_M04_MF_CDM structure, int rep) Inserts a specific repetition of MF_CDM (a Group object)