Skip to content

Import Metadata Fields

The following fields may be provided in the props dictionary of the Patient, Study, Series or Image when importing data into the eyened platform.

Patient

The Patient model contains the following non-relationship fields:

FieldTypeDescription
BirthDatedatePatient’s date of birth
SexSexEnumPatient’s sex (M=1, F=2)
PatientIdentifierstrUnique identifier for the patient (within a project)

Study

The Study model contains the following non-relationship fields:

FieldTypeDescription
StudyRoundintProject round of this study
StudyDescriptionstrDescription of the study
StudyDatedateDate when the study was performed

Series

The Series model contains the following non-relationship fields:

FieldTypeDescription
SeriesNumberintSeries number
SeriesInstanceUidstrUnique identifier for the series (DICOM)
StudyInstanceUidstrUnique identifier for the study (DICOM)

ImageInstance

The ImageInstance model contains the following non-relationship fields:

FieldTypeDescription
ModalityModalityType of image (ColorFundus, OCT, etc.)
SOPInstanceUidstrUnique identifier for SOP instance (DICOM)
SOPClassUidstrIdentifies the service-object pair class (DICOM)
PhotometricInterpretationstrSpecifies the intended interpretation of pixel data (RGB, MONOCHROME, etc.)
SamplesPerPixelintNumber of color components in each pixel
NrOfFramesintNumber of frames in a multi-frame image
SliceThicknessfloatNominal slice thickness, in millimeters
Rows_yintNumber of rows (height) in the image
Columns_xintNumber of columns (width) in the image
LateralityLateralitySide of body examined (L=1, R=2)
DICOMModalityModalityTypeType of equipment that acquired the data (OP, OPT, SC)
AnatomicRegionintBody part examined
ETDRSFieldETDRSFieldEarly Treatment Diabetic Retinopathy Study field position
AngiographyintIndicates angiography type
AcquisitionDateTimedatetimeDate and time the acquisition of data started
PupilDilatedboolIndicates if pupil was dilated during image acquisition
HorizontalFieldOfViewfloatHorizontal dimension of field of view in millimeters
ResolutionAxialfloatAxial resolution in millimeters
ResolutionHorizontalfloatHorizontal resolution in millimeters
ResolutionVerticalfloatVertical resolution in millimeters