Add referenced images into the storage database.
public void StoreReferencedImages(
string SOPInstanceUID,
ReferencedImages[] images
)
Public MustOverride Sub StoreReferencedImages(
ByVal SOPInstanceUID As String,
ByVal images() As ReferencedImages
)
public:
virtual void StoreReferencedImages(
String^ SOPInstanceUID,
array<ReferencedImages^>^ images
) abstract
SOPInstanceUID
SOP instance Id for the DICOM instance to modify.
images
An array of ReferencedImages to be stored.
This function will tie a specific instance in the database with one or more images (including file referenced, width, height...etc)
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