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 DiagnosticReport
DiagnosticReport.Builder. build()
Build theDiagnosticReport
Methods in org.linuxforhealth.fhir.model.resource with parameters of type DiagnosticReport Modifier and Type Method Description protected DiagnosticReport.Builder
DiagnosticReport.Builder. from(DiagnosticReport diagnosticReport)
protected void
DiagnosticReport.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 boolean
DefaultVisitor. visit(java.lang.String elementName, int elementIndex, DiagnosticReport diagnosticReport)
Delegates to#visit(elementName, elementIndex, DomainResource)
boolean
Visitor. visit(java.lang.String elementName, int elementIndex, DiagnosticReport diagnosticReport)
-