Sends a C-STORE-REQ message to a peer member of a connection defined by SCP.
public void Store(
DicomScp Scp,
DicomDataSet dataset,
bool stayConnected
)
Public Overloads Sub Store( _
ByVal Scp As Leadtools.Dicom.Scu.DicomScp, _
ByVal dataset As Leadtools.Dicom.DicomDataSet, _
ByVal stayConnected As Boolean _
)
public:
void Store(
Leadtools.Dicom.Scu.DicomScp^ Scp,
Leadtools.Dicom.DicomDataSet^ dataset,
bool stayConnected
)
Scp
The peer connection to send the C-STORE-REQ to.
dataset
The dataset to send.
stayConnected
If set to true
stay connected.
If the stayConnected parameter is true, multiple datasets can be sent to the Scp without disconnecting. To disconnect from the Scp call the method with stayConnected set to 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