tencentcloud-sdk-aca 3.0.973 → 3.0.974

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf4642af001caa2eb8c4f9496bcb4ee9f09b43c7
4
- data.tar.gz: 5f7fbc65e7558e50c79293b9cc73a0a234d39945
3
+ metadata.gz: 69004228e903741e7fe39f82d12e3d7ffab6092e
4
+ data.tar.gz: 6ffc26606aa5e1c273d87d7d062abcd806a1b936
5
5
  SHA512:
6
- metadata.gz: 6340d065dd9a1cc27e3c200f4cff5e92d3cf54dd53270f86c4e5fe870c2c39dd953554cf5bac1cac6b5b9609af1398b77f1186491720e78ecf46f77a68403b3f
7
- data.tar.gz: 9e534a1a2ec210f44e7d1803a2bd4194c9911288ac3dd9cffc24f8d7572cc7688d8351eb63eaa202559517b0683d6782068138e61122a6ae999670a901c3b57b
6
+ metadata.gz: 32f6131fb53a787181cb530b1e5c04a1cdbe0b76ec237f6aad1ac102760fd87150b360317d283bcb9dab1f50f16dce47f201f3f7c2bacedf1519a6f1dc1dee32
7
+ data.tar.gz: a1fcd574d30ef92d31ed6b049281bb9ef705ceb6b960c72e9738e0d989843b47e943af8fc6efbda0c06065a5683cce238d2db3842b186449bc54e2beb16699c7
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.973
1
+ 3.0.974
@@ -45,7 +45,7 @@ module TencentCloud
45
45
  class CommonHeader < TencentCloud::Common::AbstractModel
46
46
  # @param HospitalId: 机构ID
47
47
  # @type HospitalId: String
48
- # @param Token: 合作方ID
48
+ # @param Token: token
49
49
  # @type Token: String
50
50
 
51
51
  attr_accessor :HospitalId, :Token
@@ -108,19 +108,14 @@ module TencentCloud
108
108
  # 科室信息
109
109
  class Department < TencentCloud::Common::AbstractModel
110
110
  # @param Id: 科室ID
111
- # 注意:此字段可能返回 null,表示取不到有效值。
112
111
  # @type Id: String
113
112
  # @param Name: 科室名称
114
- # 注意:此字段可能返回 null,表示取不到有效值。
115
113
  # @type Name: String
116
114
  # @param Scope: 科室类型 0:门诊 1:住院 2:门诊+住院
117
- # 注意:此字段可能返回 null,表示取不到有效值。
118
115
  # @type Scope: Integer
119
116
  # @param OutpatientOn: 门诊区开关 true:此科室对应的门诊区开启智能审方功能, false:此科室对应的门诊区关闭智能审方功能; 仅对scope为0/2的科室生效
120
- # 注意:此字段可能返回 null,表示取不到有效值。
121
117
  # @type OutpatientOn: Boolean
122
118
  # @param InHospitalOn: 住院区开关 true:此科室对应的住院区开启智能审方功能, false:此科室对应的住院区关闭智能审方功能; 仅对scope为1/2的科室生效
123
- # 注意:此字段可能返回 null,表示取不到有效值。
124
119
  # @type InHospitalOn: Boolean
125
120
 
126
121
  attr_accessor :Id, :Name, :Scope, :OutpatientOn, :InHospitalOn
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-aca
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.973
4
+ version: 3.0.974
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-12-31 00:00:00.000000000 Z
11
+ date: 2025-01-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common