@sovity.de/edc-client 16.1.0 → 16.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4438,11 +4438,83 @@ export declare function UiAssetEditRequestToJSONTyped(value?: UiAssetEditRequest
|
|
|
4438
4438
|
*/
|
|
4439
4439
|
export declare interface UiAssetExtForSphinx {
|
|
4440
4440
|
/**
|
|
4441
|
-
*
|
|
4441
|
+
* Patient Count
|
|
4442
4442
|
* @type {string}
|
|
4443
4443
|
* @memberof UiAssetExtForSphinx
|
|
4444
4444
|
*/
|
|
4445
|
-
|
|
4445
|
+
patientCount?: string;
|
|
4446
|
+
/**
|
|
4447
|
+
* Birth Year Min
|
|
4448
|
+
* @type {string}
|
|
4449
|
+
* @memberof UiAssetExtForSphinx
|
|
4450
|
+
*/
|
|
4451
|
+
birthYearMin?: string;
|
|
4452
|
+
/**
|
|
4453
|
+
* Birth Year Max
|
|
4454
|
+
* @type {string}
|
|
4455
|
+
* @memberof UiAssetExtForSphinx
|
|
4456
|
+
*/
|
|
4457
|
+
birthYearMax?: string;
|
|
4458
|
+
/**
|
|
4459
|
+
* Administrative Gender
|
|
4460
|
+
* @type {string}
|
|
4461
|
+
* @memberof UiAssetExtForSphinx
|
|
4462
|
+
*/
|
|
4463
|
+
administrativeGender?: string;
|
|
4464
|
+
/**
|
|
4465
|
+
* Body Height Min
|
|
4466
|
+
* @type {string}
|
|
4467
|
+
* @memberof UiAssetExtForSphinx
|
|
4468
|
+
*/
|
|
4469
|
+
bodyHeightMin?: string;
|
|
4470
|
+
/**
|
|
4471
|
+
* Body Height Max
|
|
4472
|
+
* @type {string}
|
|
4473
|
+
* @memberof UiAssetExtForSphinx
|
|
4474
|
+
*/
|
|
4475
|
+
bodyHeightMax?: string;
|
|
4476
|
+
/**
|
|
4477
|
+
* Primary Diagnosis
|
|
4478
|
+
* @type {string}
|
|
4479
|
+
* @memberof UiAssetExtForSphinx
|
|
4480
|
+
*/
|
|
4481
|
+
diagnosisPrimary?: string;
|
|
4482
|
+
/**
|
|
4483
|
+
* Secondary Diagnosis
|
|
4484
|
+
* @type {string}
|
|
4485
|
+
* @memberof UiAssetExtForSphinx
|
|
4486
|
+
*/
|
|
4487
|
+
diagnosisSecondary?: string;
|
|
4488
|
+
/**
|
|
4489
|
+
* Encounter Start Year
|
|
4490
|
+
* @type {string}
|
|
4491
|
+
* @memberof UiAssetExtForSphinx
|
|
4492
|
+
*/
|
|
4493
|
+
encounterStart?: string;
|
|
4494
|
+
/**
|
|
4495
|
+
* Encounter End Year
|
|
4496
|
+
* @type {string}
|
|
4497
|
+
* @memberof UiAssetExtForSphinx
|
|
4498
|
+
*/
|
|
4499
|
+
encounterEnd?: string;
|
|
4500
|
+
/**
|
|
4501
|
+
* Medication Count
|
|
4502
|
+
* @type {string}
|
|
4503
|
+
* @memberof UiAssetExtForSphinx
|
|
4504
|
+
*/
|
|
4505
|
+
medicationCount?: string;
|
|
4506
|
+
/**
|
|
4507
|
+
* Dosage Count
|
|
4508
|
+
* @type {string}
|
|
4509
|
+
* @memberof UiAssetExtForSphinx
|
|
4510
|
+
*/
|
|
4511
|
+
dosageCount?: string;
|
|
4512
|
+
/**
|
|
4513
|
+
* Clinical Specialty
|
|
4514
|
+
* @type {string}
|
|
4515
|
+
* @memberof UiAssetExtForSphinx
|
|
4516
|
+
*/
|
|
4517
|
+
clinicalSpecialty?: string;
|
|
4446
4518
|
}
|
|
4447
4519
|
|
|
4448
4520
|
export declare function UiAssetExtForSphinxFromJSON(json: any): UiAssetExtForSphinx;
|