Interface IVisitMessage
- All Superinterfaces:
IHasRol
- All Known Implementing Classes:
VisitMessage
Serves as an abstraction for HL7 V2 message structures containing with a collection of segments and groups
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.hl7v2.model.v25.segment.AL1addAL1()ca.uhn.hl7v2.model.v25.segment.DG1addDG1()booleanbooleanbooleanbooleanList<ca.uhn.hl7v2.model.v25.segment.AL1>getAL1()List<ca.uhn.hl7v2.model.v25.segment.DG1>getDG1()List<ca.uhn.hl7v2.model.v25.segment.GT1>getGT1()List<ca.uhn.hl7v2.model.v25.segment.OBX>getOBX()ca.uhn.hl7v2.model.v25.segment.PV1getPV1()ca.uhn.hl7v2.model.v25.segment.PV2getPV2()booleanhasPV1()
-
Method Details
-
getDG1
-
getGT1
-
getInsurance
-
getOBX
-
getPV1
ca.uhn.hl7v2.model.v25.segment.PV1 getPV1() -
getPV2
ca.uhn.hl7v2.model.v25.segment.PV2 getPV2() -
getProcedure
-
addDG1
ca.uhn.hl7v2.model.v25.segment.DG1 addDG1() -
addProcedure
-
addInsurance
-
canAddDg1
boolean canAddDg1() -
canAddProcedure
boolean canAddProcedure() -
canAddInsurance
boolean canAddInsurance() -
getAL1
-
canAddAL1
boolean canAddAL1() -
addAL1
ca.uhn.hl7v2.model.v25.segment.AL1 addAL1() -
hasPV1
- Throws:
ca.uhn.hl7v2.HL7Exception
-