HS.FHIR.vSTU3.Model.Resource.MeasureReport
deprecated class HS.FHIR.vSTU3.Model.Resource.MeasureReport extends HS.FHIR.vSTU3.Model.Base.DomainResource
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.The MeasureReport resource contains the results of evaluating a measure.
If the element is present, it must have either a @value, an @id, or extensions
Property Inventory
Method Inventory
- SetDate()
- SetEvaluatedResources()
- SetIdentifier()
- SetMeasure()
- SetPatient()
- SetPeriod()
- SetReportingOrganization()
- SetStatus()
- SetType()
Parameters
parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML.
The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the
schema that defines the type.
To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export
and will default to 0 (false) for encoded or encoded12 format export.
These were the values always previously assumed for the elementFormDefault attribute.
NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.
parameter XMLNAME = MeasureReport;
Inherited description: This parameter provides the default XMLNAME for the class. If it is
empty then the class name will be used to construct a default XML name.
The default XMLNAME is used as the top level tag
when exporting objects and the export context
did not provide an XML container name.
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the
order of the class properties. This allows us to deal with XML where the
same field appears multiple times and is distinguished by the order.
Properties
property date as HS.FHIR.vSTU3.Model.Datatype.DateTime (XMLNAME = "date", XMLPROJECTION = "ELEMENT");
The date this measure report was generated.
Property methods: dateGet(), dateGetSwizzled(), dateIsValid(), dateNewObject(), dateSet()
property evaluatedResources as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "evaluatedResources", XMLPROJECTION = "ELEMENT");
A reference to a Bundle containing the Resources that were used in the evaluation of this report.
Property methods: evaluatedResourcesGet(), evaluatedResourcesGetSwizzled(), evaluatedResourcesIsValid(), evaluatedResourcesNewObject(), evaluatedResourcesSet()
property group as list of HS.FHIR.vSTU3.Model.Resource.MeasureReport.Group (XMLNAME = "group", XMLPROJECTION = "ELEMENT");
The results of the calculation, one for each population group in the measure.
Property methods: groupBuildValueArray(), groupCollectionToDisplay(), groupCollectionToOdbc(), groupDisplayToCollection(), groupGet(), groupGetObject(), groupGetObjectId(), groupGetSwizzled(), groupIsValid(), groupOdbcToCollection(), groupSet(), groupSetObject(), groupSetObjectId()
property identifier as HS.FHIR.vSTU3.Model.Base.Identifier (XMLNAME = "identifier", XMLPROJECTION = "ELEMENT");
A formal identifier that is used to identify this report when it is represented in other formats, or referenced in a specification, model, design or an instance.
Property methods: identifierGet(), identifierGetSwizzled(), identifierIsValid(), identifierNewObject(), identifierSet()
property measure as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "measure", XMLPROJECTION = "ELEMENT") [ Required ];
A reference to the Measure that was evaluated to produce this report.
Property methods: measureGet(), measureGetSwizzled(), measureIsValid(), measureNewObject(), measureSet()
property patient as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "patient", XMLPROJECTION = "ELEMENT");
Optional Patient if the report was requested for a single patient.
Property methods: patientGet(), patientGetSwizzled(), patientIsValid(), patientNewObject(), patientSet()
property period as HS.FHIR.vSTU3.Model.Base.Period (XMLNAME = "period", XMLPROJECTION = "ELEMENT") [ Required ];
The reporting period for which the report was calculated.
Property methods: periodGet(), periodGetSwizzled(), periodIsValid(), periodNewObject(), periodSet()
property reportingOrganization as HS.FHIR.vSTU3.Model.Base.Reference (XMLNAME = "reportingOrganization", XMLPROJECTION = "ELEMENT");
Reporting Organization.
Property methods: reportingOrganizationGet(), reportingOrganizationGetSwizzled(), reportingOrganizationIsValid(), reportingOrganizationNewObject(), reportingOrganizationSet()
property status as HS.FHIR.vSTU3.Model.Base.MeasureReportStatus (XMLNAME = "status", XMLPROJECTION = "ELEMENT") [ Required ];
The report status. No data will be available until the report status is complete.
Property methods: statusGet(), statusGetSwizzled(), statusIsValid(), statusNewObject(), statusSet()
property type as HS.FHIR.vSTU3.Model.Base.MeasureReportType (XMLNAME = "type", XMLPROJECTION = "ELEMENT") [ Required ];
The type of measure report. This may be an individual report, which provides a single patient's score for the measure; a patient listing, which returns the list of patients that meet the various criteria in the measure; or a summary report, which returns a population count for each of the criteria in the measure.
Property methods: typeGet(), typeGetSwizzled(), typeIsValid(), typeNewObject(), typeSet()
Methods
deprecated method SetDate(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "date" property.
Set method for the "date" property.
deprecated method SetEvaluatedResources(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "evaluatedResources" property.
Set method for the "evaluatedResources" property.
deprecated method SetIdentifier(pValue As %String = "", pSystem As %String = "", pUse As %String = "", pTypeCode As %String = "", pTypeSystem As %String = "", pTypeDisplay As %String = "", pTypeText As %String = "", pId As %String = "", pStart As %String = "", pEnd As %String = "", pAssignerReference As %String = "", pAssignerDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "identifier" property.
Set method for the "identifier" property.
deprecated method SetMeasure(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "measure" property.
Set method for the "measure" property.
deprecated method SetPatient(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "patient" property.
Set method for the "patient" property.
deprecated method SetPeriod(pStart As %String = "", pEnd As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "period" property.
Set method for the "period" property.
deprecated method SetReportingOrganization(pReference As %String = "", pDisplay As %String = "", pExtension As %RegisteredObject = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "reportingOrganization" property.
Set method for the "reportingOrganization" property.
deprecated method SetStatus(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "status" property.
Set method for the "status" property.
deprecated method SetType(pValue As %String = "", pExtension As %RegisteredObject = "", pId As %String = "") as %Status
THIS DATA OBJECT MODEL CLASS IS DEPRECATED - Use %DynamicObject or HS.FHIRObject.* instead.
Set method for the "type" property.
Set method for the "type" property.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %CreateProxy()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %FHIRObjectHasValue()
- %FromFHIRJSON()
- %FromFHIRXML()
- %GetClassName()
- %GetJSONType()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ToFHIRJSON()
- %ToFHIRXML()
- %ValidateObject()
- GetReferenceMap()
- SetContained()
- SetId()
- SetImplicitRules()
- SetLanguage()
- SetText()
- UpdateReferences()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()