@oystehr/sdk
Version:
Oystehr SDK
13 lines (12 loc) • 339 B
TypeScript
export interface LabRouteDeleteParams {
primaryId?: string;
/**
* Provided by the lab, indicates a financial relationship between the lab and the customer.
*/
accountNumber: string;
/**
* Unique identifier of a lab. Searchable via orderable item Search.
*/
labGuid: string;
routeGuid: string;
}