Skip to content

Instantly share code, notes, and snippets.

@rcd
Created October 26, 2012 03:30
Show Gist options
  • Save rcd/3956701 to your computer and use it in GitHub Desktop.
Save rcd/3956701 to your computer and use it in GitHub Desktop.
[fo-dicom] DICOM C-Move SCU
var client = new DicomClient();
client.AddRequest(new DicomCMoveRequest("DEST_AE", studyInstanceUid));
client.Send("127.0.0.1", 11211, false, "CALLING_AE", "CALLED_AE");
@Alejandro666
Copy link

Hi, with this operation can get dicom image or have what agree more code??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment