C#
VB
C++
Adds hanging protocol information into the storage source.
public void StoreHangingProtocol(
DicomDataSet dataSet,
string referencedFileName,
bool overwrite
)
Public MustOverride Sub StoreHangingProtocol(
ByVal dataSet As DicomDataSet,
ByVal referencedFileName As String,
ByVal overwrite As Boolean
)
public:
virtual void StoreHangingProtocol(
DicomDataSet^ dataSet,
String^ referencedFileName,
bool overwrite
) abstract
dataSet
Dicom dataset that defines the hanging protocol.
referencedFileName
File that corresponds to the dataset.
overwrite
true to overwrite existing, otherwise false.
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