Uses of Class
org.hl7.fhir.dstu3.model.MeasureReport
Packages that use MeasureReport
-
Uses of MeasureReport in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type MeasureReportModifier and TypeMethodDescriptionprotected voidJsonParser.composeMeasureReport(String name, MeasureReport element)protected voidRdfParser.composeMeasureReport(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.composeMeasureReportInner(MeasureReport element)protected booleanXmlParser.parseMeasureReportContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport res)JsonParser.parseMeasureReportMeasureReportGroupComponent(com.google.gson.JsonObject json, MeasureReport owner)XmlParser.parseMeasureReportMeasureReportGroupComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)protected booleanXmlParser.parseMeasureReportMeasureReportGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupComponent res)protected voidJsonParser.parseMeasureReportMeasureReportGroupComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupComponent res)JsonParser.parseMeasureReportMeasureReportGroupPopulationComponent(com.google.gson.JsonObject json, MeasureReport owner)XmlParser.parseMeasureReportMeasureReportGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)protected booleanXmlParser.parseMeasureReportMeasureReportGroupPopulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupPopulationComponent res)protected voidJsonParser.parseMeasureReportMeasureReportGroupPopulationComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupPopulationComponent res)JsonParser.parseMeasureReportMeasureReportGroupStratifierComponent(com.google.gson.JsonObject json, MeasureReport owner)XmlParser.parseMeasureReportMeasureReportGroupStratifierComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)protected booleanXmlParser.parseMeasureReportMeasureReportGroupStratifierComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res)protected voidJsonParser.parseMeasureReportMeasureReportGroupStratifierComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res)protected voidJsonParser.parseMeasureReportProperties(com.google.gson.JsonObject json, MeasureReport res)protected MeasureReport.StratifierGroupComponentJsonParser.parseMeasureReportStratifierGroupComponent(com.google.gson.JsonObject json, MeasureReport owner)protected MeasureReport.StratifierGroupComponentXmlParser.parseMeasureReportStratifierGroupComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)protected booleanXmlParser.parseMeasureReportStratifierGroupComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupComponent res)protected voidJsonParser.parseMeasureReportStratifierGroupComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupComponent res)JsonParser.parseMeasureReportStratifierGroupPopulationComponent(com.google.gson.JsonObject json, MeasureReport owner)XmlParser.parseMeasureReportStratifierGroupPopulationComponent(org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner)protected booleanXmlParser.parseMeasureReportStratifierGroupPopulationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, MeasureReport owner, MeasureReport.StratifierGroupPopulationComponent res)protected voidJsonParser.parseMeasureReportStratifierGroupPopulationComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupPopulationComponent res) -
Uses of MeasureReport in org.hl7.fhir.dstu3.model
Methods in org.hl7.fhir.dstu3.model that return MeasureReportModifier and TypeMethodDescriptionMeasureReport.addGroup(MeasureReport.MeasureReportGroupComponent t)MeasureReport.copy()MeasureReport.setDateElement(DateTimeType value)MeasureReport.setEvaluatedResources(Reference value)MeasureReport.setEvaluatedResourcesTarget(Bundle value)MeasureReport.setGroup(List<MeasureReport.MeasureReportGroupComponent> theGroup)MeasureReport.setIdentifier(Identifier value)MeasureReport.setMeasure(Reference value)MeasureReport.setMeasureTarget(Measure value)MeasureReport.setPatient(Reference value)MeasureReport.setPatientTarget(Patient value)MeasureReport.setReportingOrganization(Reference value)MeasureReport.setReportingOrganizationTarget(Organization value)MeasureReport.setStatus(MeasureReport.MeasureReportStatus value)MeasureReport.setStatusElement(Enumeration<MeasureReport.MeasureReportStatus> value)MeasureReport.setType(MeasureReport.MeasureReportType value)MeasureReport.setTypeElement(Enumeration<MeasureReport.MeasureReportType> value)protected MeasureReportMeasureReport.typedCopy()