public static class ClinicalImpression.Finding extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Specific findings or diagnoses that was considered likely or relevant to ongoing treatment
| Constructor and Description |
|---|
Finding() |
| Modifier and Type | Method and Description |
|---|---|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getCause()
Gets the value(s) for cause ().
|
ca.uhn.fhir.model.primitive.StringDt |
getCauseElement()
Gets the value(s) for cause ().
|
CodeableConceptDt |
getItem()
Gets the value(s) for item ().
|
boolean |
isEmpty() |
ClinicalImpression.Finding |
setCause(String theString)
Sets the value for cause ()
|
ClinicalImpression.Finding |
setCause(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for cause ()
|
ClinicalImpression.Finding |
setItem(CodeableConceptDt theValue)
Sets the value(s) for item ()
|
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 Finding()
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 CodeableConceptDt getItem()
null.
Definition: Specific text of code for finding or diagnosis
public ClinicalImpression.Finding setItem(CodeableConceptDt theValue)
Definition: Specific text of code for finding or diagnosis
public ca.uhn.fhir.model.primitive.StringDt getCauseElement()
null.
Definition: Which investigations support finding or diagnosis
public String getCause()
null.
Definition: Which investigations support finding or diagnosis
public ClinicalImpression.Finding setCause(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Which investigations support finding or diagnosis
public ClinicalImpression.Finding setCause(String theString)
Definition: Which investigations support finding or diagnosis
Copyright © 2014–2018 University Health Network. All rights reserved.