Hi!,
We are playing around with the Clear Canvas FrameWork trying to use it for developing little utilities.
Here's the problem that we've encountered:
Dim ImV As New ClearCanvas.ImageViewer.ImageViewerComponent
ImV.LoadStudy(New LoadStudyArgs("1.2.826.0.1.3680043.4.1.19990124221049.2", New ApplicationEntity("172.19.0.15", "OKDC01PACS", 444, 50221, 1000), "CC_STREAMING"))
When the code reaches the LoadStudy line we get an exception: "The given key was not present in the dictionary"
We are able to open that study using streaming from the Workstation.
¿Is it necessary to have some kind of configuration file when starting an application from scratch?
Best regards!