UNPKG

ch-admin-api-client-typescript

Version:
79 lines 1.78 kB
/** * CloudHospital Admin Api * CloudHospital application with Swagger, Swashbuckle, and API versioning. * * The version of the OpenAPI document: 1 * 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 PrescriptionMedicationItemModel */ export interface PrescriptionMedicationItemModel { /** * * @type {string} * @memberof PrescriptionMedicationItemModel */ 'name'?: string | null; /** * * @type {string} * @memberof PrescriptionMedicationItemModel */ 'ingredients'?: string | null; /** * * @type {number} * @memberof PrescriptionMedicationItemModel */ 'dose'?: number | null; /** * * @type {string} * @memberof PrescriptionMedicationItemModel */ 'doseUnit'?: string | null; /** * * @type {string} * @memberof PrescriptionMedicationItemModel */ 'frequency'?: string | null; /** * * @type {number} * @memberof PrescriptionMedicationItemModel */ 'duration'?: number | null; /** * * @type {string} * @memberof PrescriptionMedicationItemModel */ 'durationUnit'?: string | null; /** * * @type {string} * @memberof PrescriptionMedicationItemModel */ 'notes'?: string | null; /** * * @type {number} * @memberof PrescriptionMedicationItemModel */ 'order'?: number; /** * * @type {string} * @memberof PrescriptionMedicationItemModel */ 'id'?: string; } //# sourceMappingURL=prescription-medication-item-model.d.ts.map