UK-SBCoA / uniform-data-set-dotnet-web

.NET Core implementation of UDS with MVC and Razor Class UI Library
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

A4 Medications Layout #61

Closed ashleybot closed 1 year ago

ashleybot commented 1 year ago

Fixes #27

Prep work: Pull the latest version of the API. After you run the API, migrations will be ran to create some new tables. Then, insert some test data into the DrugCodesLookup. The test data should include drugs in these 3 groups:

  1. Popular prescription medications (IsPopular = true and IsOverTheCounter = false)
  2. Over the counter medications (IsOverTheCounter = true and IsPopular = true)
  3. And some that are neither popular nor OTC.

DrugCodesLookup is a reference table for the list of checkboxes in the A4 form. So, create a participation, visit, and go to the A4. There you should be able to:

Screen Shot 2023-06-30 at 3 16 15 PM

Screen Shot 2023-06-30 at 3 16 42 PM

Screen Shot 2023-06-30 at 3 16 58 PM