Returns an instance of the Series Entity class that is associated with the Series Table ICatalogEntity using a dictionary of DicomTag and values.
public static ICatalogEntity GetSeriesEntity(
Dictionary<long, object> values
)
Public Shared Function GetSeriesEntity(
ByVal values As Dictionary(Of Long, Object)
) As ICatalogEntity
public:
static ICatalogEntity^ GetSeriesEntity(
Dictionary<Int64, Object^>^ values
)
values
A System.Dictionary of key-value pairs, where the key is a DicomTag, and the value is an object representing the value of the DicomTag.
An instance of the Series Entity class that is associated with the Series TableICatalogEntity
For more information, refer to AddItem and LEAD Medical Storage Server Custom Database.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET