public static class Medication.Product extends BaseIdentifiableElement implements IResourceBlock
Definition: Information that only applies to products (not packages)
| Constructor and Description |
|---|
Product() |
| Modifier and Type | Method and Description |
|---|---|
Medication.ProductBatch |
addBatch()
Adds and returns a new value for batch ()
|
Medication.Product |
addBatch(Medication.ProductBatch theValue)
Adds a given new value for batch ()
|
Medication.ProductIngredient |
addIngredient()
Adds and returns a new value for ingredient ()
|
Medication.Product |
addIngredient(Medication.ProductIngredient theValue)
Adds a given new value for ingredient ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<Medication.ProductBatch> |
getBatch()
Gets the value(s) for batch ().
|
Medication.ProductBatch |
getBatchFirstRep()
Gets the first repetition for batch (),
creating it if it does not already exist.
|
CodeableConceptDt |
getForm()
Gets the value(s) for form ().
|
List<Medication.ProductIngredient> |
getIngredient()
Gets the value(s) for ingredient ().
|
Medication.ProductIngredient |
getIngredientFirstRep()
Gets the first repetition for ingredient (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
Medication.Product |
setBatch(List<Medication.ProductBatch> theValue)
Sets the value(s) for batch ()
|
Medication.Product |
setForm(CodeableConceptDt theValue)
Sets the value(s) for form ()
|
Medication.Product |
setIngredient(List<Medication.ProductIngredient> theValue)
Sets the value(s) for ingredient ()
|
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 Product()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic CodeableConceptDt getForm()
null.
Definition: Describes the form of the item. Powder; tablets; carton
public Medication.Product setForm(CodeableConceptDt theValue)
Definition: Describes the form of the item. Powder; tablets; carton
public List<Medication.ProductIngredient> getIngredient()
null.
Definition: Identifies a particular constituent of interest in the product
public Medication.Product setIngredient(List<Medication.ProductIngredient> theValue)
Definition: Identifies a particular constituent of interest in the product
public Medication.ProductIngredient addIngredient()
Definition: Identifies a particular constituent of interest in the product
public Medication.Product addIngredient(Medication.ProductIngredient theValue)
Definition: Identifies a particular constituent of interest in the product
theValue - The ingredient to add (must not be null)public Medication.ProductIngredient getIngredientFirstRep()
Definition: Identifies a particular constituent of interest in the product
public List<Medication.ProductBatch> getBatch()
null.
Definition: Information about a group of medication produced or packaged from one production run.
public Medication.Product setBatch(List<Medication.ProductBatch> theValue)
Definition: Information about a group of medication produced or packaged from one production run.
public Medication.ProductBatch addBatch()
Definition: Information about a group of medication produced or packaged from one production run.
public Medication.Product addBatch(Medication.ProductBatch theValue)
Definition: Information about a group of medication produced or packaged from one production run.
theValue - The batch to add (must not be null)public Medication.ProductBatch getBatchFirstRep()
Definition: Information about a group of medication produced or packaged from one production run.
Copyright © 2014–2016 University Health Network. All rights reserved.