tencentcloud-sdk-nodejs-mrs 4.1.74 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-mrs",
3
- "version": "4.1.74",
3
+ "version": "4.1.83",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -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
  /**