MedicalDefinition | R Documentation |
Constructor function for MedicalDefinition class
MedicalDefinition(terms = NULL, codes = NULL, tests = NULL,
drugs = NULL, drugcodes = NULL)
terms |
list of character vectors or NULL |
codes |
list of character vectors or NULL |
tests |
list of character vectors or NULL |
drugs |
list of character vectors or NULL |
drugcodes |
list of character vectors or NULL |
Elements marked with a "-" are excluded. Elements marked with a "r
def <- MedicalDefinition(terms = list(c("angina", "unstable"), c("angina", "Crescendo "),
c("angina", "Refractory")),
codes = list("G33..00", "G330.00", "%r212H", "-G617"))
class(def)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.