Class DICOMTags
- java.lang.Object
-
- software.amazon.awssdk.services.medicalimaging.model.DICOMTags
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DICOMTags.Builder,DICOMTags>
@Generated("software.amazon.awssdk:codegen") public final class DICOMTags extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DICOMTags.Builder,DICOMTags>
The DICOM attributes returned as a part of a response. Each image set has these properties as part of a search result.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDICOMTags.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DICOMTags.Builderbuilder()StringdicomAccessionNumber()The accession number for the DICOM study.IntegerdicomNumberOfStudyRelatedInstances()The total number of instances in the DICOM study.IntegerdicomNumberOfStudyRelatedSeries()The total number of series in the DICOM study.StringdicomPatientBirthDate()The patient birth date.StringdicomPatientId()The unique identifier for a patient in a DICOM Study.StringdicomPatientName()The patient name.StringdicomPatientSex()The patient sex.StringdicomStudyDate()The study date.StringdicomStudyDescription()The description of the study.StringdicomStudyId()The DICOM provided studyId.StringdicomStudyInstanceUID()The DICOM provided identifier for studyInstanceUid.>StringdicomStudyTime()The study time.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DICOMTags.Builder>serializableBuilderClass()DICOMTags.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dicomPatientId
public final String dicomPatientId()
The unique identifier for a patient in a DICOM Study.
- Returns:
- The unique identifier for a patient in a DICOM Study.
-
dicomPatientName
public final String dicomPatientName()
The patient name.
- Returns:
- The patient name.
-
dicomPatientBirthDate
public final String dicomPatientBirthDate()
The patient birth date.
- Returns:
- The patient birth date.
-
dicomPatientSex
public final String dicomPatientSex()
The patient sex.
- Returns:
- The patient sex.
-
dicomStudyInstanceUID
public final String dicomStudyInstanceUID()
The DICOM provided identifier for studyInstanceUid.>
- Returns:
- The DICOM provided identifier for studyInstanceUid.>
-
dicomStudyId
public final String dicomStudyId()
The DICOM provided studyId.
- Returns:
- The DICOM provided studyId.
-
dicomStudyDescription
public final String dicomStudyDescription()
The description of the study.
- Returns:
- The description of the study.
-
dicomNumberOfStudyRelatedSeries
public final Integer dicomNumberOfStudyRelatedSeries()
The total number of series in the DICOM study.
- Returns:
- The total number of series in the DICOM study.
-
dicomNumberOfStudyRelatedInstances
public final Integer dicomNumberOfStudyRelatedInstances()
The total number of instances in the DICOM study.
- Returns:
- The total number of instances in the DICOM study.
-
dicomAccessionNumber
public final String dicomAccessionNumber()
The accession number for the DICOM study.
- Returns:
- The accession number for the DICOM study.
-
dicomStudyDate
public final String dicomStudyDate()
The study date.
- Returns:
- The study date.
-
dicomStudyTime
public final String dicomStudyTime()
The study time.
- Returns:
- The study time.
-
toBuilder
public DICOMTags.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DICOMTags.Builder,DICOMTags>
-
builder
public static DICOMTags.Builder builder()
-
serializableBuilderClass
public static Class<? extends DICOMTags.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-