|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.ohf.bridge.type.XDSDocType
public class XDSDocType
Contains information regarding a document and its associated metadata that were retrieved from an XDS registry query.
| Constructor Summary | |
|---|---|
XDSDocType()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAuthorInstitution()
|
PatientInfoType[] |
getAuthors()
|
java.lang.String |
getAvailabilityStatus()
|
java.lang.String |
getBase64EncodedDocument()
This method returns the base-64 encoded document |
CodedMetadataType |
getClassCode()
|
java.lang.String |
getComments()
|
CodedMetadataType |
getConfidentialityCode()
|
java.lang.String |
getCreationTime()
|
java.lang.String |
getDecodedDocument()
|
java.lang.String |
getDocumentSize()
This method returns the size of the document |
java.lang.String |
getDocumentTitle()
This method returns the document title |
java.lang.String |
getEffectiveTime()
This method returns the effective scan time of the document |
java.lang.String |
getEncodingType()
This method gets the encoding type of the document |
CodedMetadataType[] |
getEventCodes()
|
java.lang.String |
getFormatCode()
|
CodedMetadataType |
getHealthCareFacilityTypeCode()
|
java.lang.String |
getLanguageCode()
|
java.lang.String |
getMimeType()
This method returns the mime type of the document |
java.lang.String |
getParentDocumentId()
|
java.lang.String |
getParentDocumentRelationship()
|
PatientInfoType |
getPatientInfo()
This method returns the complete patient demographic information |
CodedMetadataType |
getPracticeSettingCode()
|
java.lang.String |
getServiceStartTime()
|
java.lang.String |
getServiceStopTime()
|
PatientIdType |
getSourcePatientId()
|
CodedMetadataType |
getTypeCode()
|
java.lang.String |
getUniqueId()
This method returns the document's unique id |
java.lang.String |
getUri()
|
java.lang.String |
getUuid()
This method returns the document's universal unique id |
void |
setAuthorInstitution(java.lang.String pAuthorInstitution)
|
void |
setAuthors(PatientInfoType[] pAuthors)
|
void |
setAvailabilityStatus(java.lang.String pAvailabilityStatus)
|
void |
setBase64EncodedDocument(java.lang.String base64EncodedDocument)
This method sets the base-64 encoded document for this XDSDocType |
void |
setClassCode(CodedMetadataType pClassCode)
|
void |
setComments(java.lang.String pComments)
|
void |
setConfidentialityCode(CodedMetadataType pConfidentialityCode)
|
void |
setCreationTime(java.lang.String pCreationTime)
|
void |
setDecodedDocument(java.lang.String pDecodedDocument)
|
void |
setDocumentSize(java.lang.String documentSize)
This method sets the document size |
void |
setDocumentTitle(java.lang.String documentTitle)
This method sets the document title |
void |
setEffectiveTime(java.lang.String effectiveTime)
This method sets the effective scan time of the document |
void |
setEncodingType(java.lang.String encodingType)
This method sets the encoding type of the document |
void |
setEventCodes(CodedMetadataType[] pEventCodes)
|
void |
setFormatCode(java.lang.String pFormatCode)
|
void |
setHealthCareFacilityTypeCode(CodedMetadataType pHealthCareFacilityTypeCode)
|
void |
setLanguageCode(java.lang.String pLanguageCode)
|
void |
setMimeType(java.lang.String mimeType)
This method sets the mime type of the document |
void |
setParentDocumentId(java.lang.String pParentDocumentId)
|
void |
setParentDocumentRelationship(java.lang.String pParentDocumentRelationship)
|
void |
setPatientInfo(PatientInfoType patientInfo)
This method sets the patient demographic information |
void |
setPracticeSettingCode(CodedMetadataType pPracticeSettingCode)
|
void |
setServiceStartTime(java.lang.String pServiceStartTime)
|
void |
setServiceStopTime(java.lang.String pServiceStopTime)
|
void |
setSourcePatientId(PatientIdType pSourcePatientId)
|
void |
setTypeCode(CodedMetadataType pTypeCode)
|
void |
setUniqueId(java.lang.String uniqueId)
This method sets the document's unique id |
void |
setUri(java.lang.String pUri)
|
void |
setUuid(java.lang.String uuid)
This method sets the document's universal unique id |
java.lang.String |
toString()
Constructs a String with all attributes in name = value format. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public XDSDocType()
| Method Detail |
|---|
public java.lang.String getDocumentTitle()
public void setDocumentTitle(java.lang.String documentTitle)
documentTitle - the documentTitle to setpublic java.lang.String getEffectiveTime()
public void setEffectiveTime(java.lang.String effectiveTime)
effectiveTime - The effective scan time of the documentpublic java.lang.String getBase64EncodedDocument()
public void setBase64EncodedDocument(java.lang.String base64EncodedDocument)
base64EncodedDocument - The base-64 encoded documentpublic java.lang.String getEncodingType()
public void setEncodingType(java.lang.String encodingType)
encodingType - The encoding type of the documentpublic java.lang.String getMimeType()
public void setMimeType(java.lang.String mimeType)
mimeType - The mime type of the documentpublic PatientInfoType getPatientInfo()
public void setPatientInfo(PatientInfoType patientInfo)
patientInfo - the patientInfo to setpublic java.lang.String getDocumentSize()
public void setDocumentSize(java.lang.String documentSize)
documentSize - The document sizepublic java.lang.String getUniqueId()
public void setUniqueId(java.lang.String uniqueId)
uniqueId - The value of the document's unique idpublic java.lang.String getUuid()
public void setUuid(java.lang.String uuid)
uuid - The value of the document's universal unique idpublic java.lang.String toString()
String with all attributes in name = value format.
toString in class java.lang.ObjectString representation of this object.public java.lang.String getDecodedDocument()
public void setDecodedDocument(java.lang.String pDecodedDocument)
public java.lang.String getFormatCode()
public void setFormatCode(java.lang.String pFormatCode)
public java.lang.String getCreationTime()
public void setCreationTime(java.lang.String pCreationTime)
public java.lang.String getLanguageCode()
public void setLanguageCode(java.lang.String pLanguageCode)
public java.lang.String getParentDocumentId()
public void setParentDocumentId(java.lang.String pParentDocumentId)
public java.lang.String getServiceStartTime()
public void setServiceStartTime(java.lang.String pServiceStartTime)
public java.lang.String getServiceStopTime()
public void setServiceStopTime(java.lang.String pServiceStopTime)
public java.lang.String getUri()
public void setUri(java.lang.String pUri)
public CodedMetadataType getConfidentialityCode()
public void setConfidentialityCode(CodedMetadataType pConfidentialityCode)
public void setComments(java.lang.String pComments)
public java.lang.String getComments()
public void setAuthors(PatientInfoType[] pAuthors)
public PatientInfoType[] getAuthors()
public java.lang.String getAvailabilityStatus()
public void setAvailabilityStatus(java.lang.String pAvailabilityStatus)
public CodedMetadataType getClassCode()
public void setClassCode(CodedMetadataType pClassCode)
public CodedMetadataType[] getEventCodes()
public void setEventCodes(CodedMetadataType[] pEventCodes)
public CodedMetadataType getHealthCareFacilityTypeCode()
public void setHealthCareFacilityTypeCode(CodedMetadataType pHealthCareFacilityTypeCode)
public java.lang.String getParentDocumentRelationship()
public void setParentDocumentRelationship(java.lang.String pParentDocumentRelationship)
public CodedMetadataType getPracticeSettingCode()
public void setPracticeSettingCode(CodedMetadataType pPracticeSettingCode)
public PatientIdType getSourcePatientId()
public void setSourcePatientId(PatientIdType pSourcePatientId)
public CodedMetadataType getTypeCode()
public void setTypeCode(CodedMetadataType pTypeCode)
public java.lang.String getAuthorInstitution()
public void setAuthorInstitution(java.lang.String pAuthorInstitution)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||