public class TXA extends Segment
The TXA segment contains information specific to a transcribed document but does not include the text of the document. The message is created as a result of a document status change. This information updates other health care systems and allows them to identify reports that are available in the transcription system.
Represents an HL7 TXA message segment. This segment has the following fields:
TXA-1: Set ID- TXA (SI)Required
TXA-2: Document Type (CWE)Required
TXA-3: Document Content Presentation (ID)Conditional
TXA-4: Activity Date/Time (DTM)Optional
TXA-5: Primary Activity Provider Code/Name (XCN)Conditional
TXA-6: Origination Date/Time (DTM)Optional
TXA-7: Transcription Date/Time (DTM)Conditional
TXA-8: Edit Date/Time (DTM)Optional
TXA-9: Originator Code/Name (XCN)Optional
TXA-10: Assigned Document Authenticator (XCN)Optional
TXA-11: Transcriptionist Code/Name (XCN)Conditional
TXA-12: Unique Document Number (EI)Required
TXA-13: Parent Document Number (EI)Conditional
TXA-14: Placer Order Number (EI)Optional
TXA-15: Filler Order Number (EI)Optional
TXA-16: Unique Document File Name (ST)Optional
TXA-17: Document Completion Status (ID)Required
TXA-18: Document Confidentiality Status (ID)Optional
TXA-19: Document Availability Status (ID)Optional
TXA-20: Document Storage Status (ID)Optional
TXA-21: Document Change Reason (ST)Optional
TXA-22: Authentication Person, Time Stamp (PPN)Conditional
TXA-23: Distributed Copies (Code and Name of Recipients) (XCN)Optional
User can also create Segment through SegmentFactory
| Constructor and Description |
|---|
TXA()
Constucts the TXA segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAssignedDocumentAuthenticator(XCN objAssignedDocumentAuthenticator)
Set the Assigned Document Authenticator.
|
void |
addAuthenticationPersonTimeStamp(PPN objtempAuthenticationPersonTimeStamp)
Set the Authentication Person Time Stamp.
|
void |
addAuthenticationPersonTimeStamp(java.lang.String strPersonIndentifier,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondNamesOrInitials,
java.lang.String strSuffix,
java.lang.String strPrefix,
java.lang.String strSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
DTM objDateTimeActionPerformed,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
DTM objEffectiveDate,
DTM objExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepartment,
ST strSecurityCheck,
ID strSecurityCheckScheme)
Set the Authentication Person Time Stamp.
|
void |
addDistributedCopies(java.lang.String strIDNumber,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondAndFurtherGivenNamesOrInitialsThereof,
java.lang.String strSuffix,
java.lang.String strPrefix,
CWE objSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
java.lang.String strEffectiveDate,
java.lang.String strExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepratment,
java.lang.String strSecurityCheck,
java.lang.String strSecurityCheckScheme)
Set Distributed Copies
|
void |
addDistributedCopies(XCN objDistributedCopies)
Set the Distributed Copies.
|
void |
addDocumentTitle(ST objDocumentTitle)
Set the Document Title.
|
void |
addDocumentTitle(java.lang.String strDocumentTitle)
Set the Document Title.
|
void |
addEditDateTime(DTM objEditDateTime)
Set the Edit Date/Time.
|
void |
addEditDateTime(java.lang.String strTime)
Set the Edit Date/Time.
|
void |
addFolderAssignment(CWE objFolderAssignment)
Set the Folder Assignment.
|
void |
addFolderAssignment(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 Folder Assignment.
|
void |
addOriginatorCodeName(java.lang.String strIDNumber,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondAndFurtherGivenNamesOrInitialsThereof,
java.lang.String strSuffix,
java.lang.String strPrefix,
CWE objSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
java.lang.String strEffectiveDate,
java.lang.String strExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepratment,
java.lang.String strSecurityCheck,
java.lang.String strSecurityCheckScheme)
Set Originator Code/Name
This field specify the name of the person identified in the document as being responsible for performing the procedure or activity.
|
void |
addOriginatorCodeName(XCN objOriginatorCodeName)
Set the Originator Code Name.
|
void |
addPlacerOrderNumber(EI objtempPlacerOrderNumber)
Set the Placer Order Number.
|
void |
addPlacerOrderNumber(java.lang.String strEntityIdentifier,
java.lang.String strNamespaceId,
java.lang.String strUniversalId,
java.lang.String strUniversalIdType)
Set the Placer Order Number.
|
void |
addPrimaryActivityProviderCodeName(XCN objtempPrimaryActivityProviderCodeName)
Set the Primary Activity Provider Code Name.
|
void |
addTranscriptionistCodeName(java.lang.String strIDNumber,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondAndFurtherGivenNamesOrInitialsThereof,
java.lang.String strSuffix,
java.lang.String strPrefix,
CWE objSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
java.lang.String strEffectiveDate,
java.lang.String strExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepratment,
java.lang.String strSecurityCheck,
java.lang.String strSecurityCheckScheme)
Set Transcriptionist Code Name
This field specify the name of the person identified in the document as being responsible for performing the procedure or activity.
|
void |
addTranscriptionistCodeName(XCN objTranscriptionistCodeName)
Set the Transcriptionist Code Name.
|
DTM |
getActivityDateTime()
Retrieves the Activity Date Time.
|
DTM |
getAgreedDueDateTime()
Retrieves the Agreed Due Date/Time.
|
ISingleCollection<XCN> |
getAssignedDocumentAuthenticator()
Retrieves the Assigned Document Authenticator.
|
ISingleCollection<PPN> |
getAuthenticationPersonTimeStamp()
Retrieves the Authentication Person Time Stamp.
|
ISingleCollection<XCN> |
getDistributedCopies()
Retrieves the Distributed Copies.
|
ID |
getDocumentAvailabilityStatus()
Retrieves the Document Availability Status.
|
ST |
getDocumentChangeReason()
Retrieves the Document Change Reason.
|
ID |
getDocumentCompletionStatus()
Retrieves the Document Completion Status.
|
ID |
getDocumentConfidentialityStatus()
Retrieves the Document Confidentiality Status.
|
ID |
getDocumentContentPresentation()
Retrieves the Document Content Presentation.
|
ID |
getDocumentStorageStatus()
Retrieves the Document Storage Status.
|
ISingleCollection<ST> |
getDocumentTitle()
Retrieves the Document Title.
|
CWE |
getDocumentType()
Retrieves the Document Type.
|
ISingleCollection<DTM> |
getEditDateTime()
Retrieves the Edit Date Time.
|
EI |
getFillerOrderNumber()
Retrieves the Filler Order Number.
|
ISingleCollection<CWE> |
getFolderAssignment()
Retrieves the Folder Assignment.
|
DTM |
getOriginationDateTime()
Retrieves the Origination Date Time.
|
ISingleCollection<XCN> |
getOriginatorCodeName()
Retrieves the Originator Code Name.
|
EI |
getParentDocumentNumber()
Retrieves the Parent Document Number.
|
ISingleCollection<EI> |
getPlacerOrderNumber()
Retrieves the Placer Order Number.
|
ISingleCollection<XCN> |
getPrimaryActivityProviderCodeName()
Retrieves the Primary Activity Provider Code Name.
|
SI |
getSetID_TXA()
Retrieves the Set ID-TXA.
|
DTM |
getTranscriptionDateTime()
Retrieves the Transcription Date Time.
|
ISingleCollection<XCN> |
getTranscriptionistCodeName()
Retrieves the Transcriptionist Code Name.
|
ST |
getUniqueDocumentFileName()
Retrieves the Unique Document File Name.
|
EI |
getUniqueDocumentNumber()
Retrieves the Unique Document Number.
|
void |
setActivityDateTime(DTM objActivityDateTime)
Set the Activity Date/Time.
|
void |
setActivityDateTime(java.lang.String strTime)
Set the Activity Date/Time.
|
void |
setAgreedDueDateTime(DTM objAgreedDueDateTime)
Set the Agreed Date/Time.
|
void |
setAgreedDueDateTime(java.lang.String strTime)
Set the Agreed Due Date/Time.
|
void |
setAssignedDocumentAuthenticator(ISingleCollection<XCN> objAssignedDocumentAuthenticatorList)
Set the Assigned Document Authenticator
This field specify the name of the person identified in the document as being responsible for performing the procedure or activity.
|
void |
setAssignedDocumentAuthenticator(java.lang.String strIDNumber,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondAndFurtherGivenNamesOrInitialsThereof,
java.lang.String strSuffix,
java.lang.String strPrefix,
CWE objSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
java.lang.String strEffectiveDate,
java.lang.String strExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepratment,
java.lang.String strSecurityCheck,
java.lang.String strSecurityCheckScheme)
Set Assigned Document Authenticator
This field specify the name of the person identified in the document as being responsible for performing the procedure or activity.
|
void |
setAuthenticationPersonTimeStamp(ISingleCollection<PPN> objAuthenticationPersonTimeStampList)
Set the AuthenticationPersonTimeStamp.
|
void |
setDistributedCopies(ISingleCollection<XCN> objDistributedCopiesList)
Set the DistributedCopies.
|
void |
setDocumentAvailabilityStatus(ID objdocumentAvailabilityStatus)
Set the Document Availability Status.
|
void |
setDocumentAvailabilityStatus(java.lang.String strDocumentAvailabilityStatus)
Set the Document Availability Status.
|
void |
setDocumentChangeReason(ST objdocumentChangeReason)
Set the Document Change Reason.
|
void |
setDocumentChangeReason(java.lang.String strDocumentChangeReason)
Set the Document Change Reason.
|
void |
setDocumentCompletionStatus(ID objdocumentCompletionStatus)
Set the Document Completion Status.
|
void |
setDocumentCompletionStatus(java.lang.String strDocumentCompletionStatus)
Set the Document Completion Status.
|
void |
setDocumentConfidentialityStatus(ID objdocumentConfidentialityStatus)
Set the Document Confidentiality Status.
|
void |
setDocumentConfidentialityStatus(java.lang.String strDocumentConfidentialityStatus)
Set the Document Confidentiality Status.
|
void |
setDocumentContentPresentation(ID documentContentPresentation)
Set the Document Content Presentation.
|
void |
setDocumentContentPresentation(java.lang.String strDocumentContentPresentation)
Set the Document Content Presentation.
|
void |
setDocumentStorageStatus(ID objdocumentStorageStatus)
Set the Document Storage Status.
|
void |
setDocumentStorageStatus(java.lang.String strDocumentStorageStatus)
Set the Document Storage Status.
|
void |
setDocumentTitle(ISingleCollection<ST> objDocumentTitleList)
Set the Document Title.
|
void |
setDocumentType(CWE objDocumentType)
Set the Document Type.
|
void |
setDocumentType(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 Document Type.
|
void |
setEditDateTime(ISingleCollection<DTM> objEditDateTimeList)
Set the Edit Date/Time.
|
void |
setFillerOrderNumber(EI objfillerOrderNumber)
Set the Filler Order Number.
|
void |
setFillerOrderNumber(java.lang.String strEntityIdentifier,
java.lang.String strNamespaceId,
java.lang.String strUniversalId,
java.lang.String strUniversalIdType)
Set the Filler Order Number.
|
void |
setFolderAssignment(ISingleCollection<CWE> objFolderAssignmentList)
Set the Folder Assignment.
|
void |
setOriginationDateTime(DTM objOriginationDateTime)
Set the Origination Date/Time.
|
void |
setOriginationDateTime(java.lang.String strTime)
Set the Origination Date/Time.
|
void |
setOriginatorCodeName(ISingleCollection<XCN> objOriginatorCodeNameList)
Set the OriginatorCodeName
This field specify the name of the person identified in the document as being responsible for performing the procedure or activity.
|
void |
setParentDocumentNumber(EI objParentDocumentNumber)
Set the Parent Document Number.
|
void |
setParentDocumentNumber(java.lang.String strEntityIdentifier,
java.lang.String strNamespaceId,
java.lang.String strUniversalId,
java.lang.String strUniversalIdType)
Set the Parent Document Number.
|
void |
setPlacerOrderNumber(ISingleCollection<EI> objPlacerOrderNumberList)
Set the PlacerOrderNumber
|
void |
setPrimaryActivityProviderCodeName(ISingleCollection<XCN> objPrimaryActivityProviderCodeNameList)
Set the PrimaryActivityProviderCodeName
This field specify the name of the person identified in the document as being responsible for performing the procedure or activity.
|
void |
setPrimaryActivityProviderCodeName(java.lang.String strIDNumber,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondAndFurtherGivenNamesOrInitialsThereof,
java.lang.String strSuffix,
java.lang.String strPrefix,
CWE objSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
java.lang.String strEffectiveDate,
java.lang.String strExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepratment,
java.lang.String strSecurityCheck,
java.lang.String strSecurityCheckScheme)
Set Primary Activity Provide Code/Name
This field specify the name of the person identified in the document as being responsible for performing the procedure or activity.
|
void |
setSetID_TXA(SI objsetID_TXA)
Set the Set ID-TXA.
|
void |
setSetID_TXA(java.lang.String strSetID_TXA)
Set the Set ID-TXA.
|
void |
setTranscriptionDateTime(DTM objTranscriptionDateTime)
Set the Transcription Date/Time.
|
void |
setTranscriptionDateTime(java.lang.String strTime)
Set the Transcription Date/Time.
|
void |
setTranscriptionistCodeName(ISingleCollection<XCN> objTranscriptionistCodeNameList)
Set the Transcriptionist Code Name
This field specify the name of the person identified in the document as being responsible for performing the procedure or activity.
|
void |
setUniqueDocumentFileName(ST objUniqueDocumentFileName)
Set the Unique Document File Name.
|
void |
setUniqueDocumentFileName(java.lang.String strAccidentDecription)
Set the Unique Document File Name.
|
void |
setUniqueDocumentNumber(EI objUniqueDocumentNumber)
Set the Unique Document Number.
|
void |
setUniqueDocumentNumber(java.lang.String strEntityIdentifier,
java.lang.String strNamespaceId,
java.lang.String strUniversalId,
java.lang.String strUniversalIdType)
Set the Unique Document Number.
|
boolean |
validate()
Validates HL7 Message objects .
|
addUnRecognizedField, dumpSegment, getFields, getName, getUnrecognizedFields, moveToNextSegment, parse, removeDataElement, removeDataElement, serialize, setName, setUnRecognizedField, updateDataElement, updateDataElement, writeToXMLpublic SI getSetID_TXA()
public CWE getDocumentType()
public ID getDocumentContentPresentation()
public DTM getActivityDateTime()
public ISingleCollection<XCN> getPrimaryActivityProviderCodeName()
public DTM getOriginationDateTime()
public DTM getTranscriptionDateTime()
public ISingleCollection<DTM> getEditDateTime()
public ISingleCollection<XCN> getOriginatorCodeName()
public ISingleCollection<XCN> getAssignedDocumentAuthenticator()
public ISingleCollection<XCN> getTranscriptionistCodeName()
public EI getUniqueDocumentNumber()
public EI getParentDocumentNumber()
public ISingleCollection<EI> getPlacerOrderNumber()
public EI getFillerOrderNumber()
public ST getUniqueDocumentFileName()
public ID getDocumentCompletionStatus()
public ID getDocumentConfidentialityStatus()
public ID getDocumentAvailabilityStatus()
public ID getDocumentStorageStatus()
public ST getDocumentChangeReason()
public ISingleCollection<PPN> getAuthenticationPersonTimeStamp()
public ISingleCollection<XCN> getDistributedCopies()
public ISingleCollection<CWE> getFolderAssignment()
public ISingleCollection<ST> getDocumentTitle()
public DTM getAgreedDueDateTime()
public void setSetID_TXA(java.lang.String strSetID_TXA)
strSetID_TXA - specifies setID_TXA.public void setSetID_TXA(SI objsetID_TXA)
objsetID_TXA - specifies setID_TXA.public void setDocumentType(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 setDocumentType(CWE objDocumentType)
objDocumentType - Object of Document Type.public void setDocumentContentPresentation(java.lang.String strDocumentContentPresentation)
strDocumentContentPresentation - specifies Document Content Presentation.public void setDocumentContentPresentation(ID documentContentPresentation)
documentContentPresentation - Use as Document Content Presentation.public void setActivityDateTime(java.lang.String strTime)
strTime - Specifies a point in time using a 24-hour clock notation. *public void setActivityDateTime(DTM objActivityDateTime)
objActivityDateTime - Object of Activity Date/Time.public void setPrimaryActivityProviderCodeName(java.lang.String strIDNumber,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondAndFurtherGivenNamesOrInitialsThereof,
java.lang.String strSuffix,
java.lang.String strPrefix,
CWE objSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
java.lang.String strEffectiveDate,
java.lang.String strExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepratment,
java.lang.String strSecurityCheck,
java.lang.String strSecurityCheckScheme)
strIDNumber - Refers to the coded ID according to a user-defined tableobjFamilyName - Specifies the surname of a person.strGivenName - Specifies First name.strSecondAndFurtherGivenNamesOrInitialsThereof - Specifies multiple middle names that may be included by
separating them with spaces.strSuffix - Used to specify a name suffix (e.g., Jr. or III).strPrefix - Used to specify a name prefix (e.g., Dr.).objSourceTable - Used as the HL7 identifier for the user-defined table of values for this component. [Refer User-defined Table 0297 - CN ID.]objAssigningAuthority - Specifies a unique identifier of the system (or organization or agency of department)
that creates the data. [Refer User-defined Table 0363 - Assigning authority]strNameTypeCode - Specifies a code that represents the type of name.strIdentifierCheckDigit - Specifies part of the identifying number used in the sending application.strCheckDigitScheme - Specifies the code identifying the check digit scheme employed.[Refer HL7 Table 0061 - Check digit scheme].strIdentifierTypeCode - Specifies A code corresponding to the type of identifier.[Refer HL7 Table 0203 - Identifier type].objAssigningFacility - Specifies the place or location identifier where the identifier was first assigned to the personstrNameRepresentationCode - Provides an indication of the representation provided by the data item.objNameContext - Designates the context in which a name is used. [Refer User-defined Table 0448 ]strNameAssemblyOrder - Specifies a code that represents the preferred display order of the components of this person name. Suggested values are G,F[Refer table 0444.]strEffectiveDate - Specifies the first date, if known, on which the address is valid and active.strExpirationDate - Specifies the last date, if known, on which the address is valid and active.strProfessionalSuffix - Used to specify an abbreviation, or a string of abbreviations, denoting qualifications that support the person's profession, (e.g., licenses).objAssigningJurisdiction - Specifies the geo-political body that assigned the identifier.objAssigningAgencyOrDepratment - Specifies the agency or department that assigned the identifierstrSecurityCheck - Specifies the version code that may be assigned to the person identifierstrSecurityCheckScheme - Specifies the check digit scheme.public void addPrimaryActivityProviderCodeName(XCN objtempPrimaryActivityProviderCodeName)
objtempPrimaryActivityProviderCodeName - Primary Activity Provider Code Namepublic void setPrimaryActivityProviderCodeName(ISingleCollection<XCN> objPrimaryActivityProviderCodeNameList)
objPrimaryActivityProviderCodeNameList - List of PrimaryActivityProviderCodeNamepublic void setOriginationDateTime(java.lang.String strTime)
strTime - Specifies a point in time using a 24-hour clock notation. *public void setOriginationDateTime(DTM objOriginationDateTime)
objOrginationDateTime - Object of Origination Date/Time.public void setTranscriptionDateTime(java.lang.String strTime)
strTime - Specifies a point in time using a 24-hour clock notation. *public void setTranscriptionDateTime(DTM objTranscriptionDateTime)
objTranscriptionDateTime - Object of Transcription Date/Time.public void addEditDateTime(java.lang.String strTime)
strTime - Specifies a point in time using a 24-hour clock notation. *public void addEditDateTime(DTM objEditDateTime)
objEditDateTime - Object of Edit Date/Time.public void setEditDateTime(ISingleCollection<DTM> objEditDateTimeList)
objEditDateTimeList - List of Edit DateTimepublic void addOriginatorCodeName(java.lang.String strIDNumber,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondAndFurtherGivenNamesOrInitialsThereof,
java.lang.String strSuffix,
java.lang.String strPrefix,
CWE objSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
java.lang.String strEffectiveDate,
java.lang.String strExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepratment,
java.lang.String strSecurityCheck,
java.lang.String strSecurityCheckScheme)
strIDNumber - Refers to the coded ID according to a user-defined tableobjFamilyName - Specifies the surname of a person.strGivenName - Specifies First name.strSecondAndFurtherGivenNamesOrInitialsThereof - Specifies multiple middle names that may be included by
separating them with spaces.strSuffix - Used to specify a name suffix (e.g., Jr. or III).strPrefix - Used to specify a name prefix (e.g., Dr.).objSourceTable - Used as the HL7 identifier for the user-defined table of values for this component. [Refer User-defined Table 0297 - CN ID.]objAssigningAuthority - Specifies a unique identifier of the system (or organization or agency of department)
that creates the data. [Refer User-defined Table 0363 - Assigning authority]strNameTypeCode - Specifies a code that represents the type of name.strIdentifierCheckDigit - Specifies part of the identifying number used in the sending application.strCheckDigitScheme - Specifies the code identifying the check digit scheme employed.[Refer HL7 Table 0061 - Check digit scheme].strIdentifierTypeCode - Specifies A code corresponding to the type of identifier.[Refer HL7 Table 0203 - Identifier type].objAssigningFacility - Specifies the place or location identifier where the identifier was first assigned to the personstrNameRepresentationCode - Provides an indication of the representation provided by the data item.objNameContext - Designates the context in which a name is used. [Refer User-defined Table 0448 ]strNameAssemblyOrder - Specifies a code that represents the preferred display order of the components of this person name. Suggested values are G,F[Refer table 0444.]strEffectiveDate - Specifies the first date, if known, on which the address is valid and active.strExpirationDate - Specifies the last date, if known, on which the address is valid and active.strProfessionalSuffix - Used to specify an abbreviation, or a string of abbreviations, denoting qualifications that support the person's profession, (e.g., licenses).objAssigningJurisdiction - Specifies the geo-political body that assigned the identifier.objAssigningAgencyOrDepratment - Specifies the agency or department that assigned the identifierstrSecurityCheck - Specifies the version code that may be assigned to the person identifierstrSecurityCheckScheme - Specifies the check digit scheme.public void addOriginatorCodeName(XCN objOriginatorCodeName)
objOriginatorCodeName - Object of Originator Code Namepublic void setOriginatorCodeName(ISingleCollection<XCN> objOriginatorCodeNameList)
objOriginatorCodeNameList - List of Originator CodeNamepublic void setAssignedDocumentAuthenticator(java.lang.String strIDNumber,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondAndFurtherGivenNamesOrInitialsThereof,
java.lang.String strSuffix,
java.lang.String strPrefix,
CWE objSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
java.lang.String strEffectiveDate,
java.lang.String strExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepratment,
java.lang.String strSecurityCheck,
java.lang.String strSecurityCheckScheme)
strIDNumber - Refers to the coded ID according to a user-defined tableobjFamilyName - Specifies the surname of a person.strGivenName - Specifies First name.strSecondAndFurtherGivenNamesOrInitialsThereof - Specifies multiple middle names that may be included by
separating them with spaces.strSuffix - Used to specify a name suffix (e.g., Jr. or III).strPrefix - Used to specify a name prefix (e.g., Dr.).objSourceTable - Used as the HL7 identifier for the user-defined table of values for this component. [Refer User-defined Table 0297 - CN ID.]objAssigningAuthority - Specifies a unique identifier of the system (or organization or agency of department)
that creates the data. [Refer User-defined Table 0363 - Assigning authority]strNameTypeCode - Specifies a code that represents the type of name.strIdentifierCheckDigit - Specifies part of the identifying number used in the sending application.strCheckDigitScheme - Specifies the code identifying the check digit scheme employed.[Refer HL7 Table 0061 - Check digit scheme].strIdentifierTypeCode - Specifies A code corresponding to the type of identifier.[Refer HL7 Table 0203 - Identifier type].objAssigningFacility - Specifies the place or location identifier where the identifier was first assigned to the personstrNameRepresentationCode - Provides an indication of the representation provided by the data item.objNameContext - Designates the context in which a name is used. [Refer User-defined Table 0448 ]strNameAssemblyOrder - Specifies a code that represents the preferred display order of the components of this person name. Suggested values are G,F[Refer table 0444.]strEffectiveDate - Specifies the first date, if known, on which the address is valid and active.strExpirationDate - Specifies the last date, if known, on which the address is valid and active.strProfessionalSuffix - Used to specify an abbreviation, or a string of abbreviations, denoting qualifications that support the person's profession, (e.g., licenses).objAssigningJurisdiction - Specifies the geo-political body that assigned the identifier.objAssigningAgencyOrDepratment - Specifies the agency or department that assigned the identifierstrSecurityCheck - Specifies the version code that may be assigned to the person identifierstrSecurityCheckScheme - Specifies the check digit scheme.public void addAssignedDocumentAuthenticator(XCN objAssignedDocumentAuthenticator)
objAssignedDocumentAuthenticator - Object of Assigned Document Authenticatorpublic void setAssignedDocumentAuthenticator(ISingleCollection<XCN> objAssignedDocumentAuthenticatorList)
objAssignedDocumentAuthenticatorList - List of Assigned Document Authenticatorpublic void addTranscriptionistCodeName(java.lang.String strIDNumber,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondAndFurtherGivenNamesOrInitialsThereof,
java.lang.String strSuffix,
java.lang.String strPrefix,
CWE objSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
java.lang.String strEffectiveDate,
java.lang.String strExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepratment,
java.lang.String strSecurityCheck,
java.lang.String strSecurityCheckScheme)
strIDNumber - Refers to the coded ID according to a user-defined tableobjFamilyName - Specifies the surname of a person.strGivenName - Specifies First name.strSecondAndFurtherGivenNamesOrInitialsThereof - Specifies multiple middle names that may be included by
separating them with spaces.strSuffix - Used to specify a name suffix (e.g., Jr. or III).strPrefix - Used to specify a name prefix (e.g., Dr.).objSourceTable - Used as the HL7 identifier for the user-defined table of values for this component. [Refer User-defined Table 0297 - CN ID.]objAssigningAuthority - Specifies a unique identifier of the system (or organization or agency of department)
that creates the data. [Refer User-defined Table 0363 - Assigning authority]strNameTypeCode - Specifies a code that represents the type of name.strIdentifierCheckDigit - Specifies part of the identifying number used in the sending application.strCheckDigitScheme - Specifies the code identifying the check digit scheme employed.[Refer HL7 Table 0061 - Check digit scheme].strIdentifierTypeCode - Specifies A code corresponding to the type of identifier.[Refer HL7 Table 0203 - Identifier type].objAssigningFacility - Specifies the place or location identifier where the identifier was first assigned to the personstrNameRepresentationCode - Provides an indication of the representation provided by the data item.objNameContext - Designates the context in which a name is used. [Refer User-defined Table 0448 ]strNameAssemblyOrder - Specifies a code that represents the preferred display order of the components of this person name. Suggested values are G,F[Refer table 0444.]strEffectiveDate - Specifies the first date, if known, on which the address is valid and active.strExpirationDate - Specifies the last date, if known, on which the address is valid and active.strProfessionalSuffix - Used to specify an abbreviation, or a string of abbreviations, denoting qualifications that support the person's profession, (e.g., licenses).objAssigningJurisdiction - Specifies the geo-political body that assigned the identifier.objAssigningAgencyOrDepratment - Specifies the agency or department that assigned the identifierstrSecurityCheck - Specifies the version code that may be assigned to the person identifierstrSecurityCheckScheme - Specifies the check digit scheme.public void addTranscriptionistCodeName(XCN objTranscriptionistCodeName)
objTranscriptionistCodeName - Object of Transcriptionist Code Namepublic void setTranscriptionistCodeName(ISingleCollection<XCN> objTranscriptionistCodeNameList)
objTranscriptionistCodeNameList - List of Transcriptionist Code Namepublic void setUniqueDocumentNumber(java.lang.String strEntityIdentifier,
java.lang.String strNamespaceId,
java.lang.String strUniversalId,
java.lang.String strUniversalIdType)
strEntityIdentifier - Specifies to be unique within the series of identifiers created by the
assigning authority, defined by a hierarchic designatorstrNamespaceId - Specifies the assigning authority is a unique identifier of the system
(or organization or agency or department) that creates the data.strUniversalId - Specifies a string formatted according to the scheme defined by the third component universal ID type.
It is intended to be unique over time within the UID type.strUniversalIdType - Governs the interpretation of the Universal ID.public void setUniqueDocumentNumber(EI objUniqueDocumentNumber)
objUniqueDocumentNumber - Object of Unique Document Number.public void setParentDocumentNumber(java.lang.String strEntityIdentifier,
java.lang.String strNamespaceId,
java.lang.String strUniversalId,
java.lang.String strUniversalIdType)
strEntityIdentifier - Specifies to be unique within the series of identifiers created by the
assigning authority, defined by a hierarchic designatorstrNamespaceId - Specifies the assigning authority is a unique identifier of the system
(or organization or agency or department) that creates the data.strUniversalId - Specifies a string formatted according to the scheme defined by the third component universal ID type.
It is intended to be unique over time within the UID type.strUniversalIdType - Governs the interpretation of the Universal ID.public void setParentDocumentNumber(EI objParentDocumentNumber)
objParentDocumentNumber - Object of Parent Document Number.public void addPlacerOrderNumber(java.lang.String strEntityIdentifier,
java.lang.String strNamespaceId,
java.lang.String strUniversalId,
java.lang.String strUniversalIdType)
strEntityIdentifier - Specifies to be unique within the series of identifiers created by the
assigning authority, defined by a hierarchic designatorstrNamespaceId - Specifies the assigning authority is a unique identifier of the system
(or organization or agency or department) that creates the data.strUniversalId - Specifies a string formatted according to the scheme defined by the third component universal ID type.
It is intended to be unique over time within the UID type.strUniversalIdType - Governs the interpretation of the Universal ID.public void addPlacerOrderNumber(EI objtempPlacerOrderNumber)
objtempPlacerOrderNumber - Placer Order Numberpublic void setPlacerOrderNumber(ISingleCollection<EI> objPlacerOrderNumberList)
objPlacerOrderNumberList - List of PlacerOrderNumberpublic void setFillerOrderNumber(java.lang.String strEntityIdentifier,
java.lang.String strNamespaceId,
java.lang.String strUniversalId,
java.lang.String strUniversalIdType)
strEntityIdentifier - Specifies to be unique within the series of identifiers created by the
assigning authority, defined by a hierarchic designatorstrNamespaceId - Specifies the assigning authority is a unique identifier of the system
(or organization or agency or department) that creates the data.strUniversalId - Specifies a string formatted according to the scheme defined by the third component universal ID type.
It is intended to be unique over time within the UID type.strUniversalIdType - Governs the interpretation of the Universal ID.public void setFillerOrderNumber(EI objfillerOrderNumber)
objfillerOrderNumber - Filler Order Numberpublic void setUniqueDocumentFileName(java.lang.String strAccidentDecription)
strAccidentDecription - Use as AccidentDecription.public void setUniqueDocumentFileName(ST objUniqueDocumentFileName)
objUniqueDocumentFileName - Object of Unique Document File Name.public void setDocumentCompletionStatus(java.lang.String strDocumentCompletionStatus)
strDocumentCompletionStatus - Use as Document Completion Status.public void setDocumentCompletionStatus(ID objdocumentCompletionStatus)
objdocumentCompletionStatus - Use as documentCompletionStatus.public void setDocumentConfidentialityStatus(java.lang.String strDocumentConfidentialityStatus)
strDocumentConfidentialityStatus - Use as Document Confidentiality Status.public void setDocumentConfidentialityStatus(ID objdocumentConfidentialityStatus)
objdocumentConfidentialityStatus - Object of Document Confidentiality Status.public void setDocumentAvailabilityStatus(java.lang.String strDocumentAvailabilityStatus)
strDocumentAvailabilityStatus - Use as DocumentAvailabilityStatus.public void setDocumentAvailabilityStatus(ID objdocumentAvailabilityStatus)
objdocumentAvailabilityStatus - Use as documentAvailabilityStatus.public void setDocumentStorageStatus(java.lang.String strDocumentStorageStatus)
strDocumentStorageStatus - Use as Document Storage Status.public void setDocumentStorageStatus(ID objdocumentStorageStatus)
objdocumentStorageStatus - Use as documentStorageStatus.public void setDocumentChangeReason(java.lang.String strDocumentChangeReason)
strDocumentChangeReason - Use as Document Change Reason.public void setDocumentChangeReason(ST objdocumentChangeReason)
objdocumentChangeReason - Use as Document Change Reason.public void addAuthenticationPersonTimeStamp(java.lang.String strPersonIndentifier,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondNamesOrInitials,
java.lang.String strSuffix,
java.lang.String strPrefix,
java.lang.String strSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
DTM objDateTimeActionPerformed,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
DTM objEffectiveDate,
DTM objExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepartment,
ST strSecurityCheck,
ID strSecurityCheckScheme)
strIdNumber - Coded ID according to a user-defined table,objFamilyName - Specifies the surname of a person.strGivenName - First name.strSecondNamesOrInitials - Multiple middle names may be included by separating them with spaces.strSuffix - Used to specify a name suffix (e.g., Jr. or III).strPrefix - Used to specify a name prefix (e.g., Dr.).strSourceTable - Source is used as the HL7 identifier for the user-defined table of values for this component.objAssigningAuthority - The assigning authority is a unique identifier of the systemstrNameTypeCode - A code that represents the type of name.strIdentifierCheckDigit - The check digit in this data type is not an add-on produced by the message processor.strCheckDigitScheme - Contains the code identifying the check digit scheme employed.strIdentifierTypeCode - A code corresponding to the type of identifier.objAssigningFacility - The place or location identifier where the identifier was first assigned to the patient.objDateTimeActionPerformed - This component describes when the activity was performed.strNameRepresentationCode - Different name/address types and representations of the same name/address should be described by repeating of this fieldobjNameContext - This component is used to designate the context in which a name is used.strNameAssemblyOrder - A code that represents the preferred display order of the components of this person name.objEffectiveDate - The first date, if known, on which the address is valid and active.objExpirationDate - The last date, if known, on which the address is valid and active.strProfessionalSuffix - Used to specify an abbreviation, or a string of abbreviations,
denoting qualifications that support the person's professionobjAssigningJurisdiction - The geo-political body that assigned the identifier in component 1.objAssigningAgencyOrDepartment - The agency or department that assigned the identifier in component 1.public void addAuthenticationPersonTimeStamp(PPN objtempAuthenticationPersonTimeStamp)
objtempAuthenticationPersonTimeStamp - Authentication Person Time Stamppublic void setAuthenticationPersonTimeStamp(ISingleCollection<PPN> objAuthenticationPersonTimeStampList)
objAuthenticationPersonTimeStampList - List of AuthenticationPersonTimeStamppublic void addDistributedCopies(java.lang.String strIDNumber,
FN objFamilyName,
java.lang.String strGivenName,
java.lang.String strSecondAndFurtherGivenNamesOrInitialsThereof,
java.lang.String strSuffix,
java.lang.String strPrefix,
CWE objSourceTable,
HD objAssigningAuthority,
java.lang.String strNameTypeCode,
java.lang.String strIdentifierCheckDigit,
java.lang.String strCheckDigitScheme,
java.lang.String strIdentifierTypeCode,
HD objAssigningFacility,
java.lang.String strNameRepresentationCode,
CWE objNameContext,
java.lang.String strNameAssemblyOrder,
java.lang.String strEffectiveDate,
java.lang.String strExpirationDate,
java.lang.String strProfessionalSuffix,
CWE objAssigningJurisdiction,
CWE objAssigningAgencyOrDepratment,
java.lang.String strSecurityCheck,
java.lang.String strSecurityCheckScheme)
strIDNumber - Refers to the coded ID according to a user-defined tableobjFamilyName - Specifies the surname of a person.strGivenName - Specifies First name.strSecondAndFurtherGivenNamesOrInitialsThereof - Specifies multiple middle names that may be included by
separating them with spaces.strSuffix - Used to specify a name suffix (e.g., Jr. or III).strPrefix - Used to specify a name prefix (e.g., Dr.).objSourceTable - Used as the HL7 identifier for the user-defined table of values for this component. [Refer User-defined Table 0297 - CN ID.]objAssigningAuthority - Specifies a unique identifier of the system (or organization or agency of department)
that creates the data. [Refer User-defined Table 0363 - Assigning authority]strNameTypeCode - Specifies a code that represents the type of name.strIdentifierCheckDigit - Specifies part of the identifying number used in the sending application.strCheckDigitScheme - Specifies the code identifying the check digit scheme employed.[Refer HL7 Table 0061 - Check digit scheme].strIdentifierTypeCode - Specifies A code corresponding to the type of identifier.[Refer HL7 Table 0203 - Identifier type].objAssigningFacility - Specifies the place or location identifier where the identifier was first assigned to the personstrNameRepresentationCode - Provides an indication of the representation provided by the data item.objNameContext - Designates the context in which a name is used. [Refer User-defined Table 0448 ]strNameAssemblyOrder - Specifies a code that represents the preferred display order of the components of this person name. Suggested values are G,F[Refer table 0444.]strEffectiveDate - Specifies the first date, if known, on which the address is valid and active.strExpirationDate - Specifies the last date, if known, on which the address is valid and active.strProfessionalSuffix - Used to specify an abbreviation, or a string of abbreviations, denoting qualifications that support the person's profession, (e.g., licenses).objAssigningJurisdiction - Specifies the geo-political body that assigned the identifier.objAssigningAgencyOrDepratment - Specifies the agency or department that assigned the identifierstrSecurityCheck - Specifies the version code that may be assigned to the person identifierstrSecurityCheckScheme - Specifies the check digit scheme.public void addDistributedCopies(XCN objDistributedCopies)
objDistributedCopies - Distributed Copiespublic void setDistributedCopies(ISingleCollection<XCN> objDistributedCopiesList)
objDistributedCopiesList - List of Distributed Copiespublic void addFolderAssignment(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 addFolderAssignment(CWE objFolderAssignment)
objFolderAssignment - Specifies Folder Assignmentpublic void setFolderAssignment(ISingleCollection<CWE> objFolderAssignmentList)
objFolderAssignmentList - List of Folder Assignmentpublic void addDocumentTitle(java.lang.String strDocumentTitle)
strDocumentChangeReason - Use as Document Change Reason.public void addDocumentTitle(ST objDocumentTitle)
objDocumentTitle - Use as Document Title.public void setDocumentTitle(ISingleCollection<ST> objDocumentTitleList)
objDocumentTitleList - List of Document Titlepublic void setAgreedDueDateTime(java.lang.String strTime)
strTime - Specifies a point in time using a 24-hour clock notation. *public void setAgreedDueDateTime(DTM objAgreedDueDateTime)
objAgreedDueDateTime - Object of Agreed Due Date/Time.public boolean validate()
throws InvalidSegmentException
validate in interface ISegmentvalidate in class SegmentInvalidSegmentException - Throws when Segment Validation fails.