get_PrimaryMetadataIdentifiers Method
Gets the identifiers of "primary" DICOM metadata.
var instance = new Vintasoft.Imaging.Dicom.WebDicomViewerBaseControlJS(parentDiv);
var value; // Type: string[]
value = instance.get_PrimaryMetadataIdentifiers();
function get_PrimaryMetadataIdentifiers() : string[];
Return Value
An array that contains "primary" DICOM metadata identifiers.
DICOM viewer gets information about "primary" DICOM metadata when DICOM viewer receives information about DICOM image. DICOM viewer gets information about not "primary" DICOM metadata when DICOM viewer receives information about DICOM metadata.