githubEdit

7 Data Structures

circle-check

<Example Data Elements>

7.1 Resource Model

Note: Recommend using https://app.diagrams.net/arrow-up-right to create the resource model and store in BuildingBlock repository

<Example Resource Model>

7.2 Data Structures:

Note: any relevant standards that are applicable to the fields of the data structures can be defined here.

7.2.1 Worklist

Description: The WorkList data structure is used to track a list of subscribers to a particular session or event.

Fields:

Name

Type

Description

Notes

id

int

Unique identifier for this WorkList

Generated by building block on creation

name

string

Name for this WorkList

status

enum

Status of the WorkList

enum that is defined with the following fields: ACTIVE, SUSPENDED, CANCELED

start_time

date

Start date/time for the WorkList

end_time

date

End date/time for the WorkList

alerts

integer array

Array of assigned alerts for this WorkList

Last updated

Was this helpful?