We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related #730 swagger.json
{ "/aets/{aet}/dimse/{externalAET}/diff/{originalAET}/studies/count": { "get": { "tags": [ "DIMSE-RS", "DIFF-RS" ], "summary": "Count different Studies", "operationId": "CountDifferentStudies", "produces": [ "application/dicom+json", "application/json" ], "parameters": [ { "name": "aet", "in": "path", "description": "Archive AE Title used as Calling AET for querying for Studies", "required": true, "type": "string" }, { "name": "externalAET", "in": "path", "description": "AE Title of C-FIND SCP to query for Studies", "required": true, "type": "string" }, { "name": "originalAET", "in": "path", "description": "AE Title of second C-FIND SCP to query for Studies returned from externalAET", "required": true, "type": "string" }, { "name": "{attributeID}", "in": "query", "description": "{attributeID}={value}; {attributeID} = {dicomTag} | {dicomKeyword} | {dicomTag}.{attributeID} | {dicomKeyword}.{attributeID}", "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "includefield", "in": "query", "description": "includefield={attributeID}", "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "comparefield", "in": "query", "description": "comparefield={attributeID}", "type": "array", "items": { "type": "string" }, "collectionFormat": "multi" }, { "name": "fuzzymatching", "in": "query", "description": "fuzzy semantic matching of person names", "type": "boolean", "default": false } ], "responses": { "200": { "description": "successful operation", "schema": { "required": [ "different", "missing" ], "properties": { "count": { "title": "Number of different studies", "type": "integer" }, "missing": { "title": "Number of missing studies", "type": "integer" } } } }, "404": { "description": "External AE Title not found" }, "default": { "description": "unexpected error" } } } } }
The text was updated successfully, but these errors were encountered:
#801 #802 #803 #804
cc66b3c
#802 #803
4f45ee3
43d1d59
#802 #803 #804: DIFF-RS query parameters 'comparefield', 'different'…
74591cb
…, 'missing'; return count of different and missing studies
gunterze
No branches or pull requests
Related #730
swagger.json
The text was updated successfully, but these errors were encountered: