Get kits allowed for dose hold
get
/ec-ors-svc/rest/v2.0/studies/{studyId}/{mode}/subjects/{subjectId}/allowed-doseholds
Get kits allowed for dose hold in the current visit for a given subject. Rights: OrsSubjectVisitGet.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training
-
studyId(required): string(uuid)
ID of the study
-
subjectId(required): string(uuid)
ID of the subject
Query Parameters
-
instanceNumber: number
Instance number for unscheduled visit.
-
studyVersion(required): string
Version of the study
-
visitId(required): string(uuid)
ID of the visit
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation
Root Schema : DoseHoldKitsResponse
Type:
Show Source
object
-
kitsAllowedForDoseHold: array
kitsAllowedForDoseHold
-
kitsNotAllowedForDoseHold: array
kitsNotAllowedForDoseHold
-
status(required): string
Allowed Values:
[ "ALLOW_DOSE_HOLD, DOSE_HELD, DISPENSED_AND_DOSE_HELD, DISPENSED, DOSE_HOLD_SETTINGS_OFF, DOSE_HOLD_NOT_ALLOWED_ON_RAND_VISIT, DOSE_HOLD_NOT_ALLOWED_ON_ANY_KITS" ]
dose hold allowed or notExample:ALLOW_DOSE_HOLD
Nested Schema : kitsAllowedForDoseHold
Type:
Show Source
array
-
Array of:
object DoseHoldKit
Title:
DoseHoldKit
Response containing dose hold kit details
Nested Schema : kitsNotAllowedForDoseHold
Type:
Show Source
array
-
Array of:
object DoseHoldKit
Title:
DoseHoldKit
Response containing dose hold kit details
Nested Schema : DoseHoldKit
Type:
object
Title:
DoseHoldKit
Response containing dose hold kit details
Show Source
-
blindedTItrationLabel: string
Blinded TItration LabelExample:
Low dose
-
deviceType: string
mHealth Device TypeExample:
ActivityWatch
-
isTitration: boolean
Indicate if titrationExample:
true
-
kitDescription: string
Kit descriptionExample:
Kit A
-
kitTypeSrcId: string
Kit Type IdExample:
D313327EF13845169A8ADADDA435431E
-
reason: string
Reason for kits not allowed for dose holdExample:
DOSE_HOLD_VISIT_NOT_STARTED
-
trialSupplyType: string
Trial Supply TypeExample:
BOTTLE
400 Response
Invalid subject OR Scheduled visit with instance number OR Unscheduled visit with no instance number
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object
500 Response
Internal server error
Root Schema : ORSResponse
Type:
object
Common response object.
Show Source
-
errorData: object
ErrorResponseData
-
result: object
result
Result Object
-
status: string
Status of requestExample:
Success
-
version: integer
(int32)
Nested Schema : result
Type:
object
Result Object
Nested Schema : details
Type:
object