v11.0
get
/ec-ors-svc/rest/v11.0/studies/{studyId}/{mode}/supply/settings
Retrieves supply settings. This version includes new fields dispenseFromSameLot and shipFromSameLot.
Required sponsor roles are: clinical supply manager and site manager.
Rights: SupplySettingRightsGet.
Required sponsor roles are: clinical supply manager and site manager.
Rights: SupplySettingRightsGet.
Request
Path Parameters
-
mode(required): string
Mode of the study, accepts: test, active, or training.
-
studyId(required): string(uuid)
Unique identifier (UUID, 32-character uppercase hexadecimal string) representing the study.
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
object-
allKitsSelectedForRandomization(required): boolean
Title:
All Kits Selected For RandomizationIf true, all kits are selected for randomization.Example:false -
allowDoseHold(required): boolean
Title:
Allow Dose HoldIndicates whether dose hold is allowed.Example:true -
allowManualConsignments(required): boolean
Title:
Allow Manual ConsignmentsIndicates whether manual consignments are allowed.Example:true -
allowPartialDispensation(required): boolean
Indicate whether partial dispensation is allowed.Example:
true -
allowSingleKitQuarantine(required): boolean
Title:
Allow Single Kit QuarantineIndicates whether single kit quarantine is allowed.Example:true -
confirmDispensation(required): boolean
Title:
Confirm DispensationIndicates whether dispensation confirmation is required.Example:true -
customShipmentIdPrefix: string
Title:
Shipment ID PrefixPrefix used while generating shipment IDs.Example:SomePrefix -
depotKitReconRequired(required): boolean
Title:
Depot Kit Reconciliation RequiredDepot kit reconciliation required.Example:true -
dispenseByLowestKitNumber(required): boolean
Title:
Dispense By Lowest Kit NumberIf true, dispense kits by the lowest available kit number.Example:true -
intlShipmentTriggerId(required): number
(double)
Initial shipment trigger Id.Example:
2 -
intlShipmentVisitId: string
(uuid)
Title:
Initial Shipment Visit IDIdentifier of the visit for initial shipments. -
kitReconciliationRequired(required): boolean
Title:
Site Kit Reconciliation RequiredIndicates whether kit reconciliation is required at the site.Example:true -
kitsSelectedForRandomization: array
Kits Selected For Randomization
Title:
Kits Selected For RandomizationSpecific kits selected for randomization. -
quarantineWithoutTempMonitor(required): boolean
Title:
Quarantine Without Temperature MonitorIndicates whether quarantine is allowed without a temperature monitor.Example:false -
randomizeWhenKitsAvailable(required): boolean
Title:
Randomize Only When All Kits Are Available At SiteIf true, subject randomization is allowed only when all required kits are available at the site.Example:false -
reuseOnlyLastVisitKkits(required): boolean
Indicate whether to reuse only last visit kits.Example:
true -
reuseSealedKits(required): boolean
Indicate whether to reuse sealed kits.Example:
true -
sendKitTypeForSingleKitOrder: string
(uuid)
Title:
Kit Type IDIdentifier of the selected kit type for single kit ordering. -
sendNotificationOnce: boolean
Title:
Send Notification OnceIndicates whether notifications are sent only once.Example:false -
shipmentPrefixType(required): string
Title:
Shipment ID Prefix TypeAllowed Values:[ "DEPOTID", "CUSTOM", "NONE" ]Type identifier used when generating shipment ID prefixes.Example:DEPOTID -
singleKitSettingId: number
(double)
Title:
Single Kit Setting IDIdentifier of the single kit ordering setting.Example:1 -
tempExcursionStartingNumber: string
Title:
Temperature Excursion Starting NumberStarting number for temperature excursions.Example:12,13 -
useBlindingGroups(required): boolean
Title:
Blinded Groups RequiredIndicates whether blinding groups are required.Example:true -
useLabelGroups(required): boolean
Title:
Label Groups RequiredIndicates whether label groups are required.Example:true -
useShippingGroups(required): boolean
Title:
Multiple Storage RequirementsIndicates whether multiple storage/shipping requirement groups are used.Example:true -
useTemperatureExcursion(required): boolean
Title:
Allow Temperature ExcursionsIndicates whether temperature excursions are allowed.Example:true -
waitDaysBeforeNotifying: number
(double)
Title:
Notification To Receive Shipment (in days)Minimum Value:0Maximum Value:30Number of days before a notification is sent to receive a shipment.Example:2
Nested Schema : Kits Selected For Randomization
Type:
arrayTitle:
Kits Selected For RandomizationSpecific kits selected for randomization.
Show Source
-
Array of:
string(uuid)
Title:
Kits Selected For RandomizationSpecific kits selected for randomization.
500 Response
Internal server error