Uses of Class
org.hl7.fhir.r5.model.MeasureReport
Packages that use MeasureReport
-
Uses of MeasureReport in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return MeasureReportModifier and TypeMethodDescriptionprotected MeasureReportJsonParser.parseMeasureReport(com.google.gson.JsonObject json)protected MeasureReportXmlParser.parseMeasureReport(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type MeasureReportModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReport(String name, MeasureReport element)protected voidRdfParser.composeMeasureReport(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, MeasureReport element, int index)protected voidXmlParser.composeMeasureReport(String name, MeasureReport element)protected voidXmlParser.composeMeasureReportElements(MeasureReport element)protected voidJsonParser.composeMeasureReportProperties(MeasureReport element)protected booleanXmlParser.parseMeasureReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport res)protected voidJsonParser.parseMeasureReportProperties(com.google.gson.JsonObject json, MeasureReport res) -
Uses of MeasureReport in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model that return MeasureReportModifier and TypeMethodDescriptionMeasureReport.addEvaluatedResource(Reference t)MeasureReport.addGroup(MeasureReport.MeasureReportGroupComponent t)MeasureReport.addIdentifier(Identifier t)MeasureReport.copy()MeasureReport.setDataUpdateType(MeasureReport.SubmitDataUpdateType value)MeasureReport.setDataUpdateTypeElement(Enumeration<MeasureReport.SubmitDataUpdateType> value)MeasureReport.setDateElement(DateTimeType value)MeasureReport.setEvaluatedResource(List<Reference> theEvaluatedResource)MeasureReport.setGroup(List<MeasureReport.MeasureReportGroupComponent> theGroup)MeasureReport.setIdentifier(List<Identifier> theIdentifier)MeasureReport.setImprovementNotation(CodeableConcept value)MeasureReport.setMeasure(String value)MeasureReport.setMeasureElement(CanonicalType value)MeasureReport.setReporter(Reference value)MeasureReport.setReportingVendor(Reference value)MeasureReport.setScoring(CodeableConcept value)MeasureReport.setStatus(MeasureReport.MeasureReportStatus value)MeasureReport.setStatusElement(Enumeration<MeasureReport.MeasureReportStatus> value)MeasureReport.setSubject(Reference value)MeasureReport.setType(MeasureReport.MeasureReportType value)MeasureReport.setTypeElement(Enumeration<MeasureReport.MeasureReportType> value)protected MeasureReportMeasureReport.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type MeasureReport