DrugCategory

public enum DrugCategory : String, Equatable, Codable

Category of a drug

  • avm

    Declaration

    Swift

    case avm = "00"
  • btm

    Declaration

    Swift

    case btm = "01"
  • Declaration

    Swift

    case amvv = "02"
  • Declaration

    Swift

    case other = "03"
  • Declaration

    Swift

    case unknown