Package ca.uhn.hl7v2.model.v23.segment
Class LRL
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v23.segment.LRL
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 LRL message segment (Location Relationship). This segment has the following fields:
- LRL-1: Primary Key Value (PL)
- LRL-2: Segment Action Code (ID) optional
- LRL-3: Segment Unique Key (EI) optional
- LRL-4: Location Relationship ID (CE) optional
- LRL-5: Organizational Location Relationship Value (XON) optional
- LRL-6: Patient Location Relationship Value (PL) 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 LRL-4: "Location Relationship ID" - creates it if necessaryReturns LRL-1: "Primary Key Value" - creates it if necessaryReturns LRL-2: "Segment Action Code" - creates it if necessaryReturns LRL-3: "Segment Unique Key" - creates it if necessaryReturns LRL-4: "Location Relationship ID" - creates it if necessaryReturns LRL-5: "Organizational Location Relationship Value" - creates it if necessaryReturns LRL-6: "Patient Location Relationship Value" - creates it if necessaryReturns LRL-5: "Organizational Location Relationship Value" - creates it if necessaryReturns LRL-6: "Patient Location Relationship Value" - creates it if necessaryReturns LRL-1: "Primary Key Value" - creates it if necessaryReturns LRL-2: "Segment Action Code" - creates it if necessaryReturns LRL-3: "Segment Unique Key" - 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
-
LRL
Creates a new LRL segment
-
-
Method Details
-
getPrimaryKeyValue
Returns LRL-1: "Primary Key Value" - creates it if necessary -
getLrl1_PrimaryKeyValue
Returns LRL-1: "Primary Key Value" - creates it if necessary -
getSegmentActionCode
Returns LRL-2: "Segment Action Code" - creates it if necessary -
getLrl2_SegmentActionCode
Returns LRL-2: "Segment Action Code" - creates it if necessary -
getSegmentUniqueKey
Returns LRL-3: "Segment Unique Key" - creates it if necessary -
getLrl3_SegmentUniqueKey
Returns LRL-3: "Segment Unique Key" - creates it if necessary -
getLocationRelationshipID
Returns LRL-4: "Location Relationship ID" - creates it if necessary -
getLrl4_LocationRelationshipID
Returns LRL-4: "Location Relationship ID" - creates it if necessary -
getOrganizationalLocationRelationshipValue
Returns LRL-5: "Organizational Location Relationship Value" - creates it if necessary -
getLrl5_OrganizationalLocationRelationshipValue
Returns LRL-5: "Organizational Location Relationship Value" - creates it if necessary -
getPatientLocationRelationshipValue
Returns LRL-6: "Patient Location Relationship Value" - creates it if necessary -
getLrl6_PatientLocationRelationshipValue
Returns LRL-6: "Patient Location Relationship Value" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-