org.eclipse.ohf.bridge.type
Class DocumentSubmissionMetadataType
java.lang.Object
org.eclipse.ohf.bridge.type.DocumentSubmissionMetadataType
- All Implemented Interfaces:
- java.io.Serializable
public class DocumentSubmissionMetadataType
- extends java.lang.Object
- implements java.io.Serializable
Aggregates all the required metadata when creating a document entry
and submission set for use with the XDS source document submission.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DocumentSubmissionMetadataType
public DocumentSubmissionMetadataType()
getPatientId
public PatientIdType getPatientId()
- Returns:
- The patient ID
setPatientId
public void setPatientId(PatientIdType pPatientId)
- Parameters:
pPatientId -
getDocumentEntryClassCode
public CodedMetadataType getDocumentEntryClassCode()
- Returns:
- the documentEntryClassCode
setDocumentEntryClassCode
public void setDocumentEntryClassCode(CodedMetadataType documentEntryClassCode)
- Parameters:
documentEntryClassCode - the documentEntryClassCode to set
getDocumentEntryConfidentialityCodeCode
public CodedMetadataType getDocumentEntryConfidentialityCodeCode()
- Returns:
- the documentEntryConfidentialityCodeCode
setDocumentEntryConfidentialityCodeCode
public void setDocumentEntryConfidentialityCodeCode(CodedMetadataType documentEntryConfidentialityCodeCode)
- Parameters:
documentEntryConfidentialityCodeCode - the documentEntryConfidentialityCodeCode to set
getDocumentEntryFormatCode
public CodedMetadataType getDocumentEntryFormatCode()
- Returns:
- the documentEntryFormatCode
setDocumentEntryFormatCode
public void setDocumentEntryFormatCode(CodedMetadataType documentEntryFormatCode)
- Parameters:
documentEntryFormatCode - the documentEntryFormatCode to set
getDocumentEntryHealthcareFacilityCode
public CodedMetadataType getDocumentEntryHealthcareFacilityCode()
- Returns:
- the documentEntryHealthcareFacilityCode
setDocumentEntryHealthcareFacilityCode
public void setDocumentEntryHealthcareFacilityCode(CodedMetadataType documentEntryHealthcareFacilityCode)
- Parameters:
documentEntryHealthcareFacilityCode - the documentEntryHealthcareFacilityCode to set
getDocumentEntryPracticeSettingCode
public CodedMetadataType getDocumentEntryPracticeSettingCode()
- Returns:
- the documentEntryPracticeSettingCode
setDocumentEntryPracticeSettingCode
public void setDocumentEntryPracticeSettingCode(CodedMetadataType documentEntryPracticeSettingCode)
- Parameters:
documentEntryPracticeSettingCode - the documentEntryPracticeSettingCode to set
getDocumentEntryTypeCode
public CodedMetadataType getDocumentEntryTypeCode()
- Returns:
- the documentEntryTypeCode
setDocumentEntryTypeCode
public void setDocumentEntryTypeCode(CodedMetadataType documentEntryTypeCode)
- Parameters:
documentEntryTypeCode - the documentEntryTypeCode to set
getSubmissionSetContentTypeCode
public CodedMetadataType getSubmissionSetContentTypeCode()
- Returns:
- the submissionSetContentTypeCode
setSubmissionSetContentTypeCode
public void setSubmissionSetContentTypeCode(CodedMetadataType submissionSetContentTypeCode)
- Parameters:
submissionSetContentTypeCode - the submissionSetContentTypeCode to set
getSubmissionSetSourceId
public java.lang.String getSubmissionSetSourceId()
- Returns:
- the submissionSetSourceId
setSubmissionSetSourceId
public void setSubmissionSetSourceId(java.lang.String submissionSetSourceId)
- Parameters:
submissionSetSourceId - the submissionSetSourceId to set
getDocumentEntryParentDocumentId
public java.lang.String getDocumentEntryParentDocumentId()
- Gets the ID of the document's parent
- Returns:
- the documentEntryParentDocumentId
setDocumentEntryParentDocumentId
public void setDocumentEntryParentDocumentId(java.lang.String documentEntryParentDocumentId)
- Sets the ID of the document's parent. For use with document replace.
- Parameters:
documentEntryParentDocumentId - the documentEntryParentDocumentId to set
getDocumentType
public java.lang.String getDocumentType()
setDocumentType
public void setDocumentType(java.lang.String pDocumentType)
toString
public java.lang.String toString()
- Constructs a
String with all attributes in name = value format.
- Overrides:
toString in class java.lang.Object
- Returns:
- a
String representation of this object.