'Declaration Public Property SeriesDescription As String
'Usage Dim instance As DicomDataSet Dim value As String instance.SeriesDescription = value value = instance.SeriesDescription
public string SeriesDescription {get; set;}
'Declaration Public Property SeriesDescription As String
'Usage Dim instance As DicomDataSet Dim value As String instance.SeriesDescription = value value = instance.SeriesDescription
public string SeriesDescription {get; set;}
Provides human readable descriptions of the Study returned by a query, or relating to an image. They correspond to attribute (0008, 103E).
The usefulness is limited by the fact that not all equipment provides descriptions in its SOP instances, and even if it does, they may not be available through Query/Retrieve. For instance the RSNA CTN (up to and including version 2.8) supports the study description, but fails to index and provide the series description.