Form Design
LabPipe Client provides a user-friendly wizard style interface for data collection. This wizard can be custom designed for your own requirements. The wizard can be configured with components.
Form Template
Property
Type
Description
identifier
string
Form template identifier
name
string
Form template name
studyIdentifier
string
Identifier of the target study
instrumentIdentifier
string
Identifier of the target instrument
url
string
Url for API to handle form data request
notificationStyle
string
DO_NOT_NOTIFY
, NOTIFY_ALL
, OPERATOR_ONLY
, ADMIN_ONLY
, MEMBER_ONLY
notificationSubject
string
Subject for notification email
{
"name" : "Example form",
"template" : {},
"url" : "/api/record/add",
"identifier" : "example_form_identifier",
"studyIdentifier" : "EXAMPLE",
"instrumentIdentifier" : "INS",
"notificationStyle" : "NOTIFY_ALL",
"notificationSubject" : "NEW SAMPLE"
}
Last updated
Was this helpful?