# Constants
Valid DicomObjects are listed below:
DicomPatient: a subject
DicomStudy: a study on a subject
DicomSeries: a series within a study
DicomInstance: a image instance within a series.
Valid DicomObjects are listed below:
DicomPatient: a subject
DicomStudy: a study on a subject
DicomSeries: a series within a study
DicomInstance: a image instance within a series.
Valid DicomObjects are listed below:
DicomPatient: a subject
DicomStudy: a study on a subject
DicomSeries: a series within a study
DicomInstance: a image instance within a series.
Valid DicomObjects are listed below:
DicomPatient: a subject
DicomStudy: a study on a subject
DicomSeries: a series within a study
DicomInstance: a image instance within a series.
# Structs
Date defines the date structure of Orthanc.
DateTime defines the datetime structure of Orthanc.
DicomQuery defines the c-Find attributes for the finding DICOM objects.
DicomTagsPatient is the data structure of a few DICOM-header attributes extracted by Orthanc for a DICOM patient.
DicomTagsSeries is the data structure of a few DICOM-header attributes extracted by Orthanc for a DICOM series.
DicomTagsStudy is the data structure of a few DICOM-header attributes extracted by Orthanc for a DICOM study.
Orthanc defines the object for connecting to the Orthanc service.
Patient is the data structure of the Orthanc attributes for a DICOM patient.
Query defines the query data accepted by the Orthanc's /tools/find interface.
Series is the data structure of the Orthanc attributes for a DICOM series.
Study is the data structure of the Orthanc attributes for a DICOM study.
Time defines the time structure of Orthanc.
# Type aliases
DicomObject is a enumeratable integer referring to one of DICOM objects.