Gets the metadata of DICOM file.
var instance = new Vintasoft.Imaging.Dicom.WebDicomImageJS();
var value; // Type: Vintasoft.Imaging.Dicom.WebDicomMetadataElementJS[]
value = instance.get_FileMetadata();
Return Value
An array that contains metadata of DICOM file.