Uses of Class
org.hl7.fhir.r4.model.DiagnosticReport
Packages that use DiagnosticReport
-
Uses of DiagnosticReport in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.formats with parameters of type DiagnosticReportModifier and TypeMethodDescriptionprotected voidJsonParser.composeDiagnosticReport(String name, DiagnosticReport element)protected voidRdfParser.composeDiagnosticReport(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.composeDiagnosticReportInner(DiagnosticReport element)protected booleanXmlParser.parseDiagnosticReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport res)JsonParser.parseDiagnosticReportDiagnosticReportMediaComponent(com.google.gson.JsonObject json, DiagnosticReport owner)XmlParser.parseDiagnosticReportDiagnosticReportMediaComponent(org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner)protected booleanXmlParser.parseDiagnosticReportDiagnosticReportMediaComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DiagnosticReport owner, DiagnosticReport.DiagnosticReportMediaComponent res)protected voidJsonParser.parseDiagnosticReportDiagnosticReportMediaComponentProperties(com.google.gson.JsonObject json, DiagnosticReport owner, DiagnosticReport.DiagnosticReportMediaComponent res)protected voidJsonParser.parseDiagnosticReportProperties(com.google.gson.JsonObject json, DiagnosticReport res) -
Uses of DiagnosticReport in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.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.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.setConclusion(String value)DiagnosticReport.setConclusionCode(List<CodeableConcept> theConclusionCode)DiagnosticReport.setConclusionElement(StringType value)DiagnosticReport.setEffective(Type value)DiagnosticReport.setEncounter(Reference value)DiagnosticReport.setEncounterTarget(Encounter value)DiagnosticReport.setIdentifier(List<Identifier> theIdentifier)DiagnosticReport.setImagingStudy(List<Reference> theImagingStudy)DiagnosticReport.setIssuedElement(InstantType value)DiagnosticReport.setMedia(List<DiagnosticReport.DiagnosticReportMediaComponent> theMedia)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)DiagnosticReport.setSubjectTarget(Resource value)protected DiagnosticReportDiagnosticReport.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type DiagnosticReport