Uses of Class
ca.cdr.api.pub.hl7v2.common.abstraction.VisitMessage
Packages that use VisitMessage
-
Uses of VisitMessage in ca.cdr.api.pub.hl7v2.common.abstraction
Methods in ca.cdr.api.pub.hl7v2.common.abstraction that return VisitMessageModifier and TypeMethodDescriptionVisitMessage.setAL1
(List<ca.uhn.hl7v2.model.v25.segment.AL1> theAl1, IAddCallback<ca.uhn.hl7v2.model.v25.segment.AL1> theAddAL1Function) VisitMessage.setDG1
(List<ca.uhn.hl7v2.model.v25.segment.DG1> theDG1, IAddCallback<ca.uhn.hl7v2.model.v25.segment.DG1> theAddDg1Function) VisitMessage.setInsurances
(List<IVisitMessage.IVisitMessageInsurance> theInsurances, IAddCallback<IVisitMessage.IVisitMessageInsurance> theAddFunction) VisitMessage.setProcedures
(List<IVisitMessage.IVisitMessageProcedure> theProcedures, IAddCallback<IVisitMessage.IVisitMessageProcedure> theAddProcedureFunction) VisitMessage.setPV1
(ca.uhn.hl7v2.model.v25.segment.PV1 thePV1) VisitMessage.setPV2
(ca.uhn.hl7v2.model.v25.segment.PV2 thePV2) VisitMessage.setROL
(List<ca.uhn.hl7v2.model.v25.segment.ROL> theROL, IAddCallback<ca.uhn.hl7v2.model.v25.segment.ROL> theAddRolFunction)