Fills the images information into the given CompositeInstanceDataSet.
public void FillImagesInformation(
CompositeInstanceDataSet instanceDataSet,
string sopInstanceUID,
ReferencedImages[] images,
bool update
)
Public Sub FillImagesInformation(
ByVal instanceDataSet As CompositeInstanceDataSet,
ByVal sopInstanceUID As String,
ByVal images() As ReferencedImages,
ByVal update As Boolean
)
public:
void FillImagesInformation(
CompositeInstanceDataSet^ instanceDataSet,
String^ sopInstanceUID,
array<ReferencedImages^>^ images,
bool update
)
instanceDataSet
The DicomDataSet to extract the information from.
sopInstanceUID
Type: System.String
The SOP Instance UID to insert into instanceDataSet.
images
An array of ReferencedImages for which information is to be extracted.
update
if set to true, the function will append the images to dataset instead of replacing them
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