Uses of Class
ca.uhn.hl7v2.model.v23.group.MFK_M01_MF
Packages that use MFK_M01_MF
-
Uses of MFK_M01_MF in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return MFK_M01_MFModifier and TypeMethodDescriptionMFK_M01.getMF()Returns the first repetition of MF (a Group object) - creates it if necessaryMFK_M01.getMF(int rep) Returns a specific repetition of MF (a Group object) - creates it if necessaryMFK_M01.insertMF(int rep) Inserts a specific repetition of MF (a Group object)MFK_M01.removeMF(int rep) Removes a specific repetition of MF (a Group object)Methods in ca.uhn.hl7v2.model.v23.message that return types with arguments of type MFK_M01_MFModifier and TypeMethodDescriptionMFK_M01.getMFAll()Returns a non-modifiable List containing all current existing repetitions of MF.Methods in ca.uhn.hl7v2.model.v23.message with parameters of type MFK_M01_MFModifier and TypeMethodDescriptionvoidMFK_M01.insertMF(MFK_M01_MF structure, int rep) Inserts a specific repetition of MF (a Group object)