public final class DicomPackage extends XmpPackage
The Dicom Xmp package.
Constructor and Description |
---|
DicomPackage()
Initializes a new instance of the
DicomPackage class. |
Modifier and Type | Method and Description |
---|---|
void |
setEquipmentInstitution(String equipmentInstitution)
Sets the equipment institution.
|
void |
setEquipmentManufacturer(String equipmentManufacturer)
Sets the equipment manufacturer.
|
void |
setPatientBirthDate(String patientBirthDate)
Sets the patient's birth date.
|
void |
setPatientId(String patientId)
Sets the patient's ID.
|
void |
setPatientName(String patientName)
Sets the color mode.
|
void |
setPatientSex(String patientSex)
Sets the patient's sex.
|
void |
setSeriesDateTime(String seriesDateTime)
Sets the series date time.
|
void |
setSeriesDescription(String seriesDescription)
Sets series description.
|
void |
setSeriesModality(String seriesModality)
Sets the document series modality.
|
void |
setSeriesNumber(String seriesNumber)
Sets the series number.
|
void |
setStudyDateTime(String studyDateTime)
Sets the study DateTime.
|
void |
setStudyDescription(String studyDescription)
Sets the study description.
|
void |
setStudyId(String studyId)
Sets the study ID.
|
void |
setStudyPhysician(String studyPhysician)
Sets the study physician.
|
addValue, clear, containsKey, get_Item, getKeys, getNamespaceUri, getPrefix, getXmlNamespace, getXmlValue, iterator, remove, set_Item, setValue, setXmpTypeValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public DicomPackage()
Initializes a new instance of the DicomPackage
class.
public final void setEquipmentInstitution(String equipmentInstitution)
Sets the equipment institution.
equipmentInstitution
- The equipment institution.public final void setEquipmentManufacturer(String equipmentManufacturer)
Sets the equipment manufacturer.
equipmentManufacturer
- The equipment manufacturer.public final void setPatientBirthDate(String patientBirthDate)
Sets the patient's birth date.
patientBirthDate
- The patient's birth date.public final void setPatientId(String patientId)
Sets the patient's ID.
patientId
- The patient's ID.public final void setPatientName(String patientName)
Sets the color mode.
patientName
- The patient's name.public final void setPatientSex(String patientSex)
Sets the patient's sex.
patientSex
- The patient's sex.public final void setSeriesDateTime(String seriesDateTime)
Sets the series date time.
seriesDateTime
- The series date time.public final void setSeriesDescription(String seriesDescription)
Sets series description.
seriesDescription
- The series description.public final void setSeriesModality(String seriesModality)
Sets the document series modality.
seriesModality
- The series modality.public final void setSeriesNumber(String seriesNumber)
Sets the series number.
seriesNumber
- The series number.public final void setStudyDateTime(String studyDateTime)
Sets the study DateTime.
studyDateTime
- The studyDateTime.public final void setStudyDescription(String studyDescription)
Sets the study description.
studyDescription
- The study description.public final void setStudyId(String studyId)
Sets the study ID.
studyId
- The study ID.public final void setStudyPhysician(String studyPhysician)
Sets the study physician.
studyPhysician
- The study physician.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.