←Select platform

StoreHangingProtocol Method

Summary

Adds hanging protocol information into the storage source.

Syntax

C#
VB
C++
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 

Parameters

dataSet

Dicom dataset that defines the hanging protocol.

referencedFileName

File that corresponds to the dataset.

overwrite

true to overwrite existing, otherwise false.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Storage.DataAccessLayer Assembly