public SendNDeleteResponse ( byte presentationID, ushort messageID, DicomMessage message, ClearCanvas.Dicom.Network.DicomStatus status ) : void | ||
presentationID | byte | The presentation context ID to send the response message on. |
messageID | ushort | The message ID of the request message being responded to. |
message | DicomMessage | The response message to send. |
status | ClearCanvas.Dicom.Network.DicomStatus | The status to send in the response message. |
리턴 | void |