Sends a storage commit request message to a peer member of a connection defined by SCP.
public void StorageCommit(
DicomScp Scp,
DicomDataSet commitDS,
StorageCommitOptions storageCommitOptions
)
public:
void StorageCommit(
DicomScp^ Scp,
DicomDataSet^ commitDS,
StorageCommitOptions^ storageCommitOptions
)
Scp
The peer connection to send the storage commit request to.
commitDS
The dataset to send.
storageCommitOptions
A StorageCommitOptions which contains the options for the store.
This overload uses DicomDataSet that contains all the StorageCommit (N-Action-Req) information.
If you have a list of DICOM files, you can use StorageCommit(DicomScp,IEnumerable<T><string>,string,StorageCommitOptions).
If you have a list of SopInstanceReference, you can use StorageCommit(DicomScp,IEnumerable<T><SopInstanceReference>,string,StorageCommitOptions).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document