Uses of Class
ca.uhn.hl7v2.model.v22.group.MFN_M01_MF
Packages that use MFN_M01_MF
-
Uses of MFN_M01_MF in ca.uhn.hl7v2.model.v22.message
Methods in ca.uhn.hl7v2.model.v22.message that return MFN_M01_MFModifier and TypeMethodDescriptionMFN_M01.getMF()Returns the first repetition of MF (a Group object) - creates it if necessaryMFN_M01.getMF(int rep) Returns a specific repetition of MF (a Group object) - creates it if necessaryMFN_M01.insertMF(int rep) Inserts a specific repetition of MF (a Group object)MFN_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 MFN_M01_MFModifier and TypeMethodDescriptionMFN_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 MFN_M01_MFModifier and TypeMethodDescriptionvoidMFN_M01.insertMF(MFN_M01_MF structure, int rep) Inserts a specific repetition of MF (a Group object)