Uses of Class
org.linuxforhealth.fhir.model.resource.DiagnosticReport
-
Packages that use DiagnosticReport Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor -
-
Uses of DiagnosticReport in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return DiagnosticReport Modifier and Type Method Description DiagnosticReportDiagnosticReport.Builder. build()Build theDiagnosticReportMethods in org.linuxforhealth.fhir.model.resource with parameters of type DiagnosticReport Modifier and Type Method Description protected DiagnosticReport.BuilderDiagnosticReport.Builder. from(DiagnosticReport diagnosticReport)protected voidDiagnosticReport.Builder. validate(DiagnosticReport diagnosticReport) -
Uses of DiagnosticReport in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type DiagnosticReport Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, DiagnosticReport diagnosticReport)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, DiagnosticReport diagnosticReport)
-