Uses of Class
org.hl7.fhir.r5.model.DiagnosticReport
Packages that use DiagnosticReport
-
Uses of DiagnosticReport in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DiagnosticReportModifier and TypeMethodDescriptionprotected 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 DiagnosticReportModifier and TypeMethodDescriptionprotected 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 that return DiagnosticReportModifier and TypeMethodDescriptionDiagnosticReport.addBasedOn(Reference t)DiagnosticReport.addCategory(CodeableConcept t)DiagnosticReport.addConclusionCode(CodeableConcept t)DiagnosticReport.addIdentifier(Identifier t)DiagnosticReport.addImagingStudy(Reference t)DiagnosticReport.addMedia(DiagnosticReport.DiagnosticReportMediaComponent t)DiagnosticReport.addNote(Annotation t)DiagnosticReport.addPerformer(Reference t)DiagnosticReport.addPresentedForm(Attachment t)DiagnosticReport.addResultsInterpreter(Reference t)DiagnosticReport.addSpecimen(Reference t)DiagnosticReport.copy()DiagnosticReport.setBasedOn(List<Reference> theBasedOn)DiagnosticReport.setCategory(List<CodeableConcept> theCategory)DiagnosticReport.setCode(CodeableConcept value)DiagnosticReport.setComposition(Reference value)DiagnosticReport.setConclusion(String value)DiagnosticReport.setConclusionCode(List<CodeableConcept> theConclusionCode)DiagnosticReport.setConclusionElement(StringType value)DiagnosticReport.setEffective(DataType value)DiagnosticReport.setEncounter(Reference value)DiagnosticReport.setIdentifier(List<Identifier> theIdentifier)DiagnosticReport.setImagingStudy(List<Reference> theImagingStudy)DiagnosticReport.setIssuedElement(InstantType value)DiagnosticReport.setMedia(List<DiagnosticReport.DiagnosticReportMediaComponent> theMedia)DiagnosticReport.setNote(List<Annotation> theNote)DiagnosticReport.setPerformer(List<Reference> thePerformer)DiagnosticReport.setPresentedForm(List<Attachment> thePresentedForm)DiagnosticReport.setResultsInterpreter(List<Reference> theResultsInterpreter)DiagnosticReport.setSpecimen(List<Reference> theSpecimen)DiagnosticReport.setStatus(DiagnosticReport.DiagnosticReportStatus value)DiagnosticReport.setStatusElement(Enumeration<DiagnosticReport.DiagnosticReportStatus> value)DiagnosticReport.setSubject(Reference value)protected DiagnosticReportDiagnosticReport.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type DiagnosticReport -
Uses of DiagnosticReport in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type DiagnosticReportModifier and TypeMethodDescriptionvoidDiagnosticReportRenderer.describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, DiagnosticReport dr)DiagnosticReportRenderer.display(DiagnosticReport dr)booleanDiagnosticReportRenderer.render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, DiagnosticReport dr)