Uses of Class
org.linuxforhealth.fhir.model.resource.DetectedIssue.Mitigation
-
Packages that use DetectedIssue.Mitigation Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of DetectedIssue.Mitigation in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DetectedIssue.Mitigation Modifier and Type Method Description DetectedIssue.Mitigation
DetectedIssue.Mitigation.Builder. build()
Build theDetectedIssue.Mitigation
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type DetectedIssue.Mitigation Modifier and Type Method Description java.util.List<DetectedIssue.Mitigation>
DetectedIssue. getMitigation()
Indicates an action that has been taken or is committed to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting.Methods in org.linuxforhealth.fhir.model.resource with parameters of type DetectedIssue.Mitigation Modifier and Type Method Description protected DetectedIssue.Mitigation.Builder
DetectedIssue.Mitigation.Builder. from(DetectedIssue.Mitigation mitigation)
DetectedIssue.Builder
DetectedIssue.Builder. mitigation(DetectedIssue.Mitigation... mitigation)
Indicates an action that has been taken or is committed to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting.protected void
DetectedIssue.Mitigation.Builder. validate(DetectedIssue.Mitigation mitigation)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type DetectedIssue.Mitigation Modifier and Type Method Description DetectedIssue.Builder
DetectedIssue.Builder. mitigation(java.util.Collection<DetectedIssue.Mitigation> mitigation)
Indicates an action that has been taken or is committed to reduce or eliminate the likelihood of the risk identified by the detected issue from manifesting.
-