Package ca.uhn.hl7v2.model.v24.segment
Class TCD
java.lang.Object
ca.uhn.hl7v2.model.AbstractStructure
ca.uhn.hl7v2.model.AbstractSegment
ca.uhn.hl7v2.model.v24.segment.TCD
- All Implemented Interfaces:
Segment,Structure,Visitable,Serializable
Represents an HL7 TCD message segment (Test Code Detail). This segment has the following fields:
- TCD-1: Universal Service Identifier (CE)
- TCD-2: Auto-Dilution Factor (SN) optional
- TCD-3: Rerun Dilution Factor (SN) optional
- TCD-4: Pre-Dilution Factor (SN) optional
- TCD-5: Endogenous Content of Pre-Dilution Diluent (SN) optional
- TCD-6: Automatic Repeat Allowed (ID) optional
- TCD-7: Reflex Allowed (ID) optional
- TCD-8: Analyte Repeat Status (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 TCD-8: "Analyte Repeat Status" - creates it if necessaryReturns TCD-2: "Auto-Dilution Factor" - creates it if necessaryReturns TCD-6: "Automatic Repeat Allowed" - creates it if necessaryReturns TCD-5: "Endogenous Content of Pre-Dilution Diluent" - creates it if necessaryReturns TCD-4: "Pre-Dilution Factor" - creates it if necessaryReturns TCD-7: "Reflex Allowed" - creates it if necessaryReturns TCD-3: "Rerun Dilution Factor" - creates it if necessaryReturns TCD-1: "Universal Service Identifier" - creates it if necessaryReturns TCD-2: "Auto-Dilution Factor" - creates it if necessaryReturns TCD-3: "Rerun Dilution Factor" - creates it if necessaryReturns TCD-4: "Pre-Dilution Factor" - creates it if necessaryReturns TCD-5: "Endogenous Content of Pre-Dilution Diluent" - creates it if necessaryReturns TCD-6: "Automatic Repeat Allowed" - creates it if necessaryReturns TCD-7: "Reflex Allowed" - creates it if necessaryReturns TCD-8: "Analyte Repeat Status" - creates it if necessaryReturns TCD-1: "Universal Service Identifier" - 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
-
TCD
Creates a new TCD segment
-
-
Method Details
-
getUniversalServiceIdentifier
Returns TCD-1: "Universal Service Identifier" - creates it if necessary -
getTcd1_UniversalServiceIdentifier
Returns TCD-1: "Universal Service Identifier" - creates it if necessary -
getAutoDilutionFactor
Returns TCD-2: "Auto-Dilution Factor" - creates it if necessary -
getTcd2_AutoDilutionFactor
Returns TCD-2: "Auto-Dilution Factor" - creates it if necessary -
getRerunDilutionFactor
Returns TCD-3: "Rerun Dilution Factor" - creates it if necessary -
getTcd3_RerunDilutionFactor
Returns TCD-3: "Rerun Dilution Factor" - creates it if necessary -
getPreDilutionFactor
Returns TCD-4: "Pre-Dilution Factor" - creates it if necessary -
getTcd4_PreDilutionFactor
Returns TCD-4: "Pre-Dilution Factor" - creates it if necessary -
getEndogenousContentOfPreDilutionDiluent
Returns TCD-5: "Endogenous Content of Pre-Dilution Diluent" - creates it if necessary -
getTcd5_EndogenousContentOfPreDilutionDiluent
Returns TCD-5: "Endogenous Content of Pre-Dilution Diluent" - creates it if necessary -
getAutomaticRepeatAllowed
Returns TCD-6: "Automatic Repeat Allowed" - creates it if necessary -
getTcd6_AutomaticRepeatAllowed
Returns TCD-6: "Automatic Repeat Allowed" - creates it if necessary -
getReflexAllowed
Returns TCD-7: "Reflex Allowed" - creates it if necessary -
getTcd7_ReflexAllowed
Returns TCD-7: "Reflex Allowed" - creates it if necessary -
getAnalyteRepeatStatus
Returns TCD-8: "Analyte Repeat Status" - creates it if necessary -
getTcd8_AnalyteRepeatStatus
Returns TCD-8: "Analyte Repeat Status" - creates it if necessary -
createNewTypeWithoutReflection
- Overrides:
createNewTypeWithoutReflectionin classAbstractSegment
-