Skip to content
New issue

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

DIFF-RS: query parameter 'different' and 'missing' to control if different or missing studies are included in result #803

Closed
gunterze opened this issue Jun 20, 2017 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Jun 20, 2017

Improves #730

swagger.json

{
    "/aets/{aet}/dimse/{externalAET}/diff/{originalAET}/studies": {
      "get": {
        "tags": [
          "DIMSE-RS",
          "DIFF-RS"
        ],
        "summary": "Compare Studies",
        "operationId": "CompareStudies",
        "produces": [
          "application/dicom+json",
          "application/json"
        ],
        "parameters": [
          "...",
          {
            "name": "different",
            "in": "query",
            "description": "include Studies different at originalAET",
            "type": "boolean",
            "default": "yes"
          },
          {
            "name": "missing",
            "in": "query",
            "description": "include Studies missing at originalAET",
            "type": "boolean",
            "default": "no"
          },
          "..."
        ],
        "..." 
     }
}
@gunterze gunterze added the enhancement New feature or request label Jun 20, 2017
@gunterze gunterze added this to the 5.10.4 milestone Jun 20, 2017
@gunterze gunterze self-assigned this Jun 20, 2017
gunterze added a commit that referenced this issue Jun 20, 2017
@gunterze gunterze changed the title DIFF-RS: query parameter 'missing' to control if missing studies are included in result DIFF-RS: query parameter 'different' and 'missing' to control if different or missing studies are included in result Jun 21, 2017
gunterze added a commit that referenced this issue Jun 21, 2017
gunterze added a commit that referenced this issue Jun 21, 2017
…nt', 'missing'; return count of different and missing studies
gunterze added a commit that referenced this issue Jul 4, 2017
…, 'missing'; return count of different and missing studies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant