@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DICOMTags extends Object implements Serializable, Cloneable, StructuredPojo
The DICOM attributes returned as a part of a response. Each image set has these properties as part of a search result.
| Constructor and Description |
|---|
DICOMTags() |
| Modifier and Type | Method and Description |
|---|---|
DICOMTags |
clone() |
boolean |
equals(Object obj) |
String |
getDICOMAccessionNumber()
The accession number for the DICOM study.
|
Integer |
getDICOMNumberOfStudyRelatedInstances()
The total number of instances in the DICOM study.
|
Integer |
getDICOMNumberOfStudyRelatedSeries()
The total number of series in the DICOM study.
|
String |
getDICOMPatientBirthDate()
The patient birth date.
|
String |
getDICOMPatientId()
The unique identifier for a patient in a DICOM Study.
|
String |
getDICOMPatientName()
The patient name.
|
String |
getDICOMPatientSex()
The patient sex.
|
String |
getDICOMStudyDate()
The study date.
|
String |
getDICOMStudyDescription()
The description of the study.
|
String |
getDICOMStudyId()
The DICOM provided studyId.
|
String |
getDICOMStudyInstanceUID()
The DICOM provided identifier for studyInstanceUid.>
|
String |
getDICOMStudyTime()
The study time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDICOMAccessionNumber(String dICOMAccessionNumber)
The accession number for the DICOM study.
|
void |
setDICOMNumberOfStudyRelatedInstances(Integer dICOMNumberOfStudyRelatedInstances)
The total number of instances in the DICOM study.
|
void |
setDICOMNumberOfStudyRelatedSeries(Integer dICOMNumberOfStudyRelatedSeries)
The total number of series in the DICOM study.
|
void |
setDICOMPatientBirthDate(String dICOMPatientBirthDate)
The patient birth date.
|
void |
setDICOMPatientId(String dICOMPatientId)
The unique identifier for a patient in a DICOM Study.
|
void |
setDICOMPatientName(String dICOMPatientName)
The patient name.
|
void |
setDICOMPatientSex(String dICOMPatientSex)
The patient sex.
|
void |
setDICOMStudyDate(String dICOMStudyDate)
The study date.
|
void |
setDICOMStudyDescription(String dICOMStudyDescription)
The description of the study.
|
void |
setDICOMStudyId(String dICOMStudyId)
The DICOM provided studyId.
|
void |
setDICOMStudyInstanceUID(String dICOMStudyInstanceUID)
The DICOM provided identifier for studyInstanceUid.>
|
void |
setDICOMStudyTime(String dICOMStudyTime)
The study time.
|
String |
toString()
Returns a string representation of this object.
|
DICOMTags |
withDICOMAccessionNumber(String dICOMAccessionNumber)
The accession number for the DICOM study.
|
DICOMTags |
withDICOMNumberOfStudyRelatedInstances(Integer dICOMNumberOfStudyRelatedInstances)
The total number of instances in the DICOM study.
|
DICOMTags |
withDICOMNumberOfStudyRelatedSeries(Integer dICOMNumberOfStudyRelatedSeries)
The total number of series in the DICOM study.
|
DICOMTags |
withDICOMPatientBirthDate(String dICOMPatientBirthDate)
The patient birth date.
|
DICOMTags |
withDICOMPatientId(String dICOMPatientId)
The unique identifier for a patient in a DICOM Study.
|
DICOMTags |
withDICOMPatientName(String dICOMPatientName)
The patient name.
|
DICOMTags |
withDICOMPatientSex(String dICOMPatientSex)
The patient sex.
|
DICOMTags |
withDICOMStudyDate(String dICOMStudyDate)
The study date.
|
DICOMTags |
withDICOMStudyDescription(String dICOMStudyDescription)
The description of the study.
|
DICOMTags |
withDICOMStudyId(String dICOMStudyId)
The DICOM provided studyId.
|
DICOMTags |
withDICOMStudyInstanceUID(String dICOMStudyInstanceUID)
The DICOM provided identifier for studyInstanceUid.>
|
DICOMTags |
withDICOMStudyTime(String dICOMStudyTime)
The study time.
|
public void setDICOMPatientId(String dICOMPatientId)
The unique identifier for a patient in a DICOM Study.
dICOMPatientId - The unique identifier for a patient in a DICOM Study.public String getDICOMPatientId()
The unique identifier for a patient in a DICOM Study.
public DICOMTags withDICOMPatientId(String dICOMPatientId)
The unique identifier for a patient in a DICOM Study.
dICOMPatientId - The unique identifier for a patient in a DICOM Study.public void setDICOMPatientName(String dICOMPatientName)
The patient name.
dICOMPatientName - The patient name.public String getDICOMPatientName()
The patient name.
public DICOMTags withDICOMPatientName(String dICOMPatientName)
The patient name.
dICOMPatientName - The patient name.public void setDICOMPatientBirthDate(String dICOMPatientBirthDate)
The patient birth date.
dICOMPatientBirthDate - The patient birth date.public String getDICOMPatientBirthDate()
The patient birth date.
public DICOMTags withDICOMPatientBirthDate(String dICOMPatientBirthDate)
The patient birth date.
dICOMPatientBirthDate - The patient birth date.public void setDICOMPatientSex(String dICOMPatientSex)
The patient sex.
dICOMPatientSex - The patient sex.public String getDICOMPatientSex()
The patient sex.
public DICOMTags withDICOMPatientSex(String dICOMPatientSex)
The patient sex.
dICOMPatientSex - The patient sex.public void setDICOMStudyInstanceUID(String dICOMStudyInstanceUID)
The DICOM provided identifier for studyInstanceUid.>
dICOMStudyInstanceUID - The DICOM provided identifier for studyInstanceUid.>public String getDICOMStudyInstanceUID()
The DICOM provided identifier for studyInstanceUid.>
public DICOMTags withDICOMStudyInstanceUID(String dICOMStudyInstanceUID)
The DICOM provided identifier for studyInstanceUid.>
dICOMStudyInstanceUID - The DICOM provided identifier for studyInstanceUid.>public void setDICOMStudyId(String dICOMStudyId)
The DICOM provided studyId.
dICOMStudyId - The DICOM provided studyId.public String getDICOMStudyId()
The DICOM provided studyId.
public DICOMTags withDICOMStudyId(String dICOMStudyId)
The DICOM provided studyId.
dICOMStudyId - The DICOM provided studyId.public void setDICOMStudyDescription(String dICOMStudyDescription)
The description of the study.
dICOMStudyDescription - The description of the study.public String getDICOMStudyDescription()
The description of the study.
public DICOMTags withDICOMStudyDescription(String dICOMStudyDescription)
The description of the study.
dICOMStudyDescription - The description of the study.public void setDICOMNumberOfStudyRelatedSeries(Integer dICOMNumberOfStudyRelatedSeries)
The total number of series in the DICOM study.
dICOMNumberOfStudyRelatedSeries - The total number of series in the DICOM study.public Integer getDICOMNumberOfStudyRelatedSeries()
The total number of series in the DICOM study.
public DICOMTags withDICOMNumberOfStudyRelatedSeries(Integer dICOMNumberOfStudyRelatedSeries)
The total number of series in the DICOM study.
dICOMNumberOfStudyRelatedSeries - The total number of series in the DICOM study.public void setDICOMNumberOfStudyRelatedInstances(Integer dICOMNumberOfStudyRelatedInstances)
The total number of instances in the DICOM study.
dICOMNumberOfStudyRelatedInstances - The total number of instances in the DICOM study.public Integer getDICOMNumberOfStudyRelatedInstances()
The total number of instances in the DICOM study.
public DICOMTags withDICOMNumberOfStudyRelatedInstances(Integer dICOMNumberOfStudyRelatedInstances)
The total number of instances in the DICOM study.
dICOMNumberOfStudyRelatedInstances - The total number of instances in the DICOM study.public void setDICOMAccessionNumber(String dICOMAccessionNumber)
The accession number for the DICOM study.
dICOMAccessionNumber - The accession number for the DICOM study.public String getDICOMAccessionNumber()
The accession number for the DICOM study.
public DICOMTags withDICOMAccessionNumber(String dICOMAccessionNumber)
The accession number for the DICOM study.
dICOMAccessionNumber - The accession number for the DICOM study.public void setDICOMStudyDate(String dICOMStudyDate)
The study date.
dICOMStudyDate - The study date.public String getDICOMStudyDate()
The study date.
public DICOMTags withDICOMStudyDate(String dICOMStudyDate)
The study date.
dICOMStudyDate - The study date.public void setDICOMStudyTime(String dICOMStudyTime)
The study time.
dICOMStudyTime - The study time.public String getDICOMStudyTime()
The study time.
public DICOMTags withDICOMStudyTime(String dICOMStudyTime)
The study time.
dICOMStudyTime - The study time.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2024. All rights reserved.