Function: getNormalized()
getNormalized(
imageId,types,metaDataProvider):object
Retrieves metadata from a DICOM image and returns it as an object with capitalized keys.
Parameters
• imageId: string
the imageId
• types: string[]
An array of metadata types to retrieve.
• metaDataProvider = getMetaData
The metadata provider either wadors or wadouri
Returns
object
An object containing the retrieved metadata with capitalized keys.