ClearCanvas.Dicom.Network.NetworkBase.SendNCreateResponse C# (CSharp) Method

SendNCreateResponse() public method

Sends an N-Create Response.
public SendNCreateResponse ( byte presentationID, ushort messageID, DicomMessage message, ClearCanvas.Dicom.Network.DicomStatus status ) : void
presentationID byte The presentation context ID
messageID ushort The MessageID being responsed to.
message DicomMessage The response message to send.
status ClearCanvas.Dicom.Network.DicomStatus The status to send.
return void
		public void SendNCreateResponse(byte presentationID, ushort messageID, DicomMessage message, DicomStatus status)
		{
			SendNCreateNSetNDeleteHelper(DicomCommandField.NCreateResponse, presentationID, messageID, message, status);
		}