public class OMC extends Segment
The OCM segment contains additional basic attributes that apply to the definition of most observations/services.
Represents an HL7 OCM message segment. This segment has the following fields:
OCM-1: Sequence Number - Test/Observation Master File (NM)Optional
OCM-2: Segment Action Code (ID)C(R/O)
OCM-3: Segment Unique Key (EI)C(R/O)
OCM-4: Clinical Information Request (CWE)Required
OCM-5: Collection Event/Process Step (CWE)Required
OCM-6: Communication Location (CWE)Required
OCM-7: Answer Required (ID)Optional
OCM-8: Hint/Help Text (ST)Optional
OCM-9: Type of Answer (Varies)Optional
OCM-10: Multiple Answers Allowed (ID)Optional
OCM-11: Answer Choices (CWE)Optional
OCM-12: Character Limit (NM)Optional
OCM-13: Number of Decimals (NM)Optional
This class provides mechanism to validate message against HL7 v 2.8.2 standard.
The class provides accessors & mutators for the elements mentioned above.
The class has validate method which validates Message against HL7 v 2.8.2 standard.
User can also create Segment through SegmentFactory
| Constructor and Description |
|---|
OMC()
Constructs the OMC segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAnswerChoices(CWE objAnswerChoices)
Add the Answer Choices.
|
void |
addAnswerChoices(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)
Add the Answer Choices.
|
void |
addCollectionEventProcessStepLimit(CWE objCollectionEventProcessStepLimit)
Add the Collection Event/Process Step Limit.
|
void |
addCollectionEventProcessStepLimit(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)
Add the Collection Event/Process Step Limit.
|
ISingleCollection<CWE> |
getAnswerChoices()
Retrieves the Answer Choices.
|
ID |
getAnswerRequired()
Retrieves the Answer Required.
|
NM |
getCharacterLimit()
Retrieves the Character Limit.
|
CWE |
getClinicalInformationRequest()
Retrieves the Clinical Information Request.
|
ISingleCollection<CWE> |
getCollectionEventProcessStepLimit()
Retrieves the Collection Event/Process Step Limit.
|
CWE |
getCommunicationLocation()
Retrieves the Communication Location.
|
ST |
getHintHelpText()
Retrieves the Hint/Help Text.
|
ID |
getMultipleAnswersAllowed()
Retrieves the Multiple Answers Allowed.
|
NM |
getNumberOfDecimals()
Retrieves the Number of Decimals.
|
ID |
getSegmentActionCode()
Retrieves the Segment Action Code.
|
EI |
getSegmentUniqueKey()
Retrieves the Segment Unique Key.
|
NM |
getSequenceNumberTestObservationMasterFile()
Retrieves the Sequence Number - Test/Observation Master File.
|
ISingleCollection<IDataType> |
getTypeOfAnswer()
Retrieves the Type of Answer.
|
void |
setAnswerChoices(ISingleCollection<CWE> objAnswerChoicesList)
Set the Answer Choices.
|
void |
setAnswerRequired(ID objAnswerRequired)
Set the Answer Required.
|
void |
setAnswerRequired(java.lang.String strAnswerRequired)
Set the Answer Required.
|
void |
setCharacterLimit(NM objCharacterLimit)
Set the Character Limit.
|
void |
setCharacterLimit(java.lang.String strAmount)
Set the Character Limit.
|
void |
setClinicalInformationRequest(CWE objClinicalInformationRequest)
Set the Clinical Information Request.
|
void |
setClinicalInformationRequest(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 Clinical Information Request.
|
void |
setCollectionEventProcessStepLimit(ISingleCollection<CWE> objCollectionEventProcessStepLimitList)
Set the Collection Event/Process Step Limit.
|
void |
setCommunicationLocation(CWE objCommunicationLocation)
Set the Communication Location.
|
void |
setCommunicationLocation(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 Communication Location.
|
void |
setHintHelpText(ST HintHelpText)
Set the Hint/Help Text.
|
void |
setHintHelpText(java.lang.String strHintHelpText)
Set the Hint/Help Text.
|
void |
setMultipleAnswersAllowed(ID objMultipleAnswersAllowed)
Set the Multiple Answers Allowed.
|
void |
setMultipleAnswersAllowed(java.lang.String strMultipleAnswersAllowed)
Set the Multiple Answers Allowed.
|
void |
setNumberOfDecimals(NM objNumberOfDecimals)
Set the Number of Decimals.
|
void |
setNumberOfDecimals(java.lang.String strAmount)
Set the Number of Decimals.
|
void |
setSegmentActionCode(ID objSegmentActionCode)
Set the Segment Action Code.
|
void |
setSegmentActionCode(java.lang.String strSegmentActionCode)
Set the Segment Action Code.
|
void |
setSegmentUniqueKey(EI objSegmentUniqueKey)
Set the Segment Unique Key.
|
void |
setSegmentUniqueKey(java.lang.String strEntityIdentifier,
java.lang.String strNamespaceId,
java.lang.String strUniversalId,
java.lang.String strUniversalIdType)
Set the Segment Unique Key.
|
void |
setSequenceNumberTestObservationMasterFile(NM objSequenceNumberTestObservationMasterFile)
Set the Sequence Number - Test/Observation Master File.
|
void |
setSequenceNumberTestObservationMasterFile(java.lang.String strSequenceNumberTestObservationMasterFile)
Set the Sequence Number - Test/Observation Master File.
|
void |
setTypeOfAnswer(ISingleCollection<IDataType> TypeOfAnswer)
Set the Type of Answer.This field contains the allowed datatype for answers, and is drawn from HL7 Table 0125 – Value Type for valid values.
|
addUnRecognizedField, dumpSegment, getFields, getName, getUnrecognizedFields, moveToNextSegment, parse, removeDataElement, removeDataElement, serialize, setName, setUnRecognizedField, updateDataElement, updateDataElement, validate, writeToXMLpublic NM getSequenceNumberTestObservationMasterFile()
public void setSequenceNumberTestObservationMasterFile(java.lang.String strSequenceNumberTestObservationMasterFile)
strSequenceNumberTestObservationMasterFile - This field contains the String value of Sequence Number - Test/Observation Master File.public void setSequenceNumberTestObservationMasterFile(NM objSequenceNumberTestObservationMasterFile)
objSequenceNumberTestObservationMasterFile - Object of Sequence Number - Test/Observation Master File.public ID getSegmentActionCode()
public void setSegmentActionCode(java.lang.String strSegmentActionCode)
strSegmentActionCode - This field indicates whether this repetition of the segment is being added, changed or deleted.public void setSegmentActionCode(ID objSegmentActionCode)
objSegmentActionCode - Object of Segment Action Code.public EI getSegmentUniqueKey()
public void setSegmentUniqueKey(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 setSegmentUniqueKey(EI objSegmentUniqueKey)
objSegmentUniqueKey - Object of Segment Unique Key.public CWE getClinicalInformationRequest()
public void setClinicalInformationRequest(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 setClinicalInformationRequest(CWE objClinicalInformationRequest)
objClinicalInformationRequest - Object of Clinical Information Request.public ISingleCollection<CWE> getCollectionEventProcessStepLimit()
public void addCollectionEventProcessStepLimit(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 addCollectionEventProcessStepLimit(CWE objCollectionEventProcessStepLimit)
objCollectionEventProcessStepLimit - Object of Collection Event/Process Step Limit.public void setCollectionEventProcessStepLimit(ISingleCollection<CWE> objCollectionEventProcessStepLimitList)
objCollectionEventProcessStepLimitList - List of Collection Event/Process Step Limit.public CWE getCommunicationLocation()
public void setCommunicationLocation(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 setCommunicationLocation(CWE objCommunicationLocation)
objCommunicationLocation - Object of Communication Location.public ID getAnswerRequired()
public void setAnswerRequired(java.lang.String strAnswerRequired)
strAnswerRequired - String which to set as Answer Requiredpublic void setAnswerRequired(ID objAnswerRequired)
objAnswerRequired - Object of Answer Required.public ST getHintHelpText()
public void setHintHelpText(java.lang.String strHintHelpText)
strHintHelpText - Use as HintHelpText.public void setHintHelpText(ST HintHelpText)
HintHelpText - Object of Hint/Help Text.public ISingleCollection<IDataType> getTypeOfAnswer()
public void setTypeOfAnswer(ISingleCollection<IDataType> TypeOfAnswer)
TypeOfAnswer - Use as TypeOfAnswer.public ID getMultipleAnswersAllowed()
public void setMultipleAnswersAllowed(java.lang.String strMultipleAnswersAllowed)
strMultipleAnswersAllowed - This field specifies the status of an order. Refer to HL7 Table 0038 - Order status for valid entries.public void setMultipleAnswersAllowed(ID objMultipleAnswersAllowed)
objMultipleAnswersAllowed - Object of Multiple Answers Allowed.public ISingleCollection<CWE> getAnswerChoices()
public void addAnswerChoices(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 addAnswerChoices(CWE objAnswerChoices)
objAnswerChoices - Object of Answer Choices.public void setAnswerChoices(ISingleCollection<CWE> objAnswerChoicesList)
objAnswerChoicesList - List of Answer Choices.public NM getCharacterLimit()
public void setCharacterLimit(java.lang.String strAmount)
strAmount - This field contains the String Value of Amount.public void setCharacterLimit(NM objCharacterLimit)
objCharacterLimit - Object of Character Limit.public NM getNumberOfDecimals()
public void setNumberOfDecimals(java.lang.String strAmount)
strAmount - This field contains the String Value of Amount.public void setNumberOfDecimals(NM objNumberOfDecimals)
objNumberOfDecimals - Object of Number of Decimals.