Hi All,
According to the DICOM standard a C-MOVE-RQ on study level should provide a value for the Unique Key of the higher patient level (Patient ID) (See PS3.4, c.4.2.2.1).
In Clearcanvas only the StudyInstanceUID can be given:
/// MoveScuBase moveScu = new StudyRootMoveScu("myClientAeTitle", "myServerAe", "127.0.0.1", 5678, "destinationAE");
/// moveScu.AddStudyInstanceUid("1.3.46.670589.5.2.10.2156913941.892665384.993397");
/// moveScu.Move();
I don't think many PACS-systems have a problem with this implementation, but in my opinion this is not completely correct implemented.
With kind regards,
Luuk