Class DicomPackage
The Dicom Xmp package.
public sealed class DicomPackage : XmpPackage, IXmlValue, IEnumerable<KeyValuePair<string, object>>, IEnumerable
- Inheritance
-
DicomPackage
- Implements
- Inherited Members
Constructors
DicomPackage()
Initializes a new instance of the DicomPackage class.
public DicomPackage()
Methods
SetEquipmentInstitution(string)
Sets the equipment institution.
public void SetEquipmentInstitution(string equipmentInstitution)
Parameters
equipmentInstitution
stringThe equipment institution.
SetEquipmentManufacturer(string)
Sets the equipment manufacturer.
public void SetEquipmentManufacturer(string equipmentManufacturer)
Parameters
equipmentManufacturer
stringThe equipment manufacturer.
SetPatientBirthDate(string)
Sets the patient's birth date.
public void SetPatientBirthDate(string patientBirthDate)
Parameters
patientBirthDate
stringThe patient's birth date.
SetPatientId(string)
Sets the patient's ID.
public void SetPatientId(string patientId)
Parameters
patientId
stringThe patient's ID.
SetPatientName(string)
Sets the color mode.
public void SetPatientName(string patientName)
Parameters
patientName
stringThe patient's name.
SetPatientSex(string)
Sets the patient's sex.
public void SetPatientSex(string patientSex)
Parameters
patientSex
stringThe patient's sex.
SetSeriesDateTime(string)
Sets the series date time.
public void SetSeriesDateTime(string seriesDateTime)
Parameters
seriesDateTime
stringThe series date time.
SetSeriesDescription(string)
Sets series description.
public void SetSeriesDescription(string seriesDescription)
Parameters
seriesDescription
stringThe series description.
SetSeriesModality(string)
Sets the document series modality.
public void SetSeriesModality(string seriesModality)
Parameters
seriesModality
stringThe series modality.
SetSeriesNumber(string)
Sets the series number.
public void SetSeriesNumber(string seriesNumber)
Parameters
seriesNumber
stringThe series number.
SetStudyDateTime(string)
Sets the study DateTime.
public void SetStudyDateTime(string studyDateTime)
Parameters
studyDateTime
stringThe studyDateTime.
SetStudyDescription(string)
Sets the study description.
public void SetStudyDescription(string studyDescription)
Parameters
studyDescription
stringThe study description.
SetStudyId(string)
Sets the study ID.
public void SetStudyId(string studyId)
Parameters
studyId
stringThe study ID.
SetStudyPhysician(string)
Sets the study physician.
public void SetStudyPhysician(string studyPhysician)
Parameters
studyPhysician
stringThe study physician.