MeasurePopulation constructor

const MeasurePopulation({
  1. Identifier? identifier,
  2. CodeableConcept? code,
  3. String? name,
  4. @JsonKey(name: '_name') Element? nameElement,
  5. String? description,
  6. @JsonKey(name: '_description') Element? descriptionElement,
  7. String? criteria,
  8. @JsonKey(name: '_criteria') Element? criteriaElement,
})

Implementation

const factory MeasurePopulation({
  Identifier? identifier,
  CodeableConcept? code,
  String? name,
  @JsonKey(name: '_name') Element? nameElement,
  String? description,
  @JsonKey(name: '_description') Element? descriptionElement,
  String? criteria,
  @JsonKey(name: '_criteria') Element? criteriaElement,
}) = _MeasurePopulation;