DICOM PS3.19 2024c - Application Hosting |
---|
A data structure that communicates data for a particular patient. The fields in the data structure are:
Name : String - The name of the patient, formatted as described for the PN VR in PS3.5. For DICOM SOP Instances this is the value of the Patient's Name (0010,0010) Attribute.
ID : String - A string used as the identifier for a particular patient, formatted as described for the LO VR in PS3.5. For DICOM SOP Instances this is the value of the Patient ID (0010,0020) Attribute.
AssigningAuthority : String - The organization who assigned the id to the patient, formatted as described for the LO VR in PS3.5. For DICOM SOP Instances this is the value of the Issuer of Patient ID (0010,0021) Attribute.
Sex : String - The sex of the patient. For DICOM SOP Instances this is the value of the Patient's Sex (0010,0040) Attribute. In all other cases it shall take on the values permissible for the DICOM Sex (0010,0040) Attribute.
BirthDate: String The birth date of the patient, formatted as described for the DA VR in PS3.5. For DICOM SOP Instances this is the value of the Patient's Birth Date (0010,0030) Attribute.
ObjectDescriptors : ObjectDescriptor[] - An array of ObjectDescriptor data structures listing data that applies to this patient, but that do not apply to any particular study of this patient.
At least one of objectDescriptors or studies shall be present.
DICOM PS3.19 2024c - Application Hosting |
---|