v1.0

get

/ec-ors-svc/rest/v1.0/studies/{studyId}/{mode}/dndexception/{id}

Retrieves DND Exception details by DND Exception ID. Rights: OrsInventoryGet.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : DNDExceptionListResponse
Type: object
Title: DNDExceptionListResponse
Response object containing DND exceptions details.
Show Source
Nested Schema : Countries
Type: array
Title: Countries
Unique Items Required: true
ISO codes of countries.
Show Source
Example:
[
    "IN",
    "US"
]
Nested Schema : Kit Type Source IDs
Type: array
Title: Kit Type Source IDs
Unique Items Required: true
List of kit type source IDs.
Show Source
  • Pattern: ^[0-9A-Fa-f]{32}$
    Example: B1B8327AFAA6412287106192AB5984EF
Example:
[
    "B1B8327AFAA6412287106192AB5984EF",
    "ABC8327AFAA6412287106192AB5984EF"
]
Nested Schema : Site IDs
Type: array
Title: Site IDs
Unique Items Required: true
List of site IDs.
Show Source
  • Pattern: ^[0-9A-Fa-f]{32}$
    Example: B1B8327AFAA6412287106192AB5984EF
Example:
[
    "B1B8327AFAA6412287106192AB5984EF",
    "ABC8327AFAA6412287106192AB5984EF"
]
Nested Schema : Visit DND
Type: array
Title: Visit DND
Unique Items Required: true
Do Not Dispense visit details.
Show Source
Example:
[
    {
        "visitSrcId":"B1B8327AFAA6412287106192AB5984EF",
        "dnd":2
    }
]
Nested Schema : VisitDND v1.0
Type: object
Title: VisitDND v1.0
Request to create a new VisitDND.
Show Source
Examples

400 Response

Dispensation logic (dynamic DND) request is not valid
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Result Object
Nested Schema : details
Type: object
Examples

404 Response

Invalid study ID or version
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Result Object
Nested Schema : details
Type: object
Examples

500 Response

Internal server error
Body ()
Root Schema : ORSResponse
Type: object
Common response object.
Show Source
Nested Schema : ErrorResponseData
Type: object
Show Source
Nested Schema : result
Type: object
Result Object
Nested Schema : details
Type: object
Examples

Back to Top