Interface DICOMTags.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DICOMTags.Builder,DICOMTags>,SdkBuilder<DICOMTags.Builder,DICOMTags>,SdkPojo
- Enclosing class:
- DICOMTags
public static interface DICOMTags.Builder extends SdkPojo, CopyableBuilder<DICOMTags.Builder,DICOMTags>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DICOMTags.BuilderdicomAccessionNumber(String dicomAccessionNumber)The accession number for the DICOM study.DICOMTags.BuilderdicomNumberOfStudyRelatedInstances(Integer dicomNumberOfStudyRelatedInstances)The total number of instances in the DICOM study.DICOMTags.BuilderdicomNumberOfStudyRelatedSeries(Integer dicomNumberOfStudyRelatedSeries)The total number of series in the DICOM study.DICOMTags.BuilderdicomPatientBirthDate(String dicomPatientBirthDate)The patient birth date.DICOMTags.BuilderdicomPatientId(String dicomPatientId)The unique identifier for a patient in a DICOM Study.DICOMTags.BuilderdicomPatientName(String dicomPatientName)The patient name.DICOMTags.BuilderdicomPatientSex(String dicomPatientSex)The patient sex.DICOMTags.BuilderdicomStudyDate(String dicomStudyDate)The study date.DICOMTags.BuilderdicomStudyDescription(String dicomStudyDescription)The description of the study.DICOMTags.BuilderdicomStudyId(String dicomStudyId)The DICOM provided studyId.DICOMTags.BuilderdicomStudyInstanceUID(String dicomStudyInstanceUID)The DICOM provided identifier for studyInstanceUid.>DICOMTags.BuilderdicomStudyTime(String dicomStudyTime)The study time.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
dicomPatientId
DICOMTags.Builder dicomPatientId(String dicomPatientId)
The unique identifier for a patient in a DICOM Study.
- Parameters:
dicomPatientId- The unique identifier for a patient in a DICOM Study.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomPatientName
DICOMTags.Builder dicomPatientName(String dicomPatientName)
The patient name.
- Parameters:
dicomPatientName- The patient name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomPatientBirthDate
DICOMTags.Builder dicomPatientBirthDate(String dicomPatientBirthDate)
The patient birth date.
- Parameters:
dicomPatientBirthDate- The patient birth date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomPatientSex
DICOMTags.Builder dicomPatientSex(String dicomPatientSex)
The patient sex.
- Parameters:
dicomPatientSex- The patient sex.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomStudyInstanceUID
DICOMTags.Builder dicomStudyInstanceUID(String dicomStudyInstanceUID)
The DICOM provided identifier for studyInstanceUid.>
- Parameters:
dicomStudyInstanceUID- The DICOM provided identifier for studyInstanceUid.>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomStudyId
DICOMTags.Builder dicomStudyId(String dicomStudyId)
The DICOM provided studyId.
- Parameters:
dicomStudyId- The DICOM provided studyId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomStudyDescription
DICOMTags.Builder dicomStudyDescription(String dicomStudyDescription)
The description of the study.
- Parameters:
dicomStudyDescription- The description of the study.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomNumberOfStudyRelatedSeries
DICOMTags.Builder dicomNumberOfStudyRelatedSeries(Integer dicomNumberOfStudyRelatedSeries)
The total number of series in the DICOM study.
- Parameters:
dicomNumberOfStudyRelatedSeries- The total number of series in the DICOM study.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomNumberOfStudyRelatedInstances
DICOMTags.Builder dicomNumberOfStudyRelatedInstances(Integer dicomNumberOfStudyRelatedInstances)
The total number of instances in the DICOM study.
- Parameters:
dicomNumberOfStudyRelatedInstances- The total number of instances in the DICOM study.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomAccessionNumber
DICOMTags.Builder dicomAccessionNumber(String dicomAccessionNumber)
The accession number for the DICOM study.
- Parameters:
dicomAccessionNumber- The accession number for the DICOM study.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomStudyDate
DICOMTags.Builder dicomStudyDate(String dicomStudyDate)
The study date.
- Parameters:
dicomStudyDate- The study date.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dicomStudyTime
DICOMTags.Builder dicomStudyTime(String dicomStudyTime)
The study time.
- Parameters:
dicomStudyTime- The study time.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-