toRxNormEntityCategory method

RxNormEntityCategory toRxNormEntityCategory()

Implementation

RxNormEntityCategory toRxNormEntityCategory() {
  switch (this) {
    case 'MEDICATION':
      return RxNormEntityCategory.medication;
  }
  throw Exception('$this is not known in enum RxNormEntityCategory');
}