Views CSV File Format Documentation¶
Introduction¶
This document outlines the structure and format of the CSV file used in our project. The CSV file includes various headers related to medical imaging data, specifically tailored to our needs.
File Structure¶
The CSV file contains the following columns:
Header |
Description |
---|---|
keyword |
The unique keyword for this view. |
PatientOrientation |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
ImageLaterality |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
AnatomicRegionSequence |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
AnatomicRegionModifierSequence |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
PrimaryAnatomicStructureSequence |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
PrimaryAnatomicStructureModifierSequence |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
DeviceSequence |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
ViewCodeSequence |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
ViewModifierCodeSequence |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
AcquisitionContextSequence^FunctionalConditionPresentDuringAcquisition |
No longer used. |
AcquisitionContextSequence^OrthognathicFunctionalConditions |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
AcquisitionContextSequence^FindingByInspection |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
AcquisitionContextSequence^ObservableEntity |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
AcquisitionContextSequence^DentalOcclusion |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
ImageComments |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
StudyDescription |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
SeriesDescription |
Use one of the codes defined in the codes table. Refer to DENT-OIP |
teeth_example |
Not used. ISO teeth numbers of teeth that appear in the image, separated by the caret character |
Example Records¶
Below is an example record in the CSV format:
IV01,OrientationRight,LateralityUnpaired,Mouth,,StructureOfBuccalSpace,right,na,projection_right,na,,,,,co,"Intraoral Right Buccal Segment, Centric Occlusion, Direct View",<Progress Name>,Orthodontic Intraoral Series,54^55^16^84^85^46
Conclusion¶
This document provides a foundational understanding of the CSV file format utilized in our project, detailing each column’s expected content to ensure accurate and consistent data entry.