I'm a new in dicom area. I have to create small tool, that convert dicom file to simple pdf report. This report should contains just patient info, some measurement and picture(s). In documentation I found that all information in dicom file stores based on tage, like tag1-value1, tag2-value2. Using external library, I found the way how to pull patient info and pixel data. But I stuck with measurement. I didn't find tags that I need or may be there is a different way how data stores in dicom file.
So my questions are:
Does the dicom file that comes from ultrasound machine contain ob-gyn measurements like HC (Head circumference), AC (Abdominal circumference), BPD (Biparietal diameter) and others?
In what tag/section is this information contained?
Thanks for any help or useful links to read.