public static class ClinicalImpression.Investigations extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: One or more sets of investigations (signs, symptions, etc.). The actual grouping of investigations vary greatly depending on the type and context of the assessment. These investigations may include data generated during the assessment process, or data previously generated and recorded that is pertinent to the outcomes
| Constructor and Description |
|---|
Investigations() |
| Modifier and Type | Method and Description |
|---|---|
ResourceReferenceDt |
addItem()
Adds and returns a new value for item ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
CodeableConceptDt |
getCode()
Gets the value(s) for code ().
|
List<ResourceReferenceDt> |
getItem()
Gets the value(s) for item ().
|
boolean |
isEmpty() |
ClinicalImpression.Investigations |
setCode(CodeableConceptDt theValue)
Sets the value(s) for code ()
|
ClinicalImpression.Investigations |
setItem(List<ResourceReferenceDt> 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 Investigations()
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 getCode()
null.
Definition: A name/code for the group (\"set\") of investigations. Typically, this will be something like \"signs\", \"symptoms\", \"clinical\", \"diagnostic\", but the list is not constrained, and others such groups such as (exposure|family|travel|nutitirional) history may be used
public ClinicalImpression.Investigations setCode(CodeableConceptDt theValue)
Definition: A name/code for the group (\"set\") of investigations. Typically, this will be something like \"signs\", \"symptoms\", \"clinical\", \"diagnostic\", but the list is not constrained, and others such groups such as (exposure|family|travel|nutitirional) history may be used
public List<ResourceReferenceDt> getItem()
null.
Definition: A record of a specific investigation that was undertaken
public ClinicalImpression.Investigations setItem(List<ResourceReferenceDt> theValue)
Definition: A record of a specific investigation that was undertaken
public ResourceReferenceDt addItem()
Definition: A record of a specific investigation that was undertaken
Copyright © 2014–2018 University Health Network. All rights reserved.