Uses of Class
ca.uhn.hl7v2.model.v23.group.DOC_T12_RESULT
Packages that use DOC_T12_RESULT
-
Uses of DOC_T12_RESULT in ca.uhn.hl7v2.model.v23.message
Methods in ca.uhn.hl7v2.model.v23.message that return DOC_T12_RESULTModifier and TypeMethodDescriptionDOC_T12.getRESULT()Returns the first repetition of RESULT (a Group object) - creates it if necessaryDOC_T12.getRESULT(int rep) Returns a specific repetition of RESULT (a Group object) - creates it if necessaryDOC_T12.insertRESULT(int rep) Inserts a specific repetition of RESULT (a Group object)DOC_T12.removeRESULT(int rep) Removes a specific repetition of RESULT (a Group object)Methods in ca.uhn.hl7v2.model.v23.message that return types with arguments of type DOC_T12_RESULTModifier and TypeMethodDescriptionDOC_T12.getRESULTAll()Returns a non-modifiable List containing all current existing repetitions of RESULT.Methods in ca.uhn.hl7v2.model.v23.message with parameters of type DOC_T12_RESULTModifier and TypeMethodDescriptionvoidDOC_T12.insertRESULT(DOC_T12_RESULT structure, int rep) Inserts a specific repetition of RESULT (a Group object)