Hi!
I want to experiment doing wado requests against dm4chee. In dcm4chee I'm wondering where the studyUID, seriesUID and objectUID can be seen on the web interface so that I could set parameters but I'm not sure where I could see each one of them.
I have uploaded a dicom file (with dcmsnd) and I can display it in dcm4chee. When I start opening up its "nodes" (single image) I can see (I think) study UID (1), series UID (1) but then I'm not sure where the object UID is.
So, for example, if I try this:
Code:
http://localhost:8080/wado?requestType=WADO&studyUID=1&seriesUID=1&objectUID=1
This is what I get:
Code:
type Informe de estado
mensaje DICOM object not found! objectUID:1
descripción El recurso requerido (DICOM object not found! objectUID:1) no está disponible.
It's saying resource is not available.
Thanks in advance.