Blood sub-tab

Contents Show

The Blood sub-tab is used to view blood work information for the current client. It is a tabbed page on the Height/Weight and Blood Work Information screen.

Blood sub-tab

Screen Access

Screen Access

Interface Initialization

Upon initial display of the screen, the following occurs:

  • The title bar text is set to "MEMBER.FIRSTNAME MEMBER.MiddleInitial MEMBER.LASTNAME - {descriptive value of age} - WIC ID: MEMBER.STATEWICID Household ID: MEMBER.HOUSEHOLDID", where {descriptive value of age}equals:

  • For infants, display "XX" Months "XX" Days, calculated from the Date of Birth.

  • For children, display "XX" Year(s) "XX" Months "XX" Days calculated from the Date of Birth.

  • For pregnant women, display "XX" weeks gestation calculated from the LMP start date.

  • For pregnant women without an LMP date, display "XX" Year(s) calculated from the Date of Birth.

  • For breastfeeding and non-breastfeeding women, display "XX" Years calculated from the Date of Birth.

  • The tab title is set to "HT/WT/Blood"

  • The sub-tab title is set to "Blood".

  • The Blood data grid is visible, enabled, and displays all records for the selected STATEWICID and RESULTDATE in the BLOODWORK table.

  • The Add button is visible and disabled.

  • The Edit button is visible and disabled.

  • The current system date and time is displayed in the status bar at the bottom right of the screen.

If records are listed in the data grid:

  • The Blood data grid is visible, enabled, and displays all records for the selected STATEWICID and RESULTDATE in the BLOODWORK table.

  • If the value of the CLN_ALLOWDELAYBLOODWORK business rule is set to "Y", the Delayed Blood Work column is visible in the Blood data grid. If the value of the CLN_ALLOWDELAYBLOODWORK business rule is set to "N", the Delayed Blood Work column is not visible in the Blood data grid.

  • The first row in the data grid is initially selected as the default.

If records are not listed in the data grid:

  • The data grid is visible, enabled, and blank.

Screen Elements

Unless otherwise stated below, all controls on the Blood sub-tab screen are visible and enabled when:

If one or more special conditions exist that affect a control on the Blood sub-tab screen, the condition(s) are documented for that specific control below.

Blood data grid

  View the information in the Blood data grid.

This data grid displays the hematological measurement results recorded for the client. The entries in the data grid will be sorted in reverse chronological order according to the values of the Measurement Date column.

The Age at Measurement column displays the calculated age for all participants with WIC Category of "Infant", "Child", "Breastfeeding", and "Non-Breastfeeding". The Age at Measurement column displays the calculated weeks of gestation for participants with a WIC Category of "Pregnant" if her last LMP start date has been entered; the column displays her calculated age if the last LMP start date is not available.

The first record in the data grid is initially selected. The information in the data grid is read-only.

The data grid consists of the following control(s):

Measurement Date column

This column displays the date on which the measurement was taken for each measurement record displayed within the data grid.

The title of the column is set to "Measurement Date". The information displayed within the column is read-only.

The column header and data are left aligned.

Age at Measurement column

This column displays the age of the participant at the time the measurement was taken for each measurement record displayed within the data grid.

The information displayed is formatted based on the WIC category of the participant. The value displayed is calculated by using the MEMBER.DATEOFBIRTH and the Measurement Date for the WIC category of Infant, Child, Breastfeeding and Non-breastfeeding to determine the participant's age. The value displayed is calculated using the PREGNANCY.LMPSTART and the Measurement Date for the WIC category of Pregnant to determine the participant's weeks gestation. See the following table for the format of each value displayed based on the participant's WIC category:

WIC Category

Format of Value Displayed

Infant

"# months and # days"

Child

'# years and # months"

Pregnant

"# weeks" (weeks gestation)

Breastfeeding/Non-breastfeeding

"# years"

The title of the column is set to "Age at Measurement". The information displayed within the column is read-only.

The column header and data are left aligned.

Hemoglobin (gm/dl) column

This column displays the hemoglobin measurement for each record displayed within the data grid.

The title of the column is set to "Hemoglobin (gm/dl)". The information displayed within the column is read-only.

The column header and data are left aligned.

Hematocrit (%) column

This column displays the hematocrit measurement for each record displayed within the data grid.

The title of the column is set to "Hematocrit (%)". The information displayed within the column is read-only.

The column header and data are left aligned.

Lead (ug/dl) column

This column displays the lead measurement for each record displayed within the data grid.

The title of the column is set to "Lead (ug/dl)". The information displayed within the column is read-only.

The column header and data are left aligned.

E.P. (ug/dl) column

This column displays the E.P. measurement for each record displayed within the data grid.

The title of the column is set to "E.P. (ug/dl)". The information displayed within the column is read-only.

The column header and data are left aligned.

Delayed Blood Work column

This column indicates if the blood work was delayed (if applicable) for each measurement record displayed within the data grid.

The title of the column is set to "Delayed Blood Work". The information displayed within the column is read-only.

The control is visible when:

The column header is left aligned and the data is center aligned.

Reason Blood Work Was Not Collected column

This column displays the reason the blood work was not collected (if applicable) for each measurement record displayed within the data grid.

The title of the column is set to "Reason Blood Work Was Not Collected". The information displayed within the column is read-only.

The column header and data are left aligned.

Add button

This button is used for additional functions on the Blood sub-tab screen in the Clinic application. In the Central Administrative Site and State Office applications, this button is always disabled.

Edit button

This button is used for additional functions on the Blood sub-tab screen in the Clinic application. In the Central Administrative Site and State Office applications, this button is always disabled.

Processing

If data can be validated and saved on the screen, the following processes occur when the screen is processed:

If no data can be validated and saved on the screen:

Data Map

The Data Map defines the values saved for all controls on the screen. If available, any additional notes or comments are displayed in the Notes column.

Control Label

Control Type

Table. Column

Notes

Blood

data grid

·

·

Measurement Date

data grid column

BloodWork. ResultDate

·

Age at Measurement

data grid column

·

·

Hemoglobin (gm/dl)

data grid column

BloodWork. Hemoglobin

·

Hematocrit (%)

data grid column

BloodWork. Hematocrit

·

Lead (ug/dl)

data grid column

BloodWork. Lead

·

E.P. (ug/dl)

data grid column

BloodWork. EP

·

Delayed Blood Work

data grid column

BloodWork. DelayedBloodwork

(Y/N)

Reason Blood Work Was Not Collected

data grid column

BloodWork. ExceptionReason

Reference Dictionary (where category = 'BLDWRKEXCP') and (where = Reference Dictionary.ExternalID)

Description

~ Denotes a required control (if applicable). The process that checks for required controls does not occur on screens displayed in read-only or Details mode.

+ Denotes data written to the database when screen processing occurs (if applicable). The process that writes data to the database does not occur on screens displayed in read-only or Details mode.

|

Central Administrative Site