Sends a DICOM N-CREATE response to the underlying ClientSession object.
public void SendNCreateResponse(
DicomCommandStatusType status,
DicomDataSet responseDataset,
string descriptionMessage
)
Sub SendNCreateResponse( _
ByVal status As Leadtools.Dicom.DicomCommandStatusType, _
ByVal responseDataset As Leadtools.Dicom.DicomDataSet, _
ByVal descriptionMessage As String _
)
void SendNCreateResponse(
Leadtools.Dicom.DicomCommandStatusType status,
Leadtools.Dicom.DicomDataSet^ responseDataset,
String^ descriptionMessage
)
status
The status of the DICOM N-CREATE response.
responseDataset
Contains the complete list of all Attribute identifiers and values that were assigned to the new managed SOP Instance.
descriptionMessage
A description message associated with the C-STORE response used for logging.
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