Exploration of Metadata
We’ll look at the metadata of DICOM files.
We'll cover the following...
Let’s look at the file reads
As mentioned before, DICOM files contain metadata in addition to the image.
Let’s try to explore our metadata.
Patient Metadata
Attribute | Description |
PatientID | It contains the ID of the patient. |
PatientAge | It contains the age of the patient. |
PatientSex | It contains the gender of the patient. |
Modality | It contains the diagnosis technology. |
BodyPart | It contains the body part of the patient that is affected. |
ViewPosition | It contains an X-ray view of the image in relation to the orientation of the object. |
Let’s start with what we already know–the file reads. The result will look like this:
The part that says “X-ray view of the image in relation to the orientation of the object”
represents the view position, that is, PA
=Front and AP
=Back. The chest can take on the ...