Uses of Class
org.linuxforhealth.fhir.model.resource.DetectedIssue.Evidence
-
Packages that use DetectedIssue.Evidence Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of DetectedIssue.Evidence in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DetectedIssue.Evidence Modifier and Type Method Description DetectedIssue.Evidence
DetectedIssue.Evidence.Builder. build()
Build theDetectedIssue.Evidence
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type DetectedIssue.Evidence Modifier and Type Method Description java.util.List<DetectedIssue.Evidence>
DetectedIssue. getEvidence()
Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport.Methods in org.linuxforhealth.fhir.model.resource with parameters of type DetectedIssue.Evidence Modifier and Type Method Description DetectedIssue.Builder
DetectedIssue.Builder. evidence(DetectedIssue.Evidence... evidence)
Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport.protected DetectedIssue.Evidence.Builder
DetectedIssue.Evidence.Builder. from(DetectedIssue.Evidence evidence)
protected void
DetectedIssue.Evidence.Builder. validate(DetectedIssue.Evidence evidence)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type DetectedIssue.Evidence Modifier and Type Method Description DetectedIssue.Builder
DetectedIssue.Builder. evidence(java.util.Collection<DetectedIssue.Evidence> evidence)
Supporting evidence or manifestations that provide the basis for identifying the detected issue such as a GuidanceResponse or MeasureReport.
-