Uses of Class
org.hl7.fhir.r5.model.DiagnosticReport
-
Packages that use DiagnosticReport Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.renderers -
-
Uses of DiagnosticReport in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DiagnosticReport Modifier and Type Method Description protected DiagnosticReportJsonParser. parseDiagnosticReport(com.google.gson.JsonObject json)protected DiagnosticReportXmlParser. parseDiagnosticReport(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type DiagnosticReport Modifier and Type Method Description protected voidJsonParser. composeDiagnosticReport(String name, DiagnosticReport element)protected voidRdfParser. composeDiagnosticReport(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DiagnosticReport element, int index)protected voidXmlParser. composeDiagnosticReport(String name, DiagnosticReport element)protected voidXmlParser. composeDiagnosticReportElements(DiagnosticReport element)protected voidJsonParser. composeDiagnosticReportProperties(DiagnosticReport element)protected booleanXmlParser. parseDiagnosticReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport res)protected voidJsonParser. parseDiagnosticReportProperties(com.google.gson.JsonObject json, DiagnosticReport res) -
Uses of DiagnosticReport in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type DiagnosticReport Modifier and Type Method Description voidDiagnosticReport. copyValues(DiagnosticReport dst) -
Uses of DiagnosticReport in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type DiagnosticReport Modifier and Type Method Description voidDiagnosticReportRenderer. describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, DiagnosticReport dr)StringDiagnosticReportRenderer. display(DiagnosticReport dr)booleanDiagnosticReportRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, DiagnosticReport dr)
-