declare enum MetadataModules { CALIBRATION = "calibrationModule", CINE = "cineModule", GENERAL_IMAGE = "generalImageModule", GENERAL_SERIES = "generalSeriesModule", GENERAL_STUDY = "generalStudyModule", IMAGE_PIXEL = "imagePixelModule", IMAGE_PLANE = "imagePlaneModule", IMAGE_URL = "imageUrlModule", MODALITY_LUT = "modalityLutModule", MULTIFRAME = "multiframeModule", NM_MULTIFRAME_GEOMETRY = "nmMultiframeGeometryModule", OVERLAY_PLANE = "overlayPlaneModule", PATIENT = "patientModule", PATIENT_STUDY = "patientStudyModule", PET_IMAGE = "petImageModule", PET_ISOTOPE = "petIsotopeModule", PET_SERIES = "petSeriesModule", SOP_COMMON = "sopCommonModule", ULTRASOUND_ENHANCED_REGION = "ultrasoundEnhancedRegionModule", ECG = "ecgModule", VOI_LUT = "voiLutModule", FRAME_MODULE = "frameModule", WADO_WEB_CLIENT = "wadoWebClient", INSTANCE = "instance", IMAGE_SOP_INSTANCE_REFERENCE = "ImageSopInstanceReference", REFERENCED_SERIES_REFERENCE = "ReferencedSeriesReference", PREDECESSOR_SEQUENCE = "PredecessorSequence", STUDY_DATA = "StudyData", SERIES_DATA = "SeriesData", IMAGE_DATA = "ImageData", RTSS_INSTANCE_DATA = "RtssInstanceData", NEW_INSTANCE_DATA = "NewInstanceData", RTSS_CONTOUR = "metaRTSSContour", SEG_BIT = "metaSegBitmap", SR_ANNOTATION = "metaSrAnnotation" } export default MetadataModules;