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
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionca.uhn.hl7v2.model.v25.segment.AL1
addAL1()
ca.uhn.hl7v2.model.v25.segment.DG1
addDG1()
boolean
boolean
boolean
boolean
List<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.PV1
getPV1()
ca.uhn.hl7v2.model.v25.segment.PV2
getPV2()
-
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()
-