Class DetectedIssue.Mitigation
- 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:
DetectedIssue
Definition: Indicates an action that has been taken or is committed to to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting. Can also reflect an observation of known mitigating factors that may reduce/eliminate the need for any action.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value(s) for action ().<T extends ca.uhn.fhir.model.api.IElement>
List<T> getAllPopulatedChildElementsOfType
(Class<T> theType) Gets the value(s) for author ().getDate()
Gets the value(s) for date ().ca.uhn.fhir.model.primitive.DateTimeDt
Gets the value(s) for date ().boolean
isEmpty()
setAction
(CodeableConceptDt theValue) Sets the value(s) for action ()setAuthor
(ResourceReferenceDt theValue) Sets the value(s) for author ()setDate
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date ()Sets the value for date ()setDateWithSecondsPrecision
(Date theDate) Sets the value for date ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
Methods inherited from class ca.uhn.fhir.model.api.BaseElement
addUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserData
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.hl7.fhir.instance.model.api.IBase
fhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserData
Methods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElement
getElementSpecificId, getId, setElementSpecificId, setId, setId
-
Constructor Details
-
Mitigation
public Mitigation()
-
-
Method Details
-
isEmpty
- Specified by:
isEmpty
in interfaceorg.hl7.fhir.instance.model.api.IBase
-
getAllPopulatedChildElementsOfType
public <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
getAllPopulatedChildElementsOfType
in interfaceca.uhn.fhir.model.api.ICompositeElement
-
getAction
Gets the value(s) for action (). creating it if it does not exist. Will not returnnull
.Definition: Describes the action that was taken or the observation that was made that reduces/eliminates the risk associated with the identified issue
-
setAction
Sets the value(s) for action ()Definition: Describes the action that was taken or the observation that was made that reduces/eliminates the risk associated with the identified issue
-
getDateElement
Gets the value(s) for date (). creating it if it does not exist. Will not returnnull
.Definition: Indicates when the mitigating action was documented
-
getDate
Gets the value(s) for date (). creating it if it does not exist. This method may returnnull
.Definition: Indicates when the mitigating action was documented
-
setDate
Sets the value(s) for date ()Definition: Indicates when the mitigating action was documented
-
setDateWithSecondsPrecision
Sets the value for date ()Definition: Indicates when the mitigating action was documented
-
setDate
public DetectedIssue.Mitigation setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for date ()Definition: Indicates when the mitigating action was documented
-
getAuthor
Gets the value(s) for author (). creating it if it does not exist. Will not returnnull
.Definition: Identifies the practitioner who determined the mitigation and takes responsibility for the mitigation step occurring
-
setAuthor
Sets the value(s) for author ()Definition: Identifies the practitioner who determined the mitigation and takes responsibility for the mitigation step occurring
-