ch-api-client-typescript2
Version:
Openapi generated typescript-axios client for CloudHospital
79 lines • 1.72 kB
TypeScript
/**
* CloudHospital Api
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
*
* The version of the OpenAPI document: 2
* Contact: developer@icloudhospital.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
*
* @export
* @interface PrescriptionMedicationModel
*/
export interface PrescriptionMedicationModel {
/**
*
* @type {string}
* @memberof PrescriptionMedicationModel
*/
'id'?: string;
/**
*
* @type {string}
* @memberof PrescriptionMedicationModel
*/
'name'?: string | null;
/**
*
* @type {string}
* @memberof PrescriptionMedicationModel
*/
'ingredients'?: string | null;
/**
*
* @type {number}
* @memberof PrescriptionMedicationModel
*/
'dose'?: number | null;
/**
*
* @type {string}
* @memberof PrescriptionMedicationModel
*/
'doseUnit'?: string | null;
/**
*
* @type {string}
* @memberof PrescriptionMedicationModel
*/
'frequency'?: string | null;
/**
*
* @type {number}
* @memberof PrescriptionMedicationModel
*/
'duration'?: number | null;
/**
*
* @type {string}
* @memberof PrescriptionMedicationModel
*/
'durationUnit'?: string | null;
/**
*
* @type {string}
* @memberof PrescriptionMedicationModel
*/
'notes'?: string | null;
/**
*
* @type {number}
* @memberof PrescriptionMedicationModel
*/
'order'?: number;
}
//# sourceMappingURL=prescription-medication-model.d.ts.map