export interface ErxGetMedicationParams {
    drugId?: number;
    ndc?: string;
    rxcui?: number;
}
