Get all lab normals
get
/ec-site-svc/rest/v1.0/studies/{studyId}/{mode}/labs/{id}/labnormals
Retrieves all lab normals. Right: LabNormalGet.
Request
Path Parameters
-
id(required): string
The Lab ID to get lab normals.
-
mode(required): string
Mode of the study. Accepts active, test, or training.
-
studyId(required): string(uuid)
The ID of the study.
Query Parameters
-
test(required): string
Test name to get specific lab normals.
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 LabNormalTO
Contains details for creating a lab normal for a lab
Nested Schema : LabNormalTO
Type:
object
Contains details for creating a lab normal for a lab
Show Source
-
ageFrom(required): integer
(int32)
Lower limit of ageExample:
5
-
ageFromUnits(required): string
Units type for age from valuesExample:
months
-
ageTo(required): integer
(int32)
Higher limit of ageExample:
5
-
ageToUnits(required): string
Units type for age to valuesExample:
months
-
effectiveDate(required): string
Effective dateExample:
20-jan-2020
-
fasting: string
Allowed Values:
[ "Yes", "No" ]
Whether fasting or notExample:Yes
-
gender: string
GenderExample:
Male
-
highRange: string
High rangeExample:
100
-
labNormalId: string
(uuid)
Unique Id for lab normal.
-
labUnit: string
Lab unit typeExample:
mg
-
lowRange: string
Low rangeExample:
10
-
race: string
RaceExample:
asian
-
sequence(required): integer
(int32)
Minimum Value:
1
Sequence numberExample:5
-
standardResult: string
Standard resultExample:
100
-
test(required): string
Test name for a lab normalExample:
haemoglobin
400 Response
Bad request.
Root Schema : Response
Type:
Show Source
object
-
allowedMethods: array
allowedMethods
Unique Items Required:
true
-
closed: boolean
-
cookies: object
cookies
Additional Properties Allowed: NewCookie
-
date: string
(date-time)
-
entity: object
entity
-
entityTag: object
EntityTag
-
headers: object
headers
Additional Properties Allowed: additionalProperties
-
language: object
language
-
lastModified: string
(date-time)
-
length: integer
(int32)
-
links: array
links
Unique Items Required:
true
-
location: string
(uri)
-
mediaType: object
MediaType
-
metadata: object
metadata
Additional Properties Allowed: additionalProperties
-
status: integer
(int32)
-
statusInfo: object
StatusType
-
stringHeaders: object
stringHeaders
Additional Properties Allowed: additionalProperties
Nested Schema : entity
Type:
object
Nested Schema : language
Type:
Show Source
object
-
country: string
-
displayCountry: string
-
displayLanguage: string
-
displayName: string
-
displayScript: string
-
displayVariant: string
-
extensionKeys: array
extensionKeys
Unique Items Required:
true
-
iso3Country: string
-
iso3Language: string
-
language: string
-
script: string
-
unicodeLocaleAttributes: array
unicodeLocaleAttributes
Unique Items Required:
true
-
unicodeLocaleKeys: array
unicodeLocaleKeys
Unique Items Required:
true
-
variant: string
Nested Schema : MediaType
Type:
Show Source
object
-
parameters: object
parameters
Additional Properties Allowed: additionalProperties
-
subtype: string
-
type: string
-
wildcardSubtype: boolean
-
wildcardType: boolean
Nested Schema : StatusType
Type:
Show Source
object
-
family: string
Allowed Values:
[ "INFORMATIONAL", "SUCCESSFUL", "REDIRECTION", "CLIENT_ERROR", "SERVER_ERROR", "OTHER" ]
-
reasonPhrase: string
-
statusCode: integer
(int32)
Nested Schema : NewCookie
Type:
Show Source
object
-
comment: string
-
domain: string
-
expiry: string
(date-time)
-
httpOnly: boolean
-
maxAge: integer
(int32)
-
name: string
-
path: string
-
sameSite: string
Allowed Values:
[ "NONE", "LAX", "STRICT" ]
-
secure: boolean
-
value: string
-
version: integer
(int32)
Nested Schema : items
Type:
object
Nested Schema : Link
Type:
Show Source
object
-
params: object
params
Additional Properties Allowed: additionalProperties
-
rel: string
-
rels: array
rels
-
title: string
-
type: string
-
uri: string
(uri)
-
uriBuilder: object
UriBuilder
Nested Schema : UriBuilder
Type:
object
Nested Schema : items
Type:
object