Package ca.uhn.hl7v2.model.v22.segment
Class RXR
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v22.segment.RXR
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 RXR message segment (PHARMACY ROUTE). This segment has the following fields:
- RXR-1: Route (CE)
- RXR-2: Site (CE) optional
- RXR-3: Administration Device (CE) optional
- RXR-4: Administration Method (CE) optional
- See Also:
-
Field Summary
Fields inherited from class ca.uhn.hl7v2.model.AbstractStructure
log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TypecreateNewTypeWithoutReflection(int field) Returns RXR-3: "Administration Device" - creates it if necessaryReturns RXR-4: "Administration Method" - creates it if necessarygetRoute()Returns RXR-1: "Route" - creates it if necessaryReturns RXR-1: "Route" - creates it if necessaryReturns RXR-2: "Site" - creates it if necessaryReturns RXR-3: "Administration Device" - creates it if necessaryReturns RXR-4: "Administration Method" - creates it if necessarygetSite()Returns RXR-2: "Site" - creates it if necessaryMethods inherited from class ca.uhn.hl7v2.model.AbstractSegment
accept, add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getName, getNames, getReps, getTypedField, getTypedField, insertRepetition, isEmpty, isRequired, main, numFields, parse, provideLocation, removeRepetitionMethods inherited from class ca.uhn.hl7v2.model.AbstractStructure
getMessage, getParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.hl7v2.model.Structure
getMessage, getParent
-
Constructor Details
-
RXR
Creates a new RXR segment
-
-
Method Details
-
getRoute
Returns RXR-1: "Route" - creates it if necessary -
getRxr1_Route
Returns RXR-1: "Route" - creates it if necessary -
getSite
Returns RXR-2: "Site" - creates it if necessary -
getRxr2_Site
Returns RXR-2: "Site" - creates it if necessary -
getAdministrationDevice
Returns RXR-3: "Administration Device" - creates it if necessary -
getRxr3_AdministrationDevice
Returns RXR-3: "Administration Device" - creates it if necessary -
getAdministrationMethod
Returns RXR-4: "Administration Method" - creates it if necessary -
getRxr4_AdministrationMethod
Returns RXR-4: "Administration Method" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-