UNPKG

ch-admin-api-client-typescript

Version:
115 lines 2.63 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 UpdatePatientAffiliationCommand */ export interface UpdatePatientAffiliationCommand { /** * * @type {string} * @memberof UpdatePatientAffiliationCommand */ 'languageCode'?: string | null; /** * * @type {string} * @memberof UpdatePatientAffiliationCommand */ 'name'?: string | null; /** * * @type {boolean} * @memberof UpdatePatientAffiliationCommand */ 'isConfirmed'?: boolean; /** * * @type {number} * @memberof UpdatePatientAffiliationCommand */ 'height'?: number | null; /** * * @type {string} * @memberof UpdatePatientAffiliationCommand */ 'heightUnit'?: string | null; /** * * @type {number} * @memberof UpdatePatientAffiliationCommand */ 'weight'?: number | null; /** * * @type {string} * @memberof UpdatePatientAffiliationCommand */ 'weightUnit'?: string | null; /** * * @type {number} * @memberof UpdatePatientAffiliationCommand */ 'bodyMassIndex'?: number | null; /** * * @type {string} * @memberof UpdatePatientAffiliationCommand */ 'bodyMassIndexUnit'?: string | null; /** * * @type {number} * @memberof UpdatePatientAffiliationCommand */ 'pulseRate'?: number | null; /** * * @type {string} * @memberof UpdatePatientAffiliationCommand */ 'pulseRateUnit'?: string | null; /** * * @type {number} * @memberof UpdatePatientAffiliationCommand */ 'systolicBloodPressure'?: number | null; /** * * @type {number} * @memberof UpdatePatientAffiliationCommand */ 'diastolicBloodPressure'?: number | null; /** * * @type {string} * @memberof UpdatePatientAffiliationCommand */ 'bloodPressureUnit'?: string | null; /** * * @type {number} * @memberof UpdatePatientAffiliationCommand */ 'bodyTemperature'?: number | null; /** * * @type {string} * @memberof UpdatePatientAffiliationCommand */ 'bodyTemperatureUnit'?: string | null; } //# sourceMappingURL=update-patient-affiliation-command.d.ts.map