Uses of Enum
org.opencds.cqf.fhir.cr.measure.enumeration.CareGapsStatusCode
Packages that use CareGapsStatusCode
-
Uses of CareGapsStatusCode in org.opencds.cqf.fhir.cr.measure.enumeration
Methods in org.opencds.cqf.fhir.cr.measure.enumeration that return CareGapsStatusCodeModifier and TypeMethodDescriptionstatic CareGapsStatusCodeReturns the enum constant of this type with the specified name.static CareGapsStatusCode[]CareGapsStatusCode.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CareGapsStatusCode in org.opencds.cqf.fhir.cr.measure.r4
Methods in org.opencds.cqf.fhir.cr.measure.r4 that return CareGapsStatusCodeModifier and TypeMethodDescriptionprotected CareGapsStatusCodeR4CareGapsService.getGapStatus(org.hl7.fhir.r4.model.Measure measure, org.hl7.fhir.r4.model.MeasureReport measureReport) Methods in org.opencds.cqf.fhir.cr.measure.r4 with parameters of type CareGapsStatusCodeModifier and TypeMethodDescriptionprotected org.hl7.fhir.r4.model.DetectedIssueR4CareGapsService.getDetectedIssue(org.hl7.fhir.r4.model.Patient patient, org.hl7.fhir.r4.model.MeasureReport measureReport, CareGapsStatusCode careGapStatusCode) protected org.hl7.fhir.r4.model.Composition.SectionComponentR4CareGapsService.getSection(org.hl7.fhir.r4.model.Measure measure, org.hl7.fhir.r4.model.MeasureReport measureReport, org.hl7.fhir.r4.model.DetectedIssue detectedIssue, CareGapsStatusCode gapStatus)