Sends a C-CREATE response to the client.
public void SendNCreateResponse(
byte presentationID,
int messageID,
string abstractClass,
string affectedSOPInstanceUID,
DicomCommandStatusType status,
DicomDataSet responseDataset,
string descriptionMessage
)
Public Sub SendNCreateResponse( _
ByVal presentationID As Byte, _
ByVal messageID As Integer, _
ByVal abstractClass As String, _
ByVal affectedSOPInstanceUID As String, _
ByVal status As Leadtools.Dicom.DicomCommandStatusType, _
ByVal responseDataset As Leadtools.Dicom.DicomDataSet, _
ByVal descriptionMessage As String _
)
public:
void SendNCreateResponse(
byte presentationID,
int messageID,
String^ abstractClass,
String^ affectedSOPInstanceUID,
Leadtools.Dicom.DicomCommandStatusType status,
Leadtools.Dicom.DicomDataSet^ responseDataset,
String^ descriptionMessage
)
presentationID
The presentation ID that came with the C-CREATE request.
messageID
The message ID that came with the C-CREATE request.
abstractClass
The Abstract Class that came with the C-CREATE request.
affectedSOPInstanceUID
The UID for the created SOP Instance.
status
The status of the N-CREATE response.
responseDataset
The complete list of all Attribute identifiers and values that were assigned to the new managed SOP Instance.
descriptionMessage
A description message 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