Health-Informatics-UoN / Carrot-Mapper

Carrot: Convenient And Reusable Rapid Omop Transformer.
https://carrot4omop.ac.uk
MIT License
12 stars 3 forks source link

Backend data model for Scan Reports Jobs #743

Open AndyRae opened 3 weeks ago

AndyRae commented 3 weeks ago

Summary

Create a backend data model to represent the Scan Reports jobs.

Tasks

Use the basemodel for these:

Stages Model

ID: int
Name: string
NextStage: nullable ID
SortOrder: int

Jobs Model

ID: int
Scan Report TableId
CreatedAt: DateTime (from basemodel)
UpdatedAt: DateTime (from basemodel)
Stage: StageId
Status: Id
Details: string

Acceptance Criteria