Definition: A relationship of two Quantity values - expressed as a numerator and a denominator.
Requirements: Need to able to capture ratios for some measurements (titers) and some rates (costs)
124412451246124712481249125012511252
* Identifies the speed with which the substance is introduced into the subject. Typically the rate for an infusion. 200ml in 2 hours. * </p> */ public RatioDt getRate() { if (myRate == null) { myRate = new RatioDt(); } return myRate; }
127512761277127812791280128112821283
* The maximum total quantity of a therapeutic substance that may be administered to a subject over the period of time. E.g. 1000mg in 24 hours. * </p> */ public RatioDt getMaxDosePerPeriod() { if (myMaxDosePerPeriod == null) { myMaxDosePerPeriod = new RatioDt(); } return myMaxDosePerPeriod; }
790791792793794795796797798
* Specifies how many (or how much) of the items there are in this Medication. E.g. 250 mg per tablet * </p> */ public RatioDt getAmount() { if (myAmount == null) { myAmount = new RatioDt(); } return myAmount; }
103010311032103310341035103610371038
106110621063106410651066106710681069