tencentcloud-sdk-nodejs-mrs 4.1.185 → 4.1.216
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.
package/package.json
CHANGED
|
@@ -2396,6 +2396,31 @@ export interface NeonatalInfo {
|
|
|
2396
2396
|
*/
|
|
2397
2397
|
MedicalInstitutions?: string;
|
|
2398
2398
|
}
|
|
2399
|
+
/**
|
|
2400
|
+
* 大小
|
|
2401
|
+
*/
|
|
2402
|
+
export interface Size {
|
|
2403
|
+
/**
|
|
2404
|
+
* 原文位置
|
|
2405
|
+
*/
|
|
2406
|
+
Index?: Array<number | bigint>;
|
|
2407
|
+
/**
|
|
2408
|
+
* 标准大小
|
|
2409
|
+
*/
|
|
2410
|
+
NormSize?: NormSize;
|
|
2411
|
+
/**
|
|
2412
|
+
* 原文
|
|
2413
|
+
*/
|
|
2414
|
+
Src?: string;
|
|
2415
|
+
/**
|
|
2416
|
+
* 值
|
|
2417
|
+
*/
|
|
2418
|
+
Value?: string;
|
|
2419
|
+
/**
|
|
2420
|
+
* 名称
|
|
2421
|
+
*/
|
|
2422
|
+
Name?: string;
|
|
2423
|
+
}
|
|
2399
2424
|
/**
|
|
2400
2425
|
* 眼科结构体
|
|
2401
2426
|
*/
|
|
@@ -5536,29 +5561,21 @@ export interface SurgerySpinalExtremities {
|
|
|
5536
5561
|
Deformity?: KeyValueItem;
|
|
5537
5562
|
}
|
|
5538
5563
|
/**
|
|
5539
|
-
*
|
|
5564
|
+
* 检验指标内容坐标
|
|
5540
5565
|
*/
|
|
5541
|
-
export interface
|
|
5566
|
+
export interface ItemCoordinate {
|
|
5542
5567
|
/**
|
|
5543
|
-
*
|
|
5568
|
+
* <p>指标项名称坐标</p>
|
|
5544
5569
|
*/
|
|
5545
|
-
|
|
5570
|
+
Name?: Coordinate;
|
|
5546
5571
|
/**
|
|
5547
|
-
*
|
|
5572
|
+
* <p>指标结果称坐标</p>
|
|
5548
5573
|
*/
|
|
5549
|
-
|
|
5550
|
-
/**
|
|
5551
|
-
* 原文
|
|
5552
|
-
*/
|
|
5553
|
-
Src?: string;
|
|
5554
|
-
/**
|
|
5555
|
-
* 值
|
|
5556
|
-
*/
|
|
5557
|
-
Value?: string;
|
|
5574
|
+
Result?: Coordinate;
|
|
5558
5575
|
/**
|
|
5559
|
-
*
|
|
5576
|
+
* <p>指标项范围坐标</p>
|
|
5560
5577
|
*/
|
|
5561
|
-
|
|
5578
|
+
Range?: Coordinate;
|
|
5562
5579
|
}
|
|
5563
5580
|
/**
|
|
5564
5581
|
* 出院情况
|
|
@@ -6853,65 +6870,70 @@ export interface GynaecologyAdnexal {
|
|
|
6853
6870
|
*/
|
|
6854
6871
|
export interface IndicatorItem {
|
|
6855
6872
|
/**
|
|
6856
|
-
*
|
|
6873
|
+
* <p>英文缩写</p>
|
|
6857
6874
|
*/
|
|
6858
6875
|
Code?: string;
|
|
6859
6876
|
/**
|
|
6860
|
-
*
|
|
6877
|
+
* <p>标准缩写</p>
|
|
6861
6878
|
*/
|
|
6862
6879
|
Scode?: string;
|
|
6863
6880
|
/**
|
|
6864
|
-
*
|
|
6881
|
+
* <p>项目名称</p>
|
|
6865
6882
|
*/
|
|
6866
6883
|
Name?: string;
|
|
6867
6884
|
/**
|
|
6868
|
-
*
|
|
6885
|
+
* <p>标准名</p>
|
|
6869
6886
|
*/
|
|
6870
6887
|
Sname?: string;
|
|
6871
6888
|
/**
|
|
6872
|
-
*
|
|
6889
|
+
* <p>结果</p>
|
|
6873
6890
|
*/
|
|
6874
6891
|
Result?: string;
|
|
6875
6892
|
/**
|
|
6876
|
-
*
|
|
6893
|
+
* <p>单位</p>
|
|
6877
6894
|
*/
|
|
6878
6895
|
Unit?: string;
|
|
6879
6896
|
/**
|
|
6880
|
-
*
|
|
6897
|
+
* <p>参考范围</p>
|
|
6881
6898
|
*/
|
|
6882
6899
|
Range?: string;
|
|
6883
6900
|
/**
|
|
6884
|
-
*
|
|
6901
|
+
* <p>上下箭头</p>
|
|
6885
6902
|
*/
|
|
6886
6903
|
Arrow?: string;
|
|
6887
6904
|
/**
|
|
6888
|
-
*
|
|
6905
|
+
* <p>是否正常</p>
|
|
6889
6906
|
*/
|
|
6890
6907
|
Normal?: boolean;
|
|
6891
6908
|
/**
|
|
6892
|
-
*
|
|
6909
|
+
* <p>项目原文</p>
|
|
6893
6910
|
*/
|
|
6894
6911
|
ItemString?: string;
|
|
6895
6912
|
/**
|
|
6896
|
-
*
|
|
6913
|
+
* <p>指标项ID</p>
|
|
6897
6914
|
*/
|
|
6898
6915
|
Id?: number;
|
|
6899
6916
|
/**
|
|
6900
|
-
*
|
|
6917
|
+
* <p>指标项坐标位置</p>
|
|
6918
|
+
* @deprecated
|
|
6901
6919
|
*/
|
|
6902
6920
|
Coords?: Coordinate;
|
|
6903
6921
|
/**
|
|
6904
|
-
*
|
|
6922
|
+
* <p>推测结果是否异常</p>
|
|
6905
6923
|
*/
|
|
6906
6924
|
InferNormal?: string;
|
|
6907
6925
|
/**
|
|
6908
|
-
*
|
|
6926
|
+
* <p>标本</p>
|
|
6909
6927
|
*/
|
|
6910
6928
|
Sample?: string;
|
|
6911
6929
|
/**
|
|
6912
|
-
*
|
|
6930
|
+
* <p>检测方法</p>
|
|
6913
6931
|
*/
|
|
6914
6932
|
Method?: string;
|
|
6933
|
+
/**
|
|
6934
|
+
* <p>检验指标项坐标信息</p>
|
|
6935
|
+
*/
|
|
6936
|
+
ItemCoords?: ItemCoordinate;
|
|
6915
6937
|
}
|
|
6916
6938
|
/**
|
|
6917
6939
|
* 诊断证明项
|