ca.uhn.hl7v2.model.v24.segment
Class LCH

java.lang.Object
  extended by ca.uhn.hl7v2.model.AbstractSegment
      extended by ca.uhn.hl7v2.model.v24.segment.LCH
All Implemented Interfaces:
Segment, Structure, Serializable

public class LCH
extends AbstractSegment

Represents an HL7 LCH message segment (Location Characteristic). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
LCH(Group parent, ModelClassFactory factory)
          Creates a new LCH segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 PL getLch1_PrimaryKeyValueLCH()
          Returns LCH-1: "Primary Key Value - LCH" - creates it if necessary
 ID getLch2_SegmentActionCode()
          Returns LCH-2: "Segment Action Code" - creates it if necessary
 EI getLch3_SegmentUniqueKey()
          Returns LCH-3: "Segment Unique Key" - creates it if necessary
 CE getLch4_LocationCharacteristicID()
          Returns LCH-4: "Location Characteristic ID" - creates it if necessary
 CE getLch5_LocationCharacteristicValueLCH()
          Returns LCH-5: "Location Characteristic Value-LCH" - creates it if necessary
 CE getLocationCharacteristicID()
          Returns LCH-4: "Location Characteristic ID" - creates it if necessary
 CE getLocationCharacteristicValueLCH()
          Returns LCH-5: "Location Characteristic Value-LCH" - creates it if necessary
 PL getPrimaryKeyValueLCH()
          Returns LCH-1: "Primary Key Value - LCH" - creates it if necessary
 ID getSegmentActionCode()
          Returns LCH-2: "Segment Action Code" - creates it if necessary
 EI getSegmentUniqueKey()
          Returns LCH-3: "Segment Unique Key" - creates it if necessary
 
Methods inherited from class ca.uhn.hl7v2.model.AbstractSegment
add, add, clear, encode, getField, getField, getLength, getMaxCardinality, getMessage, getName, getNames, getParent, insertRepetition, isRequired, main, numFields, parse, removeRepetition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LCH

public LCH(Group parent,
           ModelClassFactory factory)
Creates a new LCH segment

Method Detail

getPrimaryKeyValueLCH

public PL getPrimaryKeyValueLCH()
Returns LCH-1: "Primary Key Value - LCH" - creates it if necessary


getLch1_PrimaryKeyValueLCH

public PL getLch1_PrimaryKeyValueLCH()
Returns LCH-1: "Primary Key Value - LCH" - creates it if necessary


getSegmentActionCode

public ID getSegmentActionCode()
Returns LCH-2: "Segment Action Code" - creates it if necessary


getLch2_SegmentActionCode

public ID getLch2_SegmentActionCode()
Returns LCH-2: "Segment Action Code" - creates it if necessary


getSegmentUniqueKey

public EI getSegmentUniqueKey()
Returns LCH-3: "Segment Unique Key" - creates it if necessary


getLch3_SegmentUniqueKey

public EI getLch3_SegmentUniqueKey()
Returns LCH-3: "Segment Unique Key" - creates it if necessary


getLocationCharacteristicID

public CE getLocationCharacteristicID()
Returns LCH-4: "Location Characteristic ID" - creates it if necessary


getLch4_LocationCharacteristicID

public CE getLch4_LocationCharacteristicID()
Returns LCH-4: "Location Characteristic ID" - creates it if necessary


getLocationCharacteristicValueLCH

public CE getLocationCharacteristicValueLCH()
Returns LCH-5: "Location Characteristic Value-LCH" - creates it if necessary


getLch5_LocationCharacteristicValueLCH

public CE getLch5_LocationCharacteristicValueLCH()
Returns LCH-5: "Location Characteristic Value-LCH" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


Copyright © 2001-2011 University Health Network. All Rights Reserved.