ch-admin-api-client-typescript
Version:
Openapi generated typescript-axios client for CloudHospital admin
109 lines • 2.51 kB
TypeScript
/**
* 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 CreatePatientAffiliationCommand
*/
export interface CreatePatientAffiliationCommand {
/**
*
* @type {string}
* @memberof CreatePatientAffiliationCommand
*/
'languageCode'?: string | null;
/**
*
* @type {string}
* @memberof CreatePatientAffiliationCommand
*/
'name'?: string | null;
/**
*
* @type {number}
* @memberof CreatePatientAffiliationCommand
*/
'height'?: number | null;
/**
*
* @type {string}
* @memberof CreatePatientAffiliationCommand
*/
'heightUnit'?: string | null;
/**
*
* @type {number}
* @memberof CreatePatientAffiliationCommand
*/
'weight'?: number | null;
/**
*
* @type {string}
* @memberof CreatePatientAffiliationCommand
*/
'weightUnit'?: string | null;
/**
*
* @type {number}
* @memberof CreatePatientAffiliationCommand
*/
'bodyMassIndex'?: number | null;
/**
*
* @type {string}
* @memberof CreatePatientAffiliationCommand
*/
'bodyMassIndexUnit'?: string | null;
/**
*
* @type {number}
* @memberof CreatePatientAffiliationCommand
*/
'pulseRate'?: number | null;
/**
*
* @type {string}
* @memberof CreatePatientAffiliationCommand
*/
'pulseRateUnit'?: string | null;
/**
*
* @type {number}
* @memberof CreatePatientAffiliationCommand
*/
'systolicBloodPressure'?: number | null;
/**
*
* @type {number}
* @memberof CreatePatientAffiliationCommand
*/
'diastolicBloodPressure'?: number | null;
/**
*
* @type {string}
* @memberof CreatePatientAffiliationCommand
*/
'bloodPressureUnit'?: string | null;
/**
*
* @type {number}
* @memberof CreatePatientAffiliationCommand
*/
'bodyTemperature'?: number | null;
/**
*
* @type {string}
* @memberof CreatePatientAffiliationCommand
*/
'bodyTemperatureUnit'?: string | null;
}
//# sourceMappingURL=create-patient-affiliation-command.d.ts.map