Hi all,
I need your help regarding C-FIND and key attributes. The software I am working on receives only a SOP instance UID from an external system. Based on the received SOP instance UID the software needs to retrieve the corresponding DICOM instance. For retrieval, study instance UID and series instance UID are mandatory parameters (C# fo-dicom library requires them), so first I need to perform C-FIND at IMAGE level with the received SOP instance UID and empty (zero-length) study instance UID and series instance UID. The problem I have is that what works for dcm4chee does not work for orthanc and vice-versa.
Orthanc performs the query when zero-length attributes are used, but fails if asterisks are used as values. On the other hand, dcm4chee performs the query when asterisks are used, but fails when zero-length attributes are used. Based on the references below, I am guessing that the correct way is using zero-length for attributes of type UI (e.g., study instance UID) and not asterisks. Is this correct or am I missing something? Also, is it even allowed to do this kind of query as mentioned above (IMAGE level query with SOP instance UID and unknown study and series instance UIDs)?
--
You received this message because you are subscribed to a topic in the Google Groups "dcm4che" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dcm4che/-DYAtoA4g_A/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dcm4che+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dcm4che/77fcebda-4551-43c9-9fec-a2af796c090fn%40googlegroups.com.