static MeasureReport.Builder |
MeasureReport.builder() |
|
MeasureReport.Builder |
MeasureReport.Builder.contained(java.util.Collection<Resource> contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
MeasureReport.Builder |
MeasureReport.Builder.contained(Resource... contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
MeasureReport.Builder |
MeasureReport.Builder.date(DateTime date) |
The date this measure report was generated.
|
MeasureReport.Builder |
MeasureReport.Builder.evaluatedResource(java.util.Collection<Reference> evaluatedResource) |
A reference to a Bundle containing the Resources that were used in the calculation of this measure.
|
MeasureReport.Builder |
MeasureReport.Builder.evaluatedResource(Reference... evaluatedResource) |
A reference to a Bundle containing the Resources that were used in the calculation of this measure.
|
MeasureReport.Builder |
MeasureReport.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
MeasureReport.Builder |
MeasureReport.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected MeasureReport.Builder |
MeasureReport.Builder.from(MeasureReport measureReport) |
|
MeasureReport.Builder |
MeasureReport.Builder.group(java.util.Collection<MeasureReport.Group> group) |
The results of the calculation, one for each population group in the measure.
|
MeasureReport.Builder |
MeasureReport.Builder.group(MeasureReport.Group... group) |
The results of the calculation, one for each population group in the measure.
|
MeasureReport.Builder |
MeasureReport.Builder.id(java.lang.String id) |
The logical id of the resource, as used in the URL for the resource.
|
MeasureReport.Builder |
MeasureReport.Builder.identifier(java.util.Collection<Identifier> identifier) |
A formal identifier that is used to identify this MeasureReport when it is represented in other formats or referenced
in a specification, model, design or an instance.
|
MeasureReport.Builder |
MeasureReport.Builder.identifier(Identifier... identifier) |
A formal identifier that is used to identify this MeasureReport when it is represented in other formats or referenced
in a specification, model, design or an instance.
|
MeasureReport.Builder |
MeasureReport.Builder.implicitRules(Uri implicitRules) |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when
processing the content.
|
MeasureReport.Builder |
MeasureReport.Builder.improvementNotation(CodeableConcept improvementNotation) |
Whether improvement in the measure is noted by an increase or decrease in the measure score.
|
MeasureReport.Builder |
MeasureReport.Builder.language(Code language) |
The base language in which the resource is written.
|
MeasureReport.Builder |
MeasureReport.Builder.measure(Canonical measure) |
A reference to the Measure that was calculated to produce this report.
|
MeasureReport.Builder |
MeasureReport.Builder.meta(Meta meta) |
The metadata about the resource.
|
MeasureReport.Builder |
MeasureReport.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
MeasureReport.Builder |
MeasureReport.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
MeasureReport.Builder |
MeasureReport.Builder.period(Period period) |
The reporting period for which the report was calculated.
|
MeasureReport.Builder |
MeasureReport.Builder.reporter(Reference reporter) |
The individual, location, or organization that is reporting the data.
|
MeasureReport.Builder |
MeasureReport.Builder.status(MeasureReportStatus status) |
The MeasureReport status.
|
MeasureReport.Builder |
MeasureReport.Builder.subject(Reference subject) |
Optional subject identifying the individual or individuals the report is for.
|
MeasureReport.Builder |
MeasureReport.Builder.text(Narrative text) |
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the
resource to a human.
|
MeasureReport.Builder |
MeasureReport.toBuilder() |
|
MeasureReport.Builder |
MeasureReport.Builder.type(MeasureReportType type) |
The type of measure report.
|