public class TCC extends Segment
The test (e.g., analyte) code configuration segment is the data necessary to maintain and transmit information concerning the test entity codes that are being used throughout the "automated system."
Represents an HL7 TCC message segment. This segment has the following fields:
TCC-1: Universal Service Identifier (CWE)Required
TCC-2: Test Application Identifier (EI)Required
TCC-3: Specimen Source (SPS)Withdrawn
TCC-4: Auto-Dilution Factor Default (SN)Optional
TCC-5: Rerun Dilution Factor Default (SN)Optional
TCC-6: Pre-Dilution Factor Default (SN)Optional
TCC-7: Endogenous Content of Pre-Dilution Diluent (SN)Optional
TCC-8: Inventory Limits Warning Level (NM)Optional
TCC-9: Automatic Rerun Allowed (ID)Optional
TCC-10: Automatic Repeat Allowed (ID)Optional
TCC-11: Automatic Reflex Allowed (ID)Optional
TCC-12: Equipment Dynamic Range (SN)Optional
TCC-13: Units (CWE)Optional
TCC-14: Processing Type (CWE)Optional
TCC-15: Test Criticality (CWE)Optional
User can also create Segment through SegmentFactory
| Constructor and Description |
|---|
TCC()
Constructs the TCC segment.
|
| Modifier and Type | Method and Description |
|---|---|
SN |
getAutoDilutionFactorDefault()
Retrieves the Auto Dilution Factor Default.
|
ID |
getAutomaticReflexAllowed()
Retrieves the Automatic Reflex Allowed.
|
ID |
getAutomaticRepeatAllowed()
Retrieves the Automatic Repeat Allowed.
|
ID |
getAutomaticRerunAllowed()
Retrieves the Automatic Rerun Allowed.
|
SN |
getEndogenousContentofPreDilutionDiluent()
Retrieves the Endogenous Content of Pre Dilution Diluent.
|
SN |
getEquipmentDynamicRange()
Retrieves the Equipment Dynamic Range.
|
NM |
getInventoryLimitsWarningLevel()
Retrieves the Inventory Limits Warning Level.
|
SN |
getPreDilutionFactorDefault()
Retrieves the Pre Dilution Factor Default.
|
CWE |
getProcessingType()
Retrieves the Processing Type.
|
SN |
getRerunDilutionFactorDefault()
Retrieves the Rerun Dilution Factor Default.
|
EI |
getTestApplicationIdentifier()
Retrieves the Test Application Identifier.
|
CWE |
getTestCriticality()
Retrieves the Test Criticality.
|
CWE |
getUnits()
Retrieves the Units.
|
CWE |
getUniversalServiceIdentifier()
Retrieves the Universal Service Identifier.
|
void |
setAutoDilutionFactorDefault(SN objautoDilutionFactorDefault)
Set the Auto Dilution Factor Default.
|
void |
setAutoDilutionFactorDefault(java.lang.String strComparator,
java.lang.String strNum1,
java.lang.String strSeparatorSuffix,
java.lang.String strNum2)
Set the Auto Dilution Factor Default.
|
void |
setAutomaticReflexAllowed(ID objautomaticReflexAllowed)
Set the Automatic Reflex Allowed.
|
void |
setAutomaticReflexAllowed(java.lang.String strActionCode)
Set the Automatic Reflex Allowed.
|
void |
setAutomaticRepeatAllowed(ID objautomaticRepeatAllowed)
Set the Automatic Repeat Allowed.
|
void |
setAutomaticRepeatAllowed(java.lang.String strActionCode)
Set the Automatic Repeat Allowed.
|
void |
setAutomaticRerunAllowed(ID objautomaticRerunAllowed)
Set the Automatic Rerun Allowed.
|
void |
setAutomaticRerunAllowed(java.lang.String strActionCode)
Set the Automatic Rerun Allowed.
|
void |
setEndogenousContentofPreDilutionDiluent(SN objendogenousContentofPreDilutionDiluent)
Set the Endogenous Content of Pre Dilution Diluent.
|
void |
setEndogenousContentofPreDilutionDiluent(java.lang.String strComparator,
java.lang.String strNum1,
java.lang.String strSeparatorSuffix,
java.lang.String strNum2)
Set the Endogenous Content of Pre Dilution Diluent.
|
void |
setEquipmentDynamicRange(SN objequipmentDynamicRange)
Set the Equipment Dynamic Range.
|
void |
setEquipmentDynamicRange(java.lang.String strComparator,
java.lang.String strNum1,
java.lang.String strSeparatorSuffix,
java.lang.String strNum2)
Set the Equipment Dynamic Range.
|
void |
setInventoryLimitsWarningLevel(NM objinventoryLimitsWarningLevel)
Set the Inventory Limits Warning Level.
|
void |
setInventoryLimitsWarningLevel(java.lang.String strPolicyLimitDays)
Set the Inventory Limits Warning Level.
|
void |
setPreDilutionFactorDefault(SN objpreDilutionFactorDefault)
Set the Pre Dilution Factor Default.
|
void |
setPreDilutionFactorDefault(java.lang.String strComparator,
java.lang.String strNum1,
java.lang.String strSeparatorSuffix,
java.lang.String strNum2)
Set the Pre Dilution Factor Default.
|
void |
setProcessingType(CWE objprocessingType)
Set the Processing Type.
|
void |
setProcessingType(java.lang.String strIdentifier,
java.lang.String strText,
java.lang.String strNameOfCodingSystem,
java.lang.String strAlternateIdentifier,
java.lang.String strAlternateText,
java.lang.String strNameOfAlternateCodingSystem,
java.lang.String strCodingSystemVersionID,
java.lang.String strAlternateCodingSystemVersionId,
java.lang.String strOriginalText,
java.lang.String strSecondAlternateIdentifier,
java.lang.String strSecondAlternateText,
java.lang.String strNameofSecondAlternateCodingSystem,
java.lang.String strSecondAlternateCodingSystemVersionID,
java.lang.String strCodingSystemOID,
java.lang.String strValueSetOID,
java.lang.String strValueSetVersionID,
java.lang.String strAlternateCodingSystemOID,
java.lang.String strAlternateValueSetOID,
java.lang.String strAlternateValueSetVersionID,
java.lang.String strSecondAlternateCodingSystemOID,
java.lang.String strSecondAlternateValueSetOID,
java.lang.String strSecondAlternateValueSetVersionID)
Set the Processing Type.
|
void |
setRerunDilutionFactorDefault(SN objrerunDilutionFactorDefault)
Set the Rerun Dilution Factor Default.
|
void |
setRerunDilutionFactorDefault(java.lang.String strComparator,
java.lang.String strNum1,
java.lang.String strSeparatorSuffix,
java.lang.String strNum2)
Set the Rerun Dilution Factor Default.
|
void |
setTestApplicationIdentifier(EI objtestApplicationIdentifier)
Set the Test Application Identifier.
|
void |
setTestApplicationIdentifier(java.lang.String strEntityIdentifier,
java.lang.String strNamespaceId,
java.lang.String strUniversalId,
java.lang.String strUniversalIdType)
Set the Test Application Identifier.
|
void |
setTestCriticality(CWE objTestCriticality)
Set the Test Criticality.
|
void |
setTestCriticality(java.lang.String strIdentifier,
java.lang.String strText,
java.lang.String strNameOfCodingSystem,
java.lang.String strAlternateIdentifier,
java.lang.String strAlternateText,
java.lang.String strNameOfAlternateCodingSystem,
java.lang.String strCodingSystemVersionID,
java.lang.String strAlternateCodingSystemVersionId,
java.lang.String strOriginalText,
java.lang.String strSecondAlternateIdentifier,
java.lang.String strSecondAlternateText,
java.lang.String strNameofSecondAlternateCodingSystem,
java.lang.String strSecondAlternateCodingSystemVersionID,
java.lang.String strCodingSystemOID,
java.lang.String strValueSetOID,
java.lang.String strValueSetVersionID,
java.lang.String strAlternateCodingSystemOID,
java.lang.String strAlternateValueSetOID,
java.lang.String strAlternateValueSetVersionID,
java.lang.String strSecondAlternateCodingSystemOID,
java.lang.String strSecondAlternateValueSetOID,
java.lang.String strSecondAlternateValueSetVersionID)
Set the Test Criticality.
|
void |
setUnits(CWE objunits)
Set the Units.
|
void |
setUnits(java.lang.String strIdentifier,
java.lang.String strText,
java.lang.String strNameOfCodingSystem,
java.lang.String strAlternateIdentifier,
java.lang.String strAlternateText,
java.lang.String strNameOfAlternateCodingSystem,
java.lang.String strCodingSystemVersionID,
java.lang.String strAlternateCodingSystemVersionId,
java.lang.String strOriginalText,
java.lang.String strSecondAlternateIdentifier,
java.lang.String strSecondAlternateText,
java.lang.String strNameofSecondAlternateCodingSystem,
java.lang.String strSecondAlternateCodingSystemVersionID,
java.lang.String strCodingSystemOID,
java.lang.String strValueSetOID,
java.lang.String strValueSetVersionID,
java.lang.String strAlternateCodingSystemOID,
java.lang.String strAlternateValueSetOID,
java.lang.String strAlternateValueSetVersionID,
java.lang.String strSecondAlternateCodingSystemOID,
java.lang.String strSecondAlternateValueSetOID,
java.lang.String strSecondAlternateValueSetVersionID)
Set the Units.
|
void |
setUniversalServiceIdentifier(CWE objuniversalServiceIdentifier)
Set the Universal Service Identifier.
|
void |
setUniversalServiceIdentifier(java.lang.String strIdentifier,
java.lang.String strText,
java.lang.String strNameOfCodingSystem,
java.lang.String strAlternateIdentifier,
java.lang.String strAlternateText,
java.lang.String strNameOfAlternateCodingSystem,
java.lang.String strCodingSystemVersionID,
java.lang.String strAlternateCodingSystemVersionId,
java.lang.String strOriginalText,
java.lang.String strSecondAlternateIdentifier,
java.lang.String strSecondAlternateText,
java.lang.String strNameofSecondAlternateCodingSystem,
java.lang.String strSecondAlternateCodingSystemVersionID,
java.lang.String strCodingSystemOID,
java.lang.String strValueSetOID,
java.lang.String strValueSetVersionID,
java.lang.String strAlternateCodingSystemOID,
java.lang.String strAlternateValueSetOID,
java.lang.String strAlternateValueSetVersionID,
java.lang.String strSecondAlternateCodingSystemOID,
java.lang.String strSecondAlternateValueSetOID,
java.lang.String strSecondAlternateValueSetVersionID)
Set the Universal Service Identifier.
|
boolean |
validate()
Validates HL7 Message objects .
|
addUnRecognizedField, dumpSegment, getFields, getName, getUnrecognizedFields, moveToNextSegment, parse, removeDataElement, removeDataElement, serialize, setName, setUnRecognizedField, updateDataElement, updateDataElement, writeToXMLpublic SN getAutoDilutionFactorDefault()
public ID getAutomaticReflexAllowed()
public ID getAutomaticRepeatAllowed()
public ID getAutomaticRerunAllowed()
public SN getEndogenousContentofPreDilutionDiluent()
public SN getEquipmentDynamicRange()
public NM getInventoryLimitsWarningLevel()
public SN getPreDilutionFactorDefault()
public CWE getProcessingType()
public SN getRerunDilutionFactorDefault()
public EI getTestApplicationIdentifier()
public CWE getUnits()
public CWE getUniversalServiceIdentifier()
public void setAutoDilutionFactorDefault(java.lang.String strComparator,
java.lang.String strNum1,
java.lang.String strSeparatorSuffix,
java.lang.String strNum2)
strComparator - Specifies as greater than, less than, greater than or equal, less than or equal,
equal, and not equal, respectivelystrNum1 - Specifies A number.strSeparatorSuffix - Specifies Separat or SuffixstrNum2 - Specifies A number or null depending on the measurement.public void setAutoDilutionFactorDefault(SN objautoDilutionFactorDefault)
objautoDilutionFactorDefault - Object of Auto Dilution Factor Default.public void setAutomaticReflexAllowed(java.lang.String strActionCode)
strActionCode - Specifies the the intent of the messagepublic void setAutomaticReflexAllowed(ID objautomaticReflexAllowed)
objautomaticReflexAllowed - Object of Automatic Reflex Allowed.public void setAutomaticRepeatAllowed(java.lang.String strActionCode)
strActionCode - Specifies the the intent of the messagepublic void setAutomaticRepeatAllowed(ID objautomaticRepeatAllowed)
objautomaticRepeatAllowed - Object of Automatic Repeat Allowed.public void setAutomaticRerunAllowed(java.lang.String strActionCode)
strActionCode - Specifies the the intent of the messagepublic void setAutomaticRerunAllowed(ID objautomaticRerunAllowed)
objautomaticRerunAllowed - Object of Automatic Rerun Allowed.public void setEndogenousContentofPreDilutionDiluent(java.lang.String strComparator,
java.lang.String strNum1,
java.lang.String strSeparatorSuffix,
java.lang.String strNum2)
strComparator - Specifies as greater than, less than, greater than or equal, less than or equal,
equal, and not equal, respectivelystrNum1 - Specifies A number.strSeparatorSuffix - Specifies Separat or SuffixstrNum2 - Specifies A number or null depending on the measurement.public void setEndogenousContentofPreDilutionDiluent(SN objendogenousContentofPreDilutionDiluent)
objendogenousContentofPreDilutionDiluent - Object of Endogenous Content of Pre Dilution Diluent.public void setEquipmentDynamicRange(java.lang.String strComparator,
java.lang.String strNum1,
java.lang.String strSeparatorSuffix,
java.lang.String strNum2)
strComparator - Specifies as greater than, less than, greater than or equal, less than or equal,
equal, and not equal, respectivelystrNum1 - Specifies A number.strSeparatorSuffix - Specifies Separate or SuffixstrNum2 - Specifies A number or null depending on the measurement.public void setEquipmentDynamicRange(SN objequipmentDynamicRange)
objequipmentDynamicRange - Object of Equipment Dynamic Range.public void setInventoryLimitsWarningLevel(java.lang.String strPolicyLimitDays)
strPolicyLimitDays - Specifies the maximum number of days that the insurance policy will cover.public void setInventoryLimitsWarningLevel(NM objinventoryLimitsWarningLevel)
objinventoryLimitsWarningLevel - Object of Inventory Limits Warning Level.public void setPreDilutionFactorDefault(java.lang.String strComparator,
java.lang.String strNum1,
java.lang.String strSeparatorSuffix,
java.lang.String strNum2)
strComparator - Specifies as greater than, less than, greater than or equal, less than or equal,
equal, and not equal, respectivelystrNum1 - Specifies A number.strSeparatorSuffix - Specifies Separat or SuffixstrNum2 - Specifies A number or null depending on the measurement.public void setPreDilutionFactorDefault(SN objpreDilutionFactorDefault)
objpreDilutionFactorDefault - Object of Pre Dilution Factor Default.public void setRerunDilutionFactorDefault(java.lang.String strComparator,
java.lang.String strNum1,
java.lang.String strSeparatorSuffix,
java.lang.String strNum2)
strComparator - Specifies as greater than, less than, greater than or equal, less than or equal,
equal, and not equal, respectivelystrNum1 - Specifies A number.strSeparatorSuffix - Specifies Separat or SuffixstrNum2 - Specifies A number or null depending on the measurement.public void setRerunDilutionFactorDefault(SN objrerunDilutionFactorDefault)
objrerunDilutionFactorDefault - Object of Rerun Dilution Factor Default.public void setProcessingType(java.lang.String strIdentifier,
java.lang.String strText,
java.lang.String strNameOfCodingSystem,
java.lang.String strAlternateIdentifier,
java.lang.String strAlternateText,
java.lang.String strNameOfAlternateCodingSystem,
java.lang.String strCodingSystemVersionID,
java.lang.String strAlternateCodingSystemVersionId,
java.lang.String strOriginalText,
java.lang.String strSecondAlternateIdentifier,
java.lang.String strSecondAlternateText,
java.lang.String strNameofSecondAlternateCodingSystem,
java.lang.String strSecondAlternateCodingSystemVersionID,
java.lang.String strCodingSystemOID,
java.lang.String strValueSetOID,
java.lang.String strValueSetVersionID,
java.lang.String strAlternateCodingSystemOID,
java.lang.String strAlternateValueSetOID,
java.lang.String strAlternateValueSetVersionID,
java.lang.String strSecondAlternateCodingSystemOID,
java.lang.String strSecondAlternateValueSetOID,
java.lang.String strSecondAlternateValueSetVersionID)
strIdentifier - Specifies of characters (the code) that uniquely identifies the item being referenced.strText - Specifies The descriptive or textual name of the identifier, e.g., myocardial infarction.strNameOfCodingSystem - Identifies the coding scheme being used in the identifier component.strAlternateIdentifier - Specifies an alternate sequence of characters (the code) that uniquely identifies the item being referenced.strAlternateText - Specifies the descriptive or textual name of the alternate identifier. See usage note in section introduction.strNameOfAlternateCodingSystem - Identifies the coding scheme being used in the alternate identifier component.strCodingSystemVersionID - A sequence of characters that uniquely identifies a second alternate code.strAlternateCodingSystemVersionId - This component carries the version for the coding system identified by components 4-6.strOriginalText - The text as seen and/or selected by the user who entered the data.strSecondAlternateIdentifier - A sequence of characters that uniquely identifies a second alternate code.strSecondAlternateText - The descriptive or textual name of the alternate identifier.strNameofSecondAlternateCodingSystem - Identifies the coding scheme being used in the alternate identifier component.strSecondAlternateCodingSystemVersionID - This component carries the version for the coding system identified by components 10-12.strCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.3.strValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.1 is obtained.strValueSetVersionID - This component carries the version for the value set identified by CWE.15. The version is a date. The date is the date/time that the value set being used was published.strAlternateCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.6.strAlternateValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.4 is obtained.strAlternateValueSetVersionID - This component carries the version for the value set identified by CWE.18. The version is a date.strSecondAlternateCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.12.strSecondAlternateValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.10 is obtained.strSecondAlternateValueSetVersionID - This component carries the version for the value set identified by CWE.21. The version is a date.public void setProcessingType(CWE objprocessingType)
objprocessingType - Object of Processing Type.public void setTestApplicationIdentifier(java.lang.String strEntityIdentifier,
java.lang.String strNamespaceId,
java.lang.String strUniversalId,
java.lang.String strUniversalIdType)
strEntityIdentifier - Specifies defined by a hierarchic designator, represented by components 2 through 4.
[Reference Section 2.A.33, "HD - hierarchic designator".]strNamespaceId - Specifies the HL7 identifier for the user-defined table of values for this component.
[Refer to User-defined Table 0363 - Assigning authority]strUniversalId - Specifies string formatted according to the scheme defined by the component,
strUniversalIdType - Specifies the interpretation of the second component of the HD.public void setTestApplicationIdentifier(EI objtestApplicationIdentifier)
objtestApplicationIdentifier - Object of Test Application Identifier.public void setUnits(java.lang.String strIdentifier,
java.lang.String strText,
java.lang.String strNameOfCodingSystem,
java.lang.String strAlternateIdentifier,
java.lang.String strAlternateText,
java.lang.String strNameOfAlternateCodingSystem,
java.lang.String strCodingSystemVersionID,
java.lang.String strAlternateCodingSystemVersionId,
java.lang.String strOriginalText,
java.lang.String strSecondAlternateIdentifier,
java.lang.String strSecondAlternateText,
java.lang.String strNameofSecondAlternateCodingSystem,
java.lang.String strSecondAlternateCodingSystemVersionID,
java.lang.String strCodingSystemOID,
java.lang.String strValueSetOID,
java.lang.String strValueSetVersionID,
java.lang.String strAlternateCodingSystemOID,
java.lang.String strAlternateValueSetOID,
java.lang.String strAlternateValueSetVersionID,
java.lang.String strSecondAlternateCodingSystemOID,
java.lang.String strSecondAlternateValueSetOID,
java.lang.String strSecondAlternateValueSetVersionID)
strIdentifier - Specifies of characters (the code) that uniquely identifies the item being referenced.strText - Specifies The descriptive or textual name of the identifier, e.g., myocardial infarction.strNameOfCodingSystem - Identifies the coding scheme being used in the identifier component.strAlternateIdentifier - Specifies an alternate sequence of characters (the code) that uniquely identifies the item being referenced.strAlternateText - Specifies the descriptive or textual name of the alternate identifier. See usage note in section introduction.strNameOfAlternateCodingSystem - Identifies the coding scheme being used in the alternate identifier component.strCodingSystemVersionID - A sequence of characters that uniquely identifies a second alternate code.strAlternateCodingSystemVersionId - This component carries the version for the coding system identified by components 4-6.strOriginalText - The text as seen and/or selected by the user who entered the data.strSecondAlternateIdentifier - A sequence of characters that uniquely identifies a second alternate code.strSecondAlternateText - The descriptive or textual name of the alternate identifier.strNameofSecondAlternateCodingSystem - Identifies the coding scheme being used in the alternate identifier component.strSecondAlternateCodingSystemVersionID - This component carries the version for the coding system identified by components 10-12.strCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.3.strValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.1 is obtained.strValueSetVersionID - This component carries the version for the value set identified by CWE.15. The version is a date. The date is the date/time that the value set being used was published.strAlternateCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.6.strAlternateValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.4 is obtained.strAlternateValueSetVersionID - This component carries the version for the value set identified by CWE.18. The version is a date.strSecondAlternateCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.12.strSecondAlternateValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.10 is obtained.strSecondAlternateValueSetVersionID - This component carries the version for the value set identified by CWE.21. The version is a date.public void setUnits(CWE objunits)
objunits - Object of Units.public void setUniversalServiceIdentifier(java.lang.String strIdentifier,
java.lang.String strText,
java.lang.String strNameOfCodingSystem,
java.lang.String strAlternateIdentifier,
java.lang.String strAlternateText,
java.lang.String strNameOfAlternateCodingSystem,
java.lang.String strCodingSystemVersionID,
java.lang.String strAlternateCodingSystemVersionId,
java.lang.String strOriginalText,
java.lang.String strSecondAlternateIdentifier,
java.lang.String strSecondAlternateText,
java.lang.String strNameofSecondAlternateCodingSystem,
java.lang.String strSecondAlternateCodingSystemVersionID,
java.lang.String strCodingSystemOID,
java.lang.String strValueSetOID,
java.lang.String strValueSetVersionID,
java.lang.String strAlternateCodingSystemOID,
java.lang.String strAlternateValueSetOID,
java.lang.String strAlternateValueSetVersionID,
java.lang.String strSecondAlternateCodingSystemOID,
java.lang.String strSecondAlternateValueSetOID,
java.lang.String strSecondAlternateValueSetVersionID)
strIdentifier - Specifies of characters (the code) that uniquely identifies the item being referenced.strText - Specifies The descriptive or textual name of the identifier, e.g., myocardial infarction.strNameOfCodingSystem - Identifies the coding scheme being used in the identifier component.strAlternateIdentifier - Specifies an alternate sequence of characters (the code) that uniquely identifies the item being referenced.strAlternateText - Specifies the descriptive or textual name of the alternate identifier. See usage note in section introduction.strNameOfAlternateCodingSystem - Identifies the coding scheme being used in the alternate identifier component.strCodingSystemVersionID - A sequence of characters that uniquely identifies a second alternate code.strAlternateCodingSystemVersionId - This component carries the version for the coding system identified by components 4-6.strOriginalText - The text as seen and/or selected by the user who entered the data.strSecondAlternateIdentifier - A sequence of characters that uniquely identifies a second alternate code.strSecondAlternateText - The descriptive or textual name of the alternate identifier.strNameofSecondAlternateCodingSystem - Identifies the coding scheme being used in the alternate identifier component.strSecondAlternateCodingSystemVersionID - This component carries the version for the coding system identified by components 10-12.strCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.3.strValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.1 is obtained.strValueSetVersionID - This component carries the version for the value set identified by CWE.15. The version is a date. The date is the date/time that the value set being used was published.strAlternateCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.6.strAlternateValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.4 is obtained.strAlternateValueSetVersionID - This component carries the version for the value set identified by CWE.18. The version is a date.strSecondAlternateCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.12.strSecondAlternateValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.10 is obtained.strSecondAlternateValueSetVersionID - This component carries the version for the value set identified by CWE.21. The version is a date.public void setUniversalServiceIdentifier(CWE objuniversalServiceIdentifier)
objuniversalServiceIdentifier - Object of Universal Service Identifier.public CWE getTestCriticality()
public void setTestCriticality(java.lang.String strIdentifier,
java.lang.String strText,
java.lang.String strNameOfCodingSystem,
java.lang.String strAlternateIdentifier,
java.lang.String strAlternateText,
java.lang.String strNameOfAlternateCodingSystem,
java.lang.String strCodingSystemVersionID,
java.lang.String strAlternateCodingSystemVersionId,
java.lang.String strOriginalText,
java.lang.String strSecondAlternateIdentifier,
java.lang.String strSecondAlternateText,
java.lang.String strNameofSecondAlternateCodingSystem,
java.lang.String strSecondAlternateCodingSystemVersionID,
java.lang.String strCodingSystemOID,
java.lang.String strValueSetOID,
java.lang.String strValueSetVersionID,
java.lang.String strAlternateCodingSystemOID,
java.lang.String strAlternateValueSetOID,
java.lang.String strAlternateValueSetVersionID,
java.lang.String strSecondAlternateCodingSystemOID,
java.lang.String strSecondAlternateValueSetOID,
java.lang.String strSecondAlternateValueSetVersionID)
strIdentifier - Specifies of characters (the code) that uniquely identifies the item being referenced.strText - Specifies The descriptive or textual name of the identifier, e.g., myocardial infarction.strNameOfCodingSystem - Identifies the coding scheme being used in the identifier component.strAlternateIdentifier - Specifies an alternate sequence of characters (the code) that uniquely identifies the item being referenced.strAlternateText - Specifies the descriptive or textual name of the alternate identifier. See usage note in section introduction.strNameOfAlternateCodingSystem - Identifies the coding scheme being used in the alternate identifier component.strCodingSystemVersionID - A sequence of characters that uniquely identifies a second alternate code.strAlternateCodingSystemVersionId - This component carries the version for the coding system identified by components 4-6.strOriginalText - The text as seen and/or selected by the user who entered the data.strSecondAlternateIdentifier - A sequence of characters that uniquely identifies a second alternate code.strSecondAlternateText - The descriptive or textual name of the alternate identifier.strNameofSecondAlternateCodingSystem - Identifies the coding scheme being used in the alternate identifier component.strSecondAlternateCodingSystemVersionID - This component carries the version for the coding system identified by components 10-12.strCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.3.strValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.1 is obtained.strValueSetVersionID - This component carries the version for the value set identified by CWE.15. The version is a date. The date is the date/time that the value set being used was published.strAlternateCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.6.strAlternateValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.4 is obtained.strAlternateValueSetVersionID - This component carries the version for the value set identified by CWE.18. The version is a date.strSecondAlternateCodingSystemOID - This component contains the ISO Object Identifier (OID) for the coding system or value set named in CWE.12.strSecondAlternateValueSetOID - This component contains the ISO Object Identifier (OID) to allow identification of the value set from which the value in CWE.10 is obtained.strSecondAlternateValueSetVersionID - This component carries the version for the value set identified by CWE.21. The version is a date.public void setTestCriticality(CWE objTestCriticality)
objTestCriticality - Object of Test Criticality.public boolean validate()
throws InvalidSegmentException
validate in interface ISegmentvalidate in class SegmentInvalidSegmentException - Throws when Segment Validation fails.