Lab Category Request / Order Fields
Color | Purpose |
---|---|
Blue | The page content the wireframe is trying to convey. |
Red | Descriptions of features shown in the wireframe for clarity. |
Black | Web browser template |
Purpose
A Diagnostic Request
and Diagnostic Order
form is created for each Lab Category
. These forms are fully customizable to include any input that may be needed for a given Order
.
The page is broken into two distinct sections. The first, located on the left, is called Field Manager
. The second, located on the right, is called the Form
.
Field Manager
The Field Manager
has two views. One to showcase all prexisting fields nestled within field groups. The other is to create new fields or update existing fields settings on the current Form
.
Fields are stored in field groups for organization. Any field can be reused across the labs or Lab Categories
. Reusing the same field allows reporting to link fields across labs or Lab Categories
into a single column.
There is a search bar at the top of the Field Manager
to quickly find a field or fields.
To add a field to the form: click-and-drag it from the Field Manager
onto Form
at the desired location.
Fields
When creating a field the Field Type
must be set. This will determine what the field will look like and what settings are available. Some fields take in information from the user while others are ways for the form to be formatted.
Field Types
Below are a list of Field Types
planned.
- User - Allows a user to select a user based on user filters like
Role
orUser Type
. - Textbox - A simple single line textbox.
- Number - A simple textbox that only supports numbers.
- Checkbox - A simple checkbox.
- Radio Button - A group of single option radio buttons.
- Date - A date picker for just date.
- Date Time - A date and time picker.
- Heading - Adds a heading / title.
- Paragraph - Adds text to show the user.
- Spacer - Adds whitespace to improve visuals.
- Rich Text - Adds a rich text area for a user to fill out. (lets the user filling out the form bold, italicize, or otherwize format text)
- Drop Down - Adds a single or multi select drop down based on a dictionary.
Form
The form is what will be shown to the user that fills it out. It will support two columns to allow for certain fields to be side by side. Clicking on a field dragged on to the form will show the options in the Field Manager
.
Saving a form will only update future uses of the Form
keeping the older Orders
intact.
Actions
This page allows a Lab Manager to create new fields to be used across any labs. The Lab Manager can update the Diagnostic Request
and Diagnostic Order
forms for future cases.
Related Wireframes
Name | Reason |
---|---|
Diagnostic Request | Where the form is used for this Lab Category . |
Diagnostic Order | Where the form is used for this Lab Category under the Findings section of the Order . |