public static class Medication.ProductIngredient extends BaseIdentifiableElement implements IResourceBlock
Definition: Identifies a particular constituent of interest in the product
| Constructor and Description |
|---|
ProductIngredient() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
RatioDt |
getAmount()
Gets the value(s) for amount ().
|
ResourceReferenceDt |
getItem()
Gets the value(s) for item ().
|
boolean |
isEmpty() |
Medication.ProductIngredient |
setAmount(RatioDt theValue)
Sets the value(s) for amount ()
|
Medication.ProductIngredient |
setItem(ResourceReferenceDt theValue)
Sets the value(s) for item ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic ProductIngredient()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic ResourceReferenceDt getItem()
null.
Definition: The actual ingredient - either a substance (simple ingredient) or another medication
public Medication.ProductIngredient setItem(ResourceReferenceDt theValue)
Definition: The actual ingredient - either a substance (simple ingredient) or another medication
public RatioDt getAmount()
null.
Definition: Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet
public Medication.ProductIngredient setAmount(RatioDt theValue)
Definition: Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet
Copyright © 2014–2016 University Health Network. All rights reserved.