Looking for template - lab results

  • Thread starter Thread starter Skylara
  • Start date Start date
S

Skylara

Does anyone know of a template that would be useful in recording laboratory
test results? Thank you
 
Does anyone know of a template that would be useful in recording laboratory
test results? Thank you

Hard to answer that without knowing exactly what you're doing. Can a
given subject receive more than one of the same test on a given day?

Patient/Subject---(1,M)---TestResult---(M,?)---Test

TestResult(
PatientID PK1,
TestID PK2,
TestDate,
Result)

is about the simplest structure you can have. Then you can summarize
across time and get averages etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top