Chapter 3 – DICOM Elements
Let’s start with a useful example. Suppose you are a dermatologist and that you use your Smartphone digital camera to record and track patients’ skin condition. You practice a simple procedure that is basically this:
1. Take a photo
2. Send it to yourself by email
3. Open the email on your laptop and save the picture in a folder having the patient name.
As programmers, we don’t have to talk much about the flows of this practice but for a small, one doctor clinic, this might just work.
In this lesson, we’ll take the JPEG image and DICOMIZE it. When we DICOMIZE an Image we wrap the image in a DICOM envelope and add important data that is required by the DICOM standard in order to enable all DICOM enabled applications to read and display the image correctly. It’s true that non DICOM application can display the JPEG image just as it is now without DICOMIZING but that’s another story.