Table 3-28: Return Values for QueryModelsSupported Method
|
Value
|
Service Type
|
Meaning
|
|
0
|
|
Indicates that the remote node supports patient root queries. The IDLffDicomExQuery object uses this service when the query model is set to Patient Root (QUERY_MODEL=0).
|
|
1
|
|
Indicates that the remote node supports the patient root file get command for file retrieval. The IDLffDicomExQuery object does not use this service.
|
|
2
|
|
Indicates that the remote node supports the patient root file move command for file retrieval. The IDLffDicomExQuery object uses this service when retrieving files if the query model is set to Patient Root (QUERY_MODEL=0).
|
|
3
|
|
The remote node supports patient/study root queries. The IDLffDicomExQuery object uses this service when the query model is set to Patient Study Only (QUERY_MODEL=2).
|
|
4
|
|
The remote node supports the patient study only file get command for file retrieval. The IDLffDicomExQuery object does not use this service.
|
|
5
|
|
The remote node supports the patient study only file move command for file retrieval. The IDLffDicomExQuery object uses this service when retrieving files if the query model is set to Patient Study Only (QUERY_MODEL=2).
|
|
6
|
|
The remote node supports study root queries. The IDLffDicomExQuery object uses this service when the query model is set to Study Root (QUERY_MODEL=1).
|
|
7
|
|
The remote node supports the study root file get command for file retrieval. The IDLffDicomExQuery object does not use or need this service.
|
|
8
|
|
The remote node supports the study root file move command for file retrieval. The IDLffDicomExQuery object uses this service when retrieving files if the query model is set to Study Root (QUERY_MODEL=1).
|