inst/virtual_patient_simulator/bs4/generate_questions.R

generate_questions <- function() {
  questions <- c(
    "Q1: Summarize all abnormalities",
    "Q2: Does this explain all of the patient's symptoms?",
    "Q3: Why does the patient have a renal insufficiency?",
    "Q4: Establish a differential diagnostic",
    "Q5: What additional lab test would you perform?",
    "Q6: Comment on the 25-(OH)- and 1,25(OH)2-vitamin D ratio",
    "Q7: Why is the PTH undetectable?",
    "Q8: Pose your diagnostic"
  )
  return(questions)
}

Try the CaPO4Sim package in your browser

Any scripts or data that you put into this service are public.

CaPO4Sim documentation built on Sept. 11, 2024, 7:20 p.m.