Skip to contents

Retrieve the composition and dosage information for a specific formula.

Usage

get_formula_doses(order_id)

Arguments

order_id

The formula order ID.

Value

A tibble::tibble() with columns: id, herb_name, original_dose, composition_ratio, modern_dose_g, clinical_ref_dose_g, dynasty, notes, herb_ids.

Examples

if (FALSE) { # \dontrun{
get_formula_doses(1)
} # }