UNPKG

cod-dicomweb-server

Version:

A wadors server proxy that get data from a Cloud Optimized Dicom format.

9 lines (8 loc) 250 B
/** * * V1 (1.0) - The metadata is of the type `InstanceMetadata`( Deprecated since cod-dicomweb-server@v1.3.18 ). * * V2 (2.0) - The metadata is of the type `string`. */ export declare const METADATA_VERSION: { V1: string; V2: string; };