Uses of Class
org.hl7.fhir.dstu2.model.DiagnosticReport
-
Packages that use DiagnosticReport Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of DiagnosticReport in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type DiagnosticReport Modifier and Type Method Description protected voidJsonParser. composeDiagnosticReport(String name, DiagnosticReport element)protected voidXmlParser. composeDiagnosticReport(String name, DiagnosticReport element)protected voidJsonParser. composeDiagnosticReportInner(DiagnosticReport element)protected DiagnosticReport.DiagnosticReportImageComponentJsonParser. parseDiagnosticReportDiagnosticReportImageComponent(com.google.gson.JsonObject json, DiagnosticReport owner)protected DiagnosticReport.DiagnosticReportImageComponentXmlParser. parseDiagnosticReportDiagnosticReportImageComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner) -
Uses of DiagnosticReport in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type DiagnosticReport Modifier and Type Field Description protected List<DiagnosticReport>Procedure. reportTargetThe actual objects that are the target of the reference (This could be a histology result, pathology report, surgical report, etc..)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type DiagnosticReport Modifier and Type Method Description List<DiagnosticReport>Procedure. getReportTarget()
-