toICD10CMEntityCategory method

ICD10CMEntityCategory toICD10CMEntityCategory()

Implementation

ICD10CMEntityCategory toICD10CMEntityCategory() {
  switch (this) {
    case 'MEDICAL_CONDITION':
      return ICD10CMEntityCategory.medicalCondition;
  }
  throw Exception('$this is not known in enum ICD10CMEntityCategory');
}