Substance |
Substance.addIdentifier(IdentifierDt theValue) |
Adds a given new value for identifier ()
|
Substance |
Substance.addIngredient(Substance.Ingredient theValue) |
Adds a given new value for ingredient ()
|
Substance |
Substance.addInstance(Substance.Instance theValue) |
Adds a given new value for instance (class)
|
Substance |
Substance.setCategory(SubstanceCategoryCodesEnum theValue) |
Sets the value(s), and clears any existing value(s) for category (class)
|
Substance |
Substance.setCategory(List<BoundCodeableConceptDt<SubstanceCategoryCodesEnum>> theValue) |
Sets the value(s) for category (class)
|
Substance |
Substance.setCode(CodeableConceptDt theValue) |
Sets the value(s) for code (what)
|
Substance |
Substance.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) |
Sets the value(s) for description ()
|
Substance |
Substance.setDescription(String theString) |
Sets the value for description ()
|
Substance |
Substance.setIdentifier(List<IdentifierDt> theValue) |
Sets the value(s) for identifier ()
|
Substance |
Substance.setIngredient(List<Substance.Ingredient> theValue) |
Sets the value(s) for ingredient ()
|
Substance |
Substance.setInstance(List<Substance.Instance> theValue) |
Sets the value(s) for instance (class)
|