
Package ca.uhn.fhir.model.dstu2.resource
Class Specimen.Treatment
java.lang.Object
ca.uhn.fhir.model.api.BaseElement
ca.uhn.fhir.model.api.BaseIdentifiableElement
ca.uhn.fhir.model.dstu2.resource.Specimen.Treatment
- All Implemented Interfaces:
- ca.uhn.fhir.model.api.ICompositeElement,- ca.uhn.fhir.model.api.IElement,- ca.uhn.fhir.model.api.IIdentifiableElement,- ca.uhn.fhir.model.api.IResourceBlock,- ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,- Serializable,- org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- Specimen
public static class Specimen.Treatment
extends ca.uhn.fhir.model.api.BaseIdentifiableElement
implements ca.uhn.fhir.model.api.IResourceBlock
Block class for child element: Specimen.treatment ()
 
Definition: Details concerning treatment and processing steps for the specimen
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAdds and returns a new value for additive ()Gets the value(s) for additive ().<T extends ca.uhn.fhir.model.api.IElement>
 List<T> getAllPopulatedChildElementsOfType(Class<T> theType) Gets the value(s) for description ().ca.uhn.fhir.model.primitive.StringDtGets the value(s) for description ().Gets the value(s) for procedure ().booleanisEmpty()setAdditive(List<ResourceReferenceDt> theValue) Sets the value(s) for additive ()setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()setDescription(String theString) Sets the value for description ()setProcedure(CodeableConceptDt theValue) Sets the value(s) for procedure ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElementgetElementSpecificId, getId, setElementSpecificId, setId, setIdMethods inherited from class ca.uhn.fhir.model.api.BaseElementaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserDataMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBasefhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElementgetElementSpecificId, getId, setElementSpecificId, setId, setId
- 
Constructor Details- 
Treatmentpublic Treatment()
 
- 
- 
Method Details- 
isEmpty- Specified by:
- isEmptyin interface- org.hl7.fhir.instance.model.api.IBase
 
- 
getAllPopulatedChildElementsOfTypepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
- getAllPopulatedChildElementsOfTypein interface- ca.uhn.fhir.model.api.ICompositeElement
 
- 
getDescriptionElementGets the value(s) for description (). creating it if it does not exist. Will not returnnull.Definition: 
- 
getDescriptionGets the value(s) for description (). creating it if it does not exist. This method may returnnull.Definition: 
- 
setDescriptionSets the value(s) for description ()Definition: 
- 
setDescriptionSets the value for description ()Definition: 
- 
getProcedureGets the value(s) for procedure (). creating it if it does not exist. Will not returnnull.Definition: A coded value specifying the procedure used to process the specimen 
- 
setProcedureSets the value(s) for procedure ()Definition: A coded value specifying the procedure used to process the specimen 
- 
getAdditiveGets the value(s) for additive (). creating it if it does not exist. Will not returnnull.Definition: 
- 
setAdditiveSets the value(s) for additive ()Definition: 
- 
addAdditiveAdds and returns a new value for additive ()Definition: 
 
-