toMeasure method

Measure toMeasure()

Implementation

Measure toMeasure() => Measure(
      value: this.value,
      min: this.min,
      max: this.max,
      ref: this.ref,
      severity: this.severity,
      severityCode: this.severityCode,
      evolution: this.evolution,
      unit: this.unit,
      unitCodes: this.unitCodes.map((it) => it.toCodingReference()).toSet(),
      comment: this.comment,
      comparator: this.comparator,
    );