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

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

public class TCD
extends AbstractSegment

Represents an HL7 TCD message segment (Test Code Detail). This segment has the following fields:

See Also:
Serialized Form

Constructor Summary
TCD(Group parent, ModelClassFactory factory)
          Creates a new TCD segment
 
Method Summary
protected  Type createNewTypeWithoutReflection(int field)
          
 CE getAnalyteRepeatStatus()
          Returns TCD-8: "Analyte Repeat Status" - creates it if necessary
 SN getAutoDilutionFactor()
          Returns TCD-2: "Auto-Dilution Factor" - creates it if necessary
 ID getAutomaticRepeatAllowed()
          Returns TCD-6: "Automatic Repeat Allowed" - creates it if necessary
 SN getEndogenousContentOfPreDilutionDiluent()
          Returns TCD-5: "Endogenous Content of Pre-Dilution Diluent" - creates it if necessary
 SN getPreDilutionFactor()
          Returns TCD-4: "Pre-Dilution Factor" - creates it if necessary
 ID getReflexAllowed()
          Returns TCD-7: "Reflex Allowed" - creates it if necessary
 SN getRerunDilutionFactor()
          Returns TCD-3: "Rerun Dilution Factor" - creates it if necessary
 CE getTcd1_UniversalServiceIdentifier()
          Returns TCD-1: "Universal Service Identifier" - creates it if necessary
 SN getTcd2_AutoDilutionFactor()
          Returns TCD-2: "Auto-Dilution Factor" - creates it if necessary
 SN getTcd3_RerunDilutionFactor()
          Returns TCD-3: "Rerun Dilution Factor" - creates it if necessary
 SN getTcd4_PreDilutionFactor()
          Returns TCD-4: "Pre-Dilution Factor" - creates it if necessary
 SN getTcd5_EndogenousContentOfPreDilutionDiluent()
          Returns TCD-5: "Endogenous Content of Pre-Dilution Diluent" - creates it if necessary
 ID getTcd6_AutomaticRepeatAllowed()
          Returns TCD-6: "Automatic Repeat Allowed" - creates it if necessary
 ID getTcd7_ReflexAllowed()
          Returns TCD-7: "Reflex Allowed" - creates it if necessary
 CE getTcd8_AnalyteRepeatStatus()
          Returns TCD-8: "Analyte Repeat Status" - creates it if necessary
 CE getUniversalServiceIdentifier()
          Returns TCD-1: "Universal Service Identifier" - 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

TCD

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

Method Detail

getUniversalServiceIdentifier

public CE getUniversalServiceIdentifier()
Returns TCD-1: "Universal Service Identifier" - creates it if necessary


getTcd1_UniversalServiceIdentifier

public CE getTcd1_UniversalServiceIdentifier()
Returns TCD-1: "Universal Service Identifier" - creates it if necessary


getAutoDilutionFactor

public SN getAutoDilutionFactor()
Returns TCD-2: "Auto-Dilution Factor" - creates it if necessary


getTcd2_AutoDilutionFactor

public SN getTcd2_AutoDilutionFactor()
Returns TCD-2: "Auto-Dilution Factor" - creates it if necessary


getRerunDilutionFactor

public SN getRerunDilutionFactor()
Returns TCD-3: "Rerun Dilution Factor" - creates it if necessary


getTcd3_RerunDilutionFactor

public SN getTcd3_RerunDilutionFactor()
Returns TCD-3: "Rerun Dilution Factor" - creates it if necessary


getPreDilutionFactor

public SN getPreDilutionFactor()
Returns TCD-4: "Pre-Dilution Factor" - creates it if necessary


getTcd4_PreDilutionFactor

public SN getTcd4_PreDilutionFactor()
Returns TCD-4: "Pre-Dilution Factor" - creates it if necessary


getEndogenousContentOfPreDilutionDiluent

public SN getEndogenousContentOfPreDilutionDiluent()
Returns TCD-5: "Endogenous Content of Pre-Dilution Diluent" - creates it if necessary


getTcd5_EndogenousContentOfPreDilutionDiluent

public SN getTcd5_EndogenousContentOfPreDilutionDiluent()
Returns TCD-5: "Endogenous Content of Pre-Dilution Diluent" - creates it if necessary


getAutomaticRepeatAllowed

public ID getAutomaticRepeatAllowed()
Returns TCD-6: "Automatic Repeat Allowed" - creates it if necessary


getTcd6_AutomaticRepeatAllowed

public ID getTcd6_AutomaticRepeatAllowed()
Returns TCD-6: "Automatic Repeat Allowed" - creates it if necessary


getReflexAllowed

public ID getReflexAllowed()
Returns TCD-7: "Reflex Allowed" - creates it if necessary


getTcd7_ReflexAllowed

public ID getTcd7_ReflexAllowed()
Returns TCD-7: "Reflex Allowed" - creates it if necessary


getAnalyteRepeatStatus

public CE getAnalyteRepeatStatus()
Returns TCD-8: "Analyte Repeat Status" - creates it if necessary


getTcd8_AnalyteRepeatStatus

public CE getTcd8_AnalyteRepeatStatus()
Returns TCD-8: "Analyte Repeat Status" - creates it if necessary


createNewTypeWithoutReflection

protected Type createNewTypeWithoutReflection(int field)

Overrides:
createNewTypeWithoutReflection in class AbstractSegment


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