Contains the meta data associated with a query.
public string Meta { get; set; }
The meta data requested, in JSON text format.
Available values are: json and info.
json: loads the DICOM file in json format, excluding the image data. info: loads the DICOM file's image information.