tencentcloud-sdk-mrs 1.0.340 → 1.0.341
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20200910/models.rb +73 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b2d65dec1d78198768a40cf567a756075ecdf43
|
4
|
+
data.tar.gz: e69a0ffcd2c060979f167ac70defdae759f4d0d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 88c46f2a99f79b9870daa9185d792a9a85a028d944ad944771d3b1abb405dd454add9a144c5b226e17e009b6313034a5589d9abc32e03391b2dd6c8804fe70e4
|
7
|
+
data.tar.gz: e41649d8b002456cbc2202ddc55dfcd13f3b79d468903c4ca18f11ce21ef24362f3aceb5f65bab56900b1d731af883a4df24f649d567710871ccfe4a2adf7ea7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.341
|
data/lib/v20200910/models.rb
CHANGED
@@ -2096,10 +2096,13 @@ module TencentCloud
|
|
2096
2096
|
# @param MedicalInsuranceTypeCode: 居民医保代码
|
2097
2097
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2098
2098
|
# @type MedicalInsuranceTypeCode: String
|
2099
|
+
# @param BedNo: 床号
|
2100
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2101
|
+
# @type BedNo: String
|
2099
2102
|
|
2100
|
-
attr_accessor :Name, :Sex, :Age, :Phone, :Address, :IdCard, :HealthCardNo, :SocialSecurityCardNo, :Birthday, :Ethnicity, :Married, :Profession, :EducationBackground, :Nationality, :BirthPlace, :MedicalInsuranceType, :AgeNorm, :Nation, :MarriedCode, :ProfessionCode, :MedicalInsuranceTypeCode
|
2103
|
+
attr_accessor :Name, :Sex, :Age, :Phone, :Address, :IdCard, :HealthCardNo, :SocialSecurityCardNo, :Birthday, :Ethnicity, :Married, :Profession, :EducationBackground, :Nationality, :BirthPlace, :MedicalInsuranceType, :AgeNorm, :Nation, :MarriedCode, :ProfessionCode, :MedicalInsuranceTypeCode, :BedNo
|
2101
2104
|
|
2102
|
-
def initialize(name=nil, sex=nil, age=nil, phone=nil, address=nil, idcard=nil, healthcardno=nil, socialsecuritycardno=nil, birthday=nil, ethnicity=nil, married=nil, profession=nil, educationbackground=nil, nationality=nil, birthplace=nil, medicalinsurancetype=nil, agenorm=nil, nation=nil, marriedcode=nil, professioncode=nil, medicalinsurancetypecode=nil)
|
2105
|
+
def initialize(name=nil, sex=nil, age=nil, phone=nil, address=nil, idcard=nil, healthcardno=nil, socialsecuritycardno=nil, birthday=nil, ethnicity=nil, married=nil, profession=nil, educationbackground=nil, nationality=nil, birthplace=nil, medicalinsurancetype=nil, agenorm=nil, nation=nil, marriedcode=nil, professioncode=nil, medicalinsurancetypecode=nil, bedno=nil)
|
2103
2106
|
@Name = name
|
2104
2107
|
@Sex = sex
|
2105
2108
|
@Age = age
|
@@ -2121,6 +2124,7 @@ module TencentCloud
|
|
2121
2124
|
@MarriedCode = marriedcode
|
2122
2125
|
@ProfessionCode = professioncode
|
2123
2126
|
@MedicalInsuranceTypeCode = medicalinsurancetypecode
|
2127
|
+
@BedNo = bedno
|
2124
2128
|
end
|
2125
2129
|
|
2126
2130
|
def deserialize(params)
|
@@ -2145,6 +2149,7 @@ module TencentCloud
|
|
2145
2149
|
@MarriedCode = params['MarriedCode']
|
2146
2150
|
@ProfessionCode = params['ProfessionCode']
|
2147
2151
|
@MedicalInsuranceTypeCode = params['MedicalInsuranceTypeCode']
|
2152
|
+
@BedNo = params['BedNo']
|
2148
2153
|
end
|
2149
2154
|
end
|
2150
2155
|
|
@@ -2265,10 +2270,31 @@ module TencentCloud
|
|
2265
2270
|
# @param Diagnose: 临床诊断
|
2266
2271
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2267
2272
|
# @type Diagnose: String
|
2273
|
+
# @param CheckItem: 检查项目
|
2274
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2275
|
+
# @type CheckItem: String
|
2276
|
+
# @param CheckMethod: 检查方法
|
2277
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2278
|
+
# @type CheckMethod: String
|
2279
|
+
# @param DiagnoseTime: 诊断时间
|
2280
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2281
|
+
# @type DiagnoseTime: String
|
2282
|
+
# @param HealthCheckupNum: 体检号
|
2283
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2284
|
+
# @type HealthCheckupNum: String
|
2285
|
+
# @param OtherTime: 其它时间
|
2286
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2287
|
+
# @type OtherTime: String
|
2288
|
+
# @param PrintTime: 打印时间
|
2289
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2290
|
+
# @type PrintTime: String
|
2291
|
+
# @param Times: 未归类时间
|
2292
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2293
|
+
# @type Times: Array
|
2268
2294
|
|
2269
|
-
attr_accessor :Hospital, :DepartmentName, :BillingTime, :ReportTime, :InspectTime, :CheckNum, :ImageNum, :RadiationNum, :TestNum, :OutpatientNum, :PathologyNum, :InHospitalNum, :SampleNum, :SampleType, :MedicalRecordNum, :ReportName, :UltraNum, :Diagnose
|
2295
|
+
attr_accessor :Hospital, :DepartmentName, :BillingTime, :ReportTime, :InspectTime, :CheckNum, :ImageNum, :RadiationNum, :TestNum, :OutpatientNum, :PathologyNum, :InHospitalNum, :SampleNum, :SampleType, :MedicalRecordNum, :ReportName, :UltraNum, :Diagnose, :CheckItem, :CheckMethod, :DiagnoseTime, :HealthCheckupNum, :OtherTime, :PrintTime, :Times
|
2270
2296
|
|
2271
|
-
def initialize(hospital=nil, departmentname=nil, billingtime=nil, reporttime=nil, inspecttime=nil, checknum=nil, imagenum=nil, radiationnum=nil, testnum=nil, outpatientnum=nil, pathologynum=nil, inhospitalnum=nil, samplenum=nil, sampletype=nil, medicalrecordnum=nil, reportname=nil, ultranum=nil, diagnose=nil)
|
2297
|
+
def initialize(hospital=nil, departmentname=nil, billingtime=nil, reporttime=nil, inspecttime=nil, checknum=nil, imagenum=nil, radiationnum=nil, testnum=nil, outpatientnum=nil, pathologynum=nil, inhospitalnum=nil, samplenum=nil, sampletype=nil, medicalrecordnum=nil, reportname=nil, ultranum=nil, diagnose=nil, checkitem=nil, checkmethod=nil, diagnosetime=nil, healthcheckupnum=nil, othertime=nil, printtime=nil, times=nil)
|
2272
2298
|
@Hospital = hospital
|
2273
2299
|
@DepartmentName = departmentname
|
2274
2300
|
@BillingTime = billingtime
|
@@ -2287,6 +2313,13 @@ module TencentCloud
|
|
2287
2313
|
@ReportName = reportname
|
2288
2314
|
@UltraNum = ultranum
|
2289
2315
|
@Diagnose = diagnose
|
2316
|
+
@CheckItem = checkitem
|
2317
|
+
@CheckMethod = checkmethod
|
2318
|
+
@DiagnoseTime = diagnosetime
|
2319
|
+
@HealthCheckupNum = healthcheckupnum
|
2320
|
+
@OtherTime = othertime
|
2321
|
+
@PrintTime = printtime
|
2322
|
+
@Times = times
|
2290
2323
|
end
|
2291
2324
|
|
2292
2325
|
def deserialize(params)
|
@@ -2308,6 +2341,20 @@ module TencentCloud
|
|
2308
2341
|
@ReportName = params['ReportName']
|
2309
2342
|
@UltraNum = params['UltraNum']
|
2310
2343
|
@Diagnose = params['Diagnose']
|
2344
|
+
@CheckItem = params['CheckItem']
|
2345
|
+
@CheckMethod = params['CheckMethod']
|
2346
|
+
@DiagnoseTime = params['DiagnoseTime']
|
2347
|
+
@HealthCheckupNum = params['HealthCheckupNum']
|
2348
|
+
@OtherTime = params['OtherTime']
|
2349
|
+
@PrintTime = params['PrintTime']
|
2350
|
+
unless params['Times'].nil?
|
2351
|
+
@Times = []
|
2352
|
+
params['Times'].each do |i|
|
2353
|
+
time_tmp = Time.new
|
2354
|
+
time_tmp.deserialize(i)
|
2355
|
+
@Times << time_tmp
|
2356
|
+
end
|
2357
|
+
end
|
2311
2358
|
end
|
2312
2359
|
end
|
2313
2360
|
|
@@ -2800,6 +2847,28 @@ module TencentCloud
|
|
2800
2847
|
end
|
2801
2848
|
end
|
2802
2849
|
|
2850
|
+
# 时间
|
2851
|
+
class Time < TencentCloud::Common::AbstractModel
|
2852
|
+
# @param Name: 具体时间类型
|
2853
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2854
|
+
# @type Name: String
|
2855
|
+
# @param Value: 时间值
|
2856
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2857
|
+
# @type Value: String
|
2858
|
+
|
2859
|
+
attr_accessor :Name, :Value
|
2860
|
+
|
2861
|
+
def initialize(name=nil, value=nil)
|
2862
|
+
@Name = name
|
2863
|
+
@Value = value
|
2864
|
+
end
|
2865
|
+
|
2866
|
+
def deserialize(params)
|
2867
|
+
@Name = params['Name']
|
2868
|
+
@Value = params['Value']
|
2869
|
+
end
|
2870
|
+
end
|
2871
|
+
|
2803
2872
|
# 病历
|
2804
2873
|
class TreatmentRecord < TencentCloud::Common::AbstractModel
|
2805
2874
|
# @param DmissionCondition: 入院
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-mrs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.341
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-06-
|
11
|
+
date: 2022-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|