tencentcloud-sdk-nodejs-mrs 4.1.75 → 4.1.83
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
|
@@ -1204,6 +1204,10 @@ export interface DiseaseMedicalHistory {
|
|
|
1204
1204
|
* 输血史
|
|
1205
1205
|
*/
|
|
1206
1206
|
TransfusionHistory?: string;
|
|
1207
|
+
/**
|
|
1208
|
+
* 现病史
|
|
1209
|
+
*/
|
|
1210
|
+
DiseasePresent?: string;
|
|
1207
1211
|
}
|
|
1208
1212
|
/**
|
|
1209
1213
|
* 药物史
|
|
@@ -6619,6 +6623,7 @@ export interface TreatmentRecord {
|
|
|
6619
6623
|
ChiefComplaint?: string;
|
|
6620
6624
|
/**
|
|
6621
6625
|
* 现病史
|
|
6626
|
+
* @deprecated
|
|
6622
6627
|
*/
|
|
6623
6628
|
DiseasePresent?: string;
|
|
6624
6629
|
/**
|