Save Method
Summary
Executes the specified query to save data related to a DICOM instance.
Syntax
Public Sub Save(
ByVal id As ViewImageQueryObjectId,
ByVal image As RasterImage
)
public:
void Save(
ViewImageQueryObjectId^ id,
RasterImage^ image
)
Parameters
id
Defines the unique Id of the instance.
image
Image data to be saved.