Package ca.uhn.hl7v2.model.v24.segment
Class LCH
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.LCH
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 LCH message segment (Location Characteristic). This segment has the following fields:
- LCH-1: Primary Key Value - LCH (PL)
- LCH-2: Segment Action Code (ID) optional
- LCH-3: Segment Unique Key (EI) optional
- LCH-4: Location Characteristic ID (CE)
- LCH-5: Location Characteristic Value-LCH (CE)
- 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 LCH-1: "Primary Key Value - LCH" - creates it if necessaryReturns LCH-2: "Segment Action Code" - creates it if necessaryReturns LCH-3: "Segment Unique Key" - creates it if necessaryReturns LCH-4: "Location Characteristic ID" - creates it if necessaryReturns LCH-5: "Location Characteristic Value-LCH" - creates it if necessaryReturns LCH-4: "Location Characteristic ID" - creates it if necessaryReturns LCH-5: "Location Characteristic Value-LCH" - creates it if necessaryReturns LCH-1: "Primary Key Value - LCH" - creates it if necessaryReturns LCH-2: "Segment Action Code" - creates it if necessaryReturns LCH-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
-
LCH
Creates a new LCH segment
-
-
Method Details
-
getPrimaryKeyValueLCH
Returns LCH-1: "Primary Key Value - LCH" - creates it if necessary -
getLch1_PrimaryKeyValueLCH
Returns LCH-1: "Primary Key Value - LCH" - creates it if necessary -
getSegmentActionCode
Returns LCH-2: "Segment Action Code" - creates it if necessary -
getLch2_SegmentActionCode
Returns LCH-2: "Segment Action Code" - creates it if necessary -
getSegmentUniqueKey
Returns LCH-3: "Segment Unique Key" - creates it if necessary -
getLch3_SegmentUniqueKey
Returns LCH-3: "Segment Unique Key" - creates it if necessary -
getLocationCharacteristicID
Returns LCH-4: "Location Characteristic ID" - creates it if necessary -
getLch4_LocationCharacteristicID
Returns LCH-4: "Location Characteristic ID" - creates it if necessary -
getLocationCharacteristicValueLCH
Returns LCH-5: "Location Characteristic Value-LCH" - creates it if necessary -
getLch5_LocationCharacteristicValueLCH
Returns LCH-5: "Location Characteristic Value-LCH" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-