Skip to content

Commit

Permalink
QIDO-RS: support referring a pre-configured Attribute Set by Query Pa…
Browse files Browse the repository at this point in the history
…rameter `includefield` #1690
  • Loading branch information
vrindanayak committed Jan 3, 2019
1 parent 12e5a73 commit c2aaaa4
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions dcm4chee-arc-ui2/src/swagger/swagger-dicom.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,13 @@
},
"collectionFormat": "multi"
},
{
"name": "includedefaults",
"in": "query",
"description": "include the default set of attributes specified by DICOM Part 18",
"type": "boolean",
"default": true
},
{
"name": "orderby",
"in": "query",
Expand Down Expand Up @@ -200,6 +207,13 @@
},
"collectionFormat": "multi"
},
{
"name": "includedefaults",
"in": "query",
"description": "include the default set of attributes specified by DICOM Part 18",
"type": "boolean",
"default": true
},
{
"name": "orderby",
"in": "query",
Expand Down Expand Up @@ -442,6 +456,13 @@
},
"collectionFormat": "multi"
},
{
"name": "includedefaults",
"in": "query",
"description": "include the default set of attributes specified by DICOM Part 18",
"type": "boolean",
"default": true
},
{
"name": "orderby",
"in": "query",
Expand Down Expand Up @@ -620,6 +641,13 @@
},
"collectionFormat": "multi"
},
{
"name": "includedefaults",
"in": "query",
"description": "include the default set of attributes specified by DICOM Part 18",
"type": "boolean",
"default": true
},
{
"name": "orderby",
"in": "query",
Expand Down Expand Up @@ -812,6 +840,13 @@
},
"collectionFormat": "multi"
},
{
"name": "includedefaults",
"in": "query",
"description": "include the default set of attributes specified by DICOM Part 18",
"type": "boolean",
"default": true
},
{
"name": "orderby",
"in": "query",
Expand Down Expand Up @@ -931,6 +966,13 @@
},
"collectionFormat": "multi"
},
{
"name": "includedefaults",
"in": "query",
"description": "include the default set of attributes specified by DICOM Part 18",
"type": "boolean",
"default": true
},
{
"name": "orderby",
"in": "query",
Expand Down Expand Up @@ -1043,6 +1085,13 @@
},
"collectionFormat": "multi"
},
{
"name": "includedefaults",
"in": "query",
"description": "include the default set of attributes specified by DICOM Part 18",
"type": "boolean",
"default": true
},
{
"name": "orderby",
"in": "query",
Expand Down

0 comments on commit c2aaaa4

Please sign in to comment.