Uses of Class
ca.uhn.hl7v2.model.v22.group.MFR_M01_MF
Packages that use MFR_M01_MF
-
Uses of MFR_M01_MF in ca.uhn.hl7v2.model.v22.message
Methods in ca.uhn.hl7v2.model.v22.message that return MFR_M01_MFModifier and TypeMethodDescriptionMFR_M01.getMF()Returns the first repetition of MF (a Group object) - creates it if necessaryMFR_M01.getMF(int rep) Returns a specific repetition of MF (a Group object) - creates it if necessaryMFR_M01.insertMF(int rep) Inserts a specific repetition of MF (a Group object)MFR_M01.removeMF(int rep) Removes a specific repetition of MF (a Group object)Methods in ca.uhn.hl7v2.model.v22.message that return types with arguments of type MFR_M01_MFModifier and TypeMethodDescriptionMFR_M01.getMFAll()Returns a non-modifiable List containing all current existing repetitions of MF.Methods in ca.uhn.hl7v2.model.v22.message with parameters of type MFR_M01_MFModifier and TypeMethodDescriptionvoidMFR_M01.insertMF(MFR_M01_MF structure, int rep) Inserts a specific repetition of MF (a Group object)