class HealthDataStandards::CQM::Stratification
Attributes
id[RW]
value[RW]
Public Class Methods
new(id,value)
click to toggle source
# File lib/health-data-standards/models/cqm/aggregate_objects.rb, line 70 def initialize(id,value) @id = id @value = value end