
Uses of Class
org.hl7.fhir.dstu2.model.DiagnosticReport
Packages that use DiagnosticReport
-
Uses of DiagnosticReport in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return DiagnosticReportModifier and TypeMethodDescriptionprotected DiagnosticReport
JsonParser.parseDiagnosticReport
(com.google.gson.JsonObject json) protected DiagnosticReport
XmlParser.parseDiagnosticReport
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type DiagnosticReportModifier and TypeMethodDescriptionprotected void
JsonParser.composeDiagnosticReport
(String name, DiagnosticReport element) protected void
XmlParser.composeDiagnosticReport
(String name, DiagnosticReport element) protected void
JsonParser.composeDiagnosticReportInner
(DiagnosticReport element) JsonParser.parseDiagnosticReportDiagnosticReportImageComponent
(com.google.gson.JsonObject json, DiagnosticReport owner) XmlParser.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 DiagnosticReportModifier and TypeFieldDescriptionprotected List
<DiagnosticReport> Procedure.reportTarget
The 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 DiagnosticReportModifier and TypeMethodDescriptionDiagnosticReport.addCodedDiagnosis
(CodeableConcept t) DiagnosticReport.addIdentifier
(Identifier t) DiagnosticReport.addImage
(DiagnosticReport.DiagnosticReportImageComponent t) DiagnosticReport.addImagingStudy
(Reference t) DiagnosticReport.addPresentedForm
(Attachment t) Procedure.addReportTarget()
DiagnosticReport.addRequest
(Reference t) DiagnosticReport.addSpecimen
(Reference t) DiagnosticReport.copy()
DiagnosticReport.setCategory
(CodeableConcept value) DiagnosticReport.setCode
(CodeableConcept value) DiagnosticReport.setConclusion
(String value) DiagnosticReport.setConclusionElement
(StringType value) DiagnosticReport.setEffective
(Type value) DiagnosticReport.setEncounter
(Reference value) DiagnosticReport.setEncounterTarget
(Encounter value) DiagnosticReport.setIssuedElement
(InstantType value) DiagnosticReport.setPerformer
(Reference value) DiagnosticReport.setPerformerTarget
(Resource value) DiagnosticReport.setStatus
(DiagnosticReport.DiagnosticReportStatus value) DiagnosticReport.setStatusElement
(Enumeration<DiagnosticReport.DiagnosticReportStatus> value) DiagnosticReport.setSubject
(Reference value) DiagnosticReport.setSubjectTarget
(Resource value) protected DiagnosticReport
DiagnosticReport.typedCopy()
Methods in org.hl7.fhir.dstu2.model that return types with arguments of type DiagnosticReport