UNPKG

@oystehr/sdk

Version:

Oystehr SDK

14 lines (12 loc) 297 B
// AUTOGENERATED -- DO NOT EDIT export interface ErxAddPatientPharmacyParams { /** * ID of the pharmacy to add for the patient. */ pharmacyId: number; /** * Whether to set the added pharmacy as the patient's primary pharmacy. */ setAsPrimary?: boolean; patientId: string; }