public static class Specimen.Treatment extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Details concerning treatment and processing steps for the specimen
| Constructor and Description |
|---|
Treatment() |
| Modifier and Type | Method and Description |
|---|---|
ResourceReferenceDt |
addAdditive()
Adds and returns a new value for additive ()
|
List<ResourceReferenceDt> |
getAdditive()
Gets the value(s) for additive ().
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
CodeableConceptDt |
getProcedure()
Gets the value(s) for procedure ().
|
boolean |
isEmpty() |
Specimen.Treatment |
setAdditive(List<ResourceReferenceDt> theValue)
Sets the value(s) for additive ()
|
Specimen.Treatment |
setDescription(String theString)
Sets the value for description ()
|
Specimen.Treatment |
setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()
|
Specimen.Treatment |
setProcedure(CodeableConceptDt theValue)
Sets the value(s) for procedure ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Treatment()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
null.
Definition:
public String getDescription()
null.
Definition:
public Specimen.Treatment setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition:
public Specimen.Treatment setDescription(String theString)
Definition:
public CodeableConceptDt getProcedure()
null.
Definition: A coded value specifying the procedure used to process the specimen
public Specimen.Treatment setProcedure(CodeableConceptDt theValue)
Definition: A coded value specifying the procedure used to process the specimen
public List<ResourceReferenceDt> getAdditive()
null.
Definition:
public Specimen.Treatment setAdditive(List<ResourceReferenceDt> theValue)
Definition:
public ResourceReferenceDt addAdditive()
Definition:
Copyright © 2014–2018 University Health Network. All rights reserved.