[Deprecated]: Get list of treatment arm dispensations in a study version
get
/ec-designer-svc/rest/v4.0/studies/{studyId}/versions/{version}/arms/{armId}/dispensings
Deprecated: Use latest version instead. Retrieves a list of treatment arm dispensations for a study version.
Request
Path Parameters
-
armId(required): string
The arm id
-
studyId(required): string(uuid)
Study ID. Example: F054C951EB74443C93716CA714AB686E
-
version(required): string
Study version. Example: "1.0.0.1"
Query Parameters
-
kitType: string
The type of kits requested: standard, titration, or allDefault Value:
ALL
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Successful operation.
Root Schema : schema
Type:
Show Source
array
-
Array of:
object RespArmKitVisitDto v4.0
Title:
RespArmKitVisitDto v4.0
Error parameters list.
Nested Schema : RespArmKitVisitDto v4.0
Type:
object
Title:
RespArmKitVisitDto v4.0
Error parameters list.
Show Source
-
allowTitration: boolean
Indicates if titration is allowed on the kit.Example:
false
-
armid: string
(uuid)
Treatment Arm GUID
-
dispenseoutsidewindow: boolean
Kit can be dispensed outside the schedule window.Example:
false
-
dnd: integer
(int64)
Do not Dispense - a number of days before kit expiration date when kit cannot be dispensed.Example:
5
-
dosingId: string
(uuid)
Dosing GUID
-
errorParamList: array
errorParamList
-
id: string
(uuid)
Dispensation GUID
-
kitid: string
(uuid)
Kit GUID
-
quantity: integer
(int64)
Kit quantity or dose.Example:
1
-
titrationKits: array
titrationKits
-
visitid: string
(uuid)
Visit GUID
Nested Schema : errorParamList
Type:
Show Source
array
-
Array of:
object RespErrParamListDto v1.0
Title:
RespErrParamListDto v1.0
Error parameters list.
Nested Schema : titrationKits
Type:
Show Source
array
-
Array of:
object ArmKitVisitTitrationDto v3.0
Title:
ArmKitVisitTitrationDto v3.0
Kit dispensations for a titration group.
Nested Schema : RespErrParamListDto v1.0
Type:
object
Title:
RespErrParamListDto v1.0
Error parameters list.
Show Source
Nested Schema : ErrorParam
Type:
Show Source
array
-
Array of:
object ErrorParam
Title:
ErrorParam
Error parameter
Nested Schema : ErrorParam
Type:
object
Title:
ErrorParam
Error parameter
Show Source
-
id: string
(uuid)
Missing object unique GUID
-
key: string
(uuid)
Kit unique GUID
-
name: string
NameExample:
WEEK5
-
type: string
Missing object typeExample:
Visit
Nested Schema : ArmKitVisitTitrationDto v3.0
Type:
object
Title:
ArmKitVisitTitrationDto v3.0
Kit dispensations for a titration group.
Show Source
-
kitid: string
(uuid)
Kit GUID
-
kitQuantity: integer
(int64)
Visit QuantityExample:
1
-
kitTypeId: string
Kit Type IdExample:
Kit A 20mg
500 Response
Error
Nested Schema : details
Type:
object