tencentcloud-sdk-mrs 3.0.590 → 3.0.592
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 +165 -165
- metadata +2 -2
data/lib/v20200910/models.rb
CHANGED
@@ -31,7 +31,7 @@ module TencentCloud
|
|
31
31
|
# @type Value: String
|
32
32
|
|
33
33
|
attr_accessor :Name, :Src, :Value
|
34
|
-
|
34
|
+
|
35
35
|
def initialize(name=nil, src=nil, value=nil)
|
36
36
|
@Name = name
|
37
37
|
@Src = src
|
@@ -61,7 +61,7 @@ module TencentCloud
|
|
61
61
|
# @type Value: String
|
62
62
|
|
63
63
|
attr_accessor :Name, :Src, :Norm, :Value
|
64
|
-
|
64
|
+
|
65
65
|
def initialize(name=nil, src=nil, norm=nil, value=nil)
|
66
66
|
@Name = name
|
67
67
|
@Src = src
|
@@ -84,7 +84,7 @@ module TencentCloud
|
|
84
84
|
# @type Text: String
|
85
85
|
|
86
86
|
attr_accessor :Text
|
87
|
-
|
87
|
+
|
88
88
|
def initialize(text=nil)
|
89
89
|
@Text = text
|
90
90
|
end
|
@@ -113,7 +113,7 @@ module TencentCloud
|
|
113
113
|
# @type Value: String
|
114
114
|
|
115
115
|
attr_accessor :Index, :Number, :Relation, :Src, :Value
|
116
|
-
|
116
|
+
|
117
117
|
def initialize(index=nil, number=nil, relation=nil, src=nil, value=nil)
|
118
118
|
@Index = index
|
119
119
|
@Number = number
|
@@ -150,7 +150,7 @@ module TencentCloud
|
|
150
150
|
# @type Coords: Array
|
151
151
|
|
152
152
|
attr_accessor :Name, :Index, :Src, :Value, :Coords
|
153
|
-
|
153
|
+
|
154
154
|
def initialize(name=nil, index=nil, src=nil, value=nil, coords=nil)
|
155
155
|
@Name = name
|
156
156
|
@Index = index
|
@@ -194,7 +194,7 @@ module TencentCloud
|
|
194
194
|
# @type Coords: Array
|
195
195
|
|
196
196
|
attr_accessor :Name, :Src, :Value, :Alias, :Coords
|
197
|
-
|
197
|
+
|
198
198
|
def initialize(name=nil, src=nil, value=nil, _alias=nil, coords=nil)
|
199
199
|
@Name = name
|
200
200
|
@Src = src
|
@@ -235,7 +235,7 @@ module TencentCloud
|
|
235
235
|
# @type Coords: Array
|
236
236
|
|
237
237
|
attr_accessor :Name, :Src, :Value, :Coords
|
238
|
-
|
238
|
+
|
239
239
|
def initialize(name=nil, src=nil, value=nil, coords=nil)
|
240
240
|
@Name = name
|
241
241
|
@Src = src
|
@@ -277,7 +277,7 @@ module TencentCloud
|
|
277
277
|
# @type Order: Integer
|
278
278
|
|
279
279
|
attr_accessor :Name, :Src, :Value, :Coords, :Order
|
280
|
-
|
280
|
+
|
281
281
|
def initialize(name=nil, src=nil, value=nil, coords=nil, order=nil)
|
282
282
|
@Name = name
|
283
283
|
@Src = src
|
@@ -315,7 +315,7 @@ module TencentCloud
|
|
315
315
|
# @type Coords: Array
|
316
316
|
|
317
317
|
attr_accessor :Value, :Src, :Coords
|
318
|
-
|
318
|
+
|
319
319
|
def initialize(value=nil, src=nil, coords=nil)
|
320
320
|
@Value = value
|
321
321
|
@Src = src
|
@@ -352,7 +352,7 @@ module TencentCloud
|
|
352
352
|
# @type IssueInfo: :class:`Tencentcloud::Mrs.v20200910.models.IssueInfo`
|
353
353
|
|
354
354
|
attr_accessor :NeonatalInfo, :MotherInfo, :FatherInfo, :IssueInfo
|
355
|
-
|
355
|
+
|
356
356
|
def initialize(neonatalinfo=nil, motherinfo=nil, fatherinfo=nil, issueinfo=nil)
|
357
357
|
@NeonatalInfo = neonatalinfo
|
358
358
|
@MotherInfo = motherinfo
|
@@ -393,7 +393,7 @@ module TencentCloud
|
|
393
393
|
# @type Value: String
|
394
394
|
|
395
395
|
attr_accessor :Name, :Src, :Value
|
396
|
-
|
396
|
+
|
397
397
|
def initialize(name=nil, src=nil, value=nil)
|
398
398
|
@Name = name
|
399
399
|
@Src = src
|
@@ -432,7 +432,7 @@ module TencentCloud
|
|
432
432
|
# @type Size: Array
|
433
433
|
|
434
434
|
attr_accessor :Index, :Positive, :Src, :Value, :Type, :Name, :Size
|
435
|
-
|
435
|
+
|
436
436
|
def initialize(index=nil, positive=nil, src=nil, value=nil, type=nil, name=nil, size=nil)
|
437
437
|
@Index = index
|
438
438
|
@Positive = positive
|
@@ -480,7 +480,7 @@ module TencentCloud
|
|
480
480
|
# @type Code: String
|
481
481
|
|
482
482
|
attr_accessor :Index, :Src, :Value, :Name, :Code
|
483
|
-
|
483
|
+
|
484
484
|
def initialize(index=nil, src=nil, value=nil, name=nil, code=nil)
|
485
485
|
@Index = index
|
486
486
|
@Src = src
|
@@ -523,7 +523,7 @@ module TencentCloud
|
|
523
523
|
# @type NormSystolic: String
|
524
524
|
|
525
525
|
attr_accessor :Name, :Src, :Norm, :Unit, :Value, :NormDiastolic, :NormSystolic
|
526
|
-
|
526
|
+
|
527
527
|
def initialize(name=nil, src=nil, norm=nil, unit=nil, value=nil, normdiastolic=nil, normsystolic=nil)
|
528
528
|
@Name = name
|
529
529
|
@Src = src
|
@@ -561,7 +561,7 @@ module TencentCloud
|
|
561
561
|
# @type BloodPressure: :class:`Tencentcloud::Mrs.v20200910.models.BloodPressureBlock`
|
562
562
|
|
563
563
|
attr_accessor :BodyTemperature, :Pulse, :Breathe, :BloodPressure
|
564
|
-
|
564
|
+
|
565
565
|
def initialize(bodytemperature=nil, pulse=nil, breathe=nil, bloodpressure=nil)
|
566
566
|
@BodyTemperature = bodytemperature
|
567
567
|
@Pulse = pulse
|
@@ -608,7 +608,7 @@ module TencentCloud
|
|
608
608
|
# @type Value: String
|
609
609
|
|
610
610
|
attr_accessor :Name, :Src, :Norm, :Unit, :Value
|
611
|
-
|
611
|
+
|
612
612
|
def initialize(name=nil, src=nil, norm=nil, unit=nil, value=nil)
|
613
613
|
@Name = name
|
614
614
|
@Src = src
|
@@ -636,7 +636,7 @@ module TencentCloud
|
|
636
636
|
# @type Summary: :class:`Tencentcloud::Mrs.v20200910.models.Summary`
|
637
637
|
|
638
638
|
attr_accessor :Desc, :Summary
|
639
|
-
|
639
|
+
|
640
640
|
def initialize(desc=nil, summary=nil)
|
641
641
|
@Desc = desc
|
642
642
|
@Summary = summary
|
@@ -670,7 +670,7 @@ module TencentCloud
|
|
670
670
|
# @type Detail: Array
|
671
671
|
|
672
672
|
attr_accessor :Name, :Src, :Value, :Detail
|
673
|
-
|
673
|
+
|
674
674
|
def initialize(name=nil, src=nil, value=nil, detail=nil)
|
675
675
|
@Name = name
|
676
676
|
@Src = src
|
@@ -709,7 +709,7 @@ module TencentCloud
|
|
709
709
|
# @type TimeType: String
|
710
710
|
|
711
711
|
attr_accessor :DiseaseName, :Part, :Time, :TimeType
|
712
|
-
|
712
|
+
|
713
713
|
def initialize(diseasename=nil, part=nil, time=nil, timetype=nil)
|
714
714
|
@DiseaseName = diseasename
|
715
715
|
@Part = part
|
@@ -738,7 +738,7 @@ module TencentCloud
|
|
738
738
|
# @type Value: String
|
739
739
|
|
740
740
|
attr_accessor :Name, :Src, :Value
|
741
|
-
|
741
|
+
|
742
742
|
def initialize(name=nil, src=nil, value=nil)
|
743
743
|
@Name = name
|
744
744
|
@Src = src
|
@@ -759,7 +759,7 @@ module TencentCloud
|
|
759
759
|
# @type Points: Array
|
760
760
|
|
761
761
|
attr_accessor :Points
|
762
|
-
|
762
|
+
|
763
763
|
def initialize(points=nil)
|
764
764
|
@Points = points
|
765
765
|
end
|
@@ -792,7 +792,7 @@ module TencentCloud
|
|
792
792
|
# @type Height: Integer
|
793
793
|
|
794
794
|
attr_accessor :X, :Y, :Width, :Height
|
795
|
-
|
795
|
+
|
796
796
|
def initialize(x=nil, y=nil, width=nil, height=nil)
|
797
797
|
@X = x
|
798
798
|
@Y = y
|
@@ -827,7 +827,7 @@ module TencentCloud
|
|
827
827
|
# @type CodeColor: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
|
828
828
|
|
829
829
|
attr_accessor :SampleTime, :TestTime, :TestOrganization, :TestResult, :CodeColor
|
830
|
-
|
830
|
+
|
831
831
|
def initialize(sampletime=nil, testtime=nil, testorganization=nil, testresult=nil, codecolor=nil)
|
832
832
|
@SampleTime = sampletime
|
833
833
|
@TestTime = testtime
|
@@ -870,7 +870,7 @@ module TencentCloud
|
|
870
870
|
# @type Version: String
|
871
871
|
|
872
872
|
attr_accessor :CovidItems, :Version
|
873
|
-
|
873
|
+
|
874
874
|
def initialize(coviditems=nil, version=nil)
|
875
875
|
@CovidItems = coviditems
|
876
876
|
@Version = version
|
@@ -914,7 +914,7 @@ module TencentCloud
|
|
914
914
|
# @type Value: String
|
915
915
|
|
916
916
|
attr_accessor :Name, :Src, :Type, :Norm, :Unit, :Timestamp, :Value
|
917
|
-
|
917
|
+
|
918
918
|
def initialize(name=nil, src=nil, type=nil, norm=nil, unit=nil, timestamp=nil, value=nil)
|
919
919
|
@Name = name
|
920
920
|
@Src = src
|
@@ -952,7 +952,7 @@ module TencentCloud
|
|
952
952
|
# @type Coords: Array
|
953
953
|
|
954
954
|
attr_accessor :Text, :Organ, :Tuber, :Coords
|
955
|
-
|
955
|
+
|
956
956
|
def initialize(text=nil, organ=nil, tuber=nil, coords=nil)
|
957
957
|
@Text = text
|
958
958
|
@Organ = organ
|
@@ -999,7 +999,7 @@ module TencentCloud
|
|
999
999
|
# @type Infos: Array
|
1000
1000
|
|
1001
1001
|
attr_accessor :Text, :Infos
|
1002
|
-
|
1002
|
+
|
1003
1003
|
def initialize(text=nil, infos=nil)
|
1004
1004
|
@Text = text
|
1005
1005
|
@Infos = infos
|
@@ -1067,7 +1067,7 @@ module TencentCloud
|
|
1067
1067
|
# @type Breaked: :class:`Tencentcloud::Mrs.v20200910.models.BaseInfo`
|
1068
1068
|
|
1069
1069
|
attr_accessor :Part, :TissueSizes, :TuberSizes, :CancerSizes, :HistologyLevel, :HistologyType, :Invasive, :PTNM, :InfiltrationDepth, :TuberNum, :Calcification, :Necrosis, :Abnormity, :Breaked
|
1070
|
-
|
1070
|
+
|
1071
1071
|
def initialize(part=nil, tissuesizes=nil, tubersizes=nil, cancersizes=nil, histologylevel=nil, histologytype=nil, invasive=nil, ptnm=nil, infiltrationdepth=nil, tubernum=nil, calcification=nil, necrosis=nil, abnormity=nil, breaked=nil)
|
1072
1072
|
@Part = part
|
1073
1073
|
@TissueSizes = tissuesizes
|
@@ -1171,7 +1171,7 @@ module TencentCloud
|
|
1171
1171
|
# @type Diagnosis: Array
|
1172
1172
|
|
1173
1173
|
attr_accessor :Advice, :Diagnosis
|
1174
|
-
|
1174
|
+
|
1175
1175
|
def initialize(advice=nil, diagnosis=nil)
|
1176
1176
|
@Advice = advice
|
1177
1177
|
@Diagnosis = diagnosis
|
@@ -1206,7 +1206,7 @@ module TencentCloud
|
|
1206
1206
|
# @type Value: Array
|
1207
1207
|
|
1208
1208
|
attr_accessor :Text, :Type, :Value
|
1209
|
-
|
1209
|
+
|
1210
1210
|
def initialize(text=nil, type=nil, value=nil)
|
1211
1211
|
@Text = text
|
1212
1212
|
@Type = type
|
@@ -1236,7 +1236,7 @@ module TencentCloud
|
|
1236
1236
|
# @type Norm: String
|
1237
1237
|
|
1238
1238
|
attr_accessor :Name, :Src, :Value, :Norm
|
1239
|
-
|
1239
|
+
|
1240
1240
|
def initialize(name=nil, src=nil, value=nil, norm=nil)
|
1241
1241
|
@Name = name
|
1242
1242
|
@Src = src
|
@@ -1271,7 +1271,7 @@ module TencentCloud
|
|
1271
1271
|
# @type OutStatus: :class:`Tencentcloud::Mrs.v20200910.models.BlockInfo`
|
1272
1272
|
|
1273
1273
|
attr_accessor :TableIndex, :OutDiagnosis, :DiseaseCode, :InStatus, :OutStatus
|
1274
|
-
|
1274
|
+
|
1275
1275
|
def initialize(tableindex=nil, outdiagnosis=nil, diseasecode=nil, instatus=nil, outstatus=nil)
|
1276
1276
|
@TableIndex = tableindex
|
1277
1277
|
@OutDiagnosis = outdiagnosis
|
@@ -1317,7 +1317,7 @@ module TencentCloud
|
|
1317
1317
|
# @type Value: String
|
1318
1318
|
|
1319
1319
|
attr_accessor :Name, :Src, :Norm, :Value
|
1320
|
-
|
1320
|
+
|
1321
1321
|
def initialize(name=nil, src=nil, norm=nil, value=nil)
|
1322
1322
|
@Name = name
|
1323
1323
|
@Src = src
|
@@ -1352,7 +1352,7 @@ module TencentCloud
|
|
1352
1352
|
# @type ParagraphBlock: :class:`Tencentcloud::Mrs.v20200910.models.ParagraphBlock`
|
1353
1353
|
|
1354
1354
|
attr_accessor :DiseaseHistory, :PersonalHistory, :DrugHistory, :TreatmentRecord, :ParagraphBlock
|
1355
|
-
|
1355
|
+
|
1356
1356
|
def initialize(diseasehistory=nil, personalhistory=nil, drughistory=nil, treatmentrecord=nil, paragraphblock=nil)
|
1357
1357
|
@DiseaseHistory = diseasehistory
|
1358
1358
|
@PersonalHistory = personalhistory
|
@@ -1404,7 +1404,7 @@ module TencentCloud
|
|
1404
1404
|
# @type TransfusionHistory: :class:`Tencentcloud::Mrs.v20200910.models.TransfusionHistoryBlock`
|
1405
1405
|
|
1406
1406
|
attr_accessor :MainDiseaseHistory, :AllergyHistory, :InfectHistory, :SurgeryHistory, :TransfusionHistory
|
1407
|
-
|
1407
|
+
|
1408
1408
|
def initialize(maindiseasehistory=nil, allergyhistory=nil, infecthistory=nil, surgeryhistory=nil, transfusionhistory=nil)
|
1409
1409
|
@MainDiseaseHistory = maindiseasehistory
|
1410
1410
|
@AllergyHistory = allergyhistory
|
@@ -1456,7 +1456,7 @@ module TencentCloud
|
|
1456
1456
|
# @type TransfusionHistory: String
|
1457
1457
|
|
1458
1458
|
attr_accessor :MainDiseaseHistory, :AllergyHistory, :InfectHistory, :OperationHistory, :TransfusionHistory
|
1459
|
-
|
1459
|
+
|
1460
1460
|
def initialize(maindiseasehistory=nil, allergyhistory=nil, infecthistory=nil, operationhistory=nil, transfusionhistory=nil)
|
1461
1461
|
@MainDiseaseHistory = maindiseasehistory
|
1462
1462
|
@AllergyHistory = allergyhistory
|
@@ -1490,7 +1490,7 @@ module TencentCloud
|
|
1490
1490
|
# @type Norm: String
|
1491
1491
|
|
1492
1492
|
attr_accessor :Name, :Src, :Value, :Norm
|
1493
|
-
|
1493
|
+
|
1494
1494
|
def initialize(name=nil, src=nil, value=nil, norm=nil)
|
1495
1495
|
@Name = name
|
1496
1496
|
@Src = src
|
@@ -1522,7 +1522,7 @@ module TencentCloud
|
|
1522
1522
|
# @type DrugDeliveryRoute: String
|
1523
1523
|
|
1524
1524
|
attr_accessor :Value, :SingleMeasurement, :Frequency, :DrugDeliveryRoute
|
1525
|
-
|
1525
|
+
|
1526
1526
|
def initialize(value=nil, singlemeasurement=nil, frequency=nil, drugdeliveryroute=nil)
|
1527
1527
|
@Value = value
|
1528
1528
|
@SingleMeasurement = singlemeasurement
|
@@ -1554,7 +1554,7 @@ module TencentCloud
|
|
1554
1554
|
# @type Value: String
|
1555
1555
|
|
1556
1556
|
attr_accessor :Name, :Src, :DrugList, :Value
|
1557
|
-
|
1557
|
+
|
1558
1558
|
def initialize(name=nil, src=nil, druglist=nil, value=nil)
|
1559
1559
|
@Name = name
|
1560
1560
|
@Src = src
|
@@ -1593,7 +1593,7 @@ module TencentCloud
|
|
1593
1593
|
# @type Value: String
|
1594
1594
|
|
1595
1595
|
attr_accessor :CommonName, :TradeName, :Dosage, :Value
|
1596
|
-
|
1596
|
+
|
1597
1597
|
def initialize(commonname=nil, tradename=nil, dosage=nil, value=nil)
|
1598
1598
|
@CommonName = commonname
|
1599
1599
|
@TradeName = tradename
|
@@ -1676,7 +1676,7 @@ module TencentCloud
|
|
1676
1676
|
# @type PQRSTAxis: :class:`Tencentcloud::Mrs.v20200910.models.EcgItem`
|
1677
1677
|
|
1678
1678
|
attr_accessor :HeartRate, :AuricularRate, :VentricularRate, :Rhythm, :PDuration, :QrsDuration, :QrsAxis, :PRInterval, :PPInterval, :RRInterval, :PJInterval, :QTInterval, :QTCInterval, :Rv5SV1Amplitude, :Rv5AddSV1Amplitude, :PRTAxis, :Rv5Amplitude, :SV1Amplitude, :RV6SV2, :PQRSTAxis
|
1679
|
-
|
1679
|
+
|
1680
1680
|
def initialize(heartrate=nil, auricularrate=nil, ventricularrate=nil, rhythm=nil, pduration=nil, qrsduration=nil, qrsaxis=nil, printerval=nil, ppinterval=nil, rrinterval=nil, pjinterval=nil, qtinterval=nil, qtcinterval=nil, rv5sv1amplitude=nil, rv5addsv1amplitude=nil, prtaxis=nil, rv5amplitude=nil, sv1amplitude=nil, rv6sv2=nil, pqrstaxis=nil)
|
1681
1681
|
@HeartRate = heartrate
|
1682
1682
|
@AuricularRate = auricularrate
|
@@ -1794,7 +1794,7 @@ module TencentCloud
|
|
1794
1794
|
# @type Value: Array
|
1795
1795
|
|
1796
1796
|
attr_accessor :Name, :Value
|
1797
|
-
|
1797
|
+
|
1798
1798
|
def initialize(name=nil, value=nil)
|
1799
1799
|
@Name = name
|
1800
1800
|
@Value = value
|
@@ -1822,7 +1822,7 @@ module TencentCloud
|
|
1822
1822
|
# @type Src: String
|
1823
1823
|
|
1824
1824
|
attr_accessor :Name, :Value, :Unit, :Src
|
1825
|
-
|
1825
|
+
|
1826
1826
|
def initialize(name=nil, value=nil, unit=nil, src=nil)
|
1827
1827
|
@Name = name
|
1828
1828
|
@Value = value
|
@@ -1857,7 +1857,7 @@ module TencentCloud
|
|
1857
1857
|
# @type Name: String
|
1858
1858
|
|
1859
1859
|
attr_accessor :Index, :Score, :Src, :Value, :Name
|
1860
|
-
|
1860
|
+
|
1861
1861
|
def initialize(index=nil, score=nil, src=nil, value=nil, name=nil)
|
1862
1862
|
@Index = index
|
1863
1863
|
@Score = score
|
@@ -1885,7 +1885,7 @@ module TencentCloud
|
|
1885
1885
|
# @type EcgDiagnosis: :class:`Tencentcloud::Mrs.v20200910.models.EcgDiagnosis`
|
1886
1886
|
|
1887
1887
|
attr_accessor :EcgDescription, :EcgDiagnosis
|
1888
|
-
|
1888
|
+
|
1889
1889
|
def initialize(ecgdescription=nil, ecgdiagnosis=nil)
|
1890
1890
|
@EcgDescription = ecgdescription
|
1891
1891
|
@EcgDiagnosis = ecgdiagnosis
|
@@ -1916,7 +1916,7 @@ module TencentCloud
|
|
1916
1916
|
# @type Summary: :class:`Tencentcloud::Mrs.v20200910.models.Summary`
|
1917
1917
|
|
1918
1918
|
attr_accessor :BiopsyPart, :Desc, :Summary
|
1919
|
-
|
1919
|
+
|
1920
1920
|
def initialize(biopsypart=nil, desc=nil, summary=nil)
|
1921
1921
|
@BiopsyPart = biopsypart
|
1922
1922
|
@Desc = desc
|
@@ -1952,7 +1952,7 @@ module TencentCloud
|
|
1952
1952
|
# @type Coords: Array
|
1953
1953
|
|
1954
1954
|
attr_accessor :Text, :Organ, :Coords
|
1955
|
-
|
1955
|
+
|
1956
1956
|
def initialize(text=nil, organ=nil, coords=nil)
|
1957
1957
|
@Text = text
|
1958
1958
|
@Organ = organ
|
@@ -2002,7 +2002,7 @@ module TencentCloud
|
|
2002
2002
|
# @type Coords: Array
|
2003
2003
|
|
2004
2004
|
attr_accessor :Part, :Index, :Src, :PartAlias, :SymDescList, :Coords
|
2005
|
-
|
2005
|
+
|
2006
2006
|
def initialize(part=nil, index=nil, src=nil, partalias=nil, symdesclist=nil, coords=nil)
|
2007
2007
|
@Part = part
|
2008
2008
|
@Index = index
|
@@ -2049,7 +2049,7 @@ module TencentCloud
|
|
2049
2049
|
# @type Abnormality: Array
|
2050
2050
|
|
2051
2051
|
attr_accessor :OverView, :Abnormality
|
2052
|
-
|
2052
|
+
|
2053
2053
|
def initialize(overview=nil, abnormality=nil)
|
2054
2054
|
@OverView = overview
|
2055
2055
|
@Abnormality = abnormality
|
@@ -2091,7 +2091,7 @@ module TencentCloud
|
|
2091
2091
|
# @type Se: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem2`
|
2092
2092
|
|
2093
2093
|
attr_accessor :Sph, :Cyl, :Ax, :Se
|
2094
|
-
|
2094
|
+
|
2095
2095
|
def initialize(sph=nil, cyl=nil, ax=nil, se=nil)
|
2096
2096
|
@Sph = sph
|
2097
2097
|
@Cyl = cyl
|
@@ -2144,7 +2144,7 @@ module TencentCloud
|
|
2144
2144
|
# @type Pd: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem2`
|
2145
2145
|
|
2146
2146
|
attr_accessor :Left, :Right, :Pd
|
2147
|
-
|
2147
|
+
|
2148
2148
|
def initialize(left=nil, right=nil, pd=nil)
|
2149
2149
|
@Left = left
|
2150
2150
|
@Right = right
|
@@ -2177,7 +2177,7 @@ module TencentCloud
|
|
2177
2177
|
# @type Version: String
|
2178
2178
|
|
2179
2179
|
attr_accessor :EyeItems, :Version
|
2180
|
-
|
2180
|
+
|
2181
2181
|
def initialize(eyeitems=nil, version=nil)
|
2182
2182
|
@EyeItems = eyeitems
|
2183
2183
|
@Version = version
|
@@ -2205,7 +2205,7 @@ module TencentCloud
|
|
2205
2205
|
# @type GeneticHistory: :class:`Tencentcloud::Mrs.v20200910.models.GeneticHistoryBlock`
|
2206
2206
|
|
2207
2207
|
attr_accessor :RelativeHistory, :RelativeCancerHistory, :GeneticHistory
|
2208
|
-
|
2208
|
+
|
2209
2209
|
def initialize(relativehistory=nil, relativecancerhistory=nil, genetichistory=nil)
|
2210
2210
|
@RelativeHistory = relativehistory
|
2211
2211
|
@RelativeCancerHistory = relativecancerhistory
|
@@ -2241,7 +2241,7 @@ module TencentCloud
|
|
2241
2241
|
# @type GeneticHistory: String
|
2242
2242
|
|
2243
2243
|
attr_accessor :RelativeHistory, :RelativeCancerHistory, :GeneticHistory
|
2244
|
-
|
2244
|
+
|
2245
2245
|
def initialize(relativehistory=nil, relativecancerhistory=nil, genetichistory=nil)
|
2246
2246
|
@RelativeHistory = relativehistory
|
2247
2247
|
@RelativeCancerHistory = relativecancerhistory
|
@@ -2280,7 +2280,7 @@ module TencentCloud
|
|
2280
2280
|
# @type ProduCount: String
|
2281
2281
|
|
2282
2282
|
attr_accessor :Name, :Src, :State, :Norm, :Value, :PregCount, :ProduCount
|
2283
|
-
|
2283
|
+
|
2284
2284
|
def initialize(name=nil, src=nil, state=nil, norm=nil, value=nil, pregcount=nil, producount=nil)
|
2285
2285
|
@Name = name
|
2286
2286
|
@Src = src
|
@@ -2387,7 +2387,7 @@ module TencentCloud
|
|
2387
2387
|
# @type Src: String
|
2388
2388
|
|
2389
2389
|
attr_accessor :BPD, :APTD, :TTD, :CRL, :HC, :AC, :FL, :HL, :Weight, :NT, :UmbilicalCord, :WaterDeep, :WaterQuad, :AFI, :FHR, :Movement, :Num, :Position, :Alive, :PlacentaLocation, :PlacentaThickness, :PlacentaGrade, :GestationTime, :GestationPeriod, :AroundNeck, :Sym, :Src
|
2390
|
-
|
2390
|
+
|
2391
2391
|
def initialize(bpd=nil, aptd=nil, ttd=nil, crl=nil, hc=nil, ac=nil, fl=nil, hl=nil, weight=nil, nt=nil, umbilicalcord=nil, waterdeep=nil, waterquad=nil, afi=nil, fhr=nil, movement=nil, num=nil, position=nil, alive=nil, placentalocation=nil, placentathickness=nil, placentagrade=nil, gestationtime=nil, gestationperiod=nil, aroundneck=nil, sym=nil, src=nil)
|
2392
2392
|
@BPD = bpd
|
2393
2393
|
@APTD = aptd
|
@@ -2547,7 +2547,7 @@ module TencentCloud
|
|
2547
2547
|
# @type Src: String
|
2548
2548
|
|
2549
2549
|
attr_accessor :Name, :Value, :Nums, :Src
|
2550
|
-
|
2550
|
+
|
2551
2551
|
def initialize(name=nil, value=nil, nums=nil, src=nil)
|
2552
2552
|
@Name = name
|
2553
2553
|
@Value = value
|
@@ -2589,7 +2589,7 @@ module TencentCloud
|
|
2589
2589
|
# @type Fp2NdItems: Array
|
2590
2590
|
|
2591
2591
|
attr_accessor :DischargeDiagnosis, :PathologicalDiagnosis, :ClinicalDiagnosis, :DamagePoi, :Fp2NdItems
|
2592
|
-
|
2592
|
+
|
2593
2593
|
def initialize(dischargediagnosis=nil, pathologicaldiagnosis=nil, clinicaldiagnosis=nil, damagepoi=nil, fp2nditems=nil)
|
2594
2594
|
@DischargeDiagnosis = dischargediagnosis
|
2595
2595
|
@PathologicalDiagnosis = pathologicaldiagnosis
|
@@ -2658,7 +2658,7 @@ module TencentCloud
|
|
2658
2658
|
# @type AnesthesiaMethod: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
|
2659
2659
|
|
2660
2660
|
attr_accessor :Code, :Name, :StartTime, :EndTime, :Level, :Type, :IncisionHealingGrade, :AnesthesiaMethod
|
2661
|
-
|
2661
|
+
|
2662
2662
|
def initialize(code=nil, name=nil, starttime=nil, endtime=nil, level=nil, type=nil, incisionhealinggrade=nil, anesthesiamethod=nil)
|
2663
2663
|
@Code = code
|
2664
2664
|
@Name = name
|
@@ -2722,7 +2722,7 @@ module TencentCloud
|
|
2722
2722
|
# @type Value: String
|
2723
2723
|
|
2724
2724
|
attr_accessor :Name, :Src, :GeneticList, :Value
|
2725
|
-
|
2725
|
+
|
2726
2726
|
def initialize(name=nil, src=nil, geneticlist=nil, value=nil)
|
2727
2727
|
@Name = name
|
2728
2728
|
@Src = src
|
@@ -2758,7 +2758,7 @@ module TencentCloud
|
|
2758
2758
|
# @type ScaleTargetSize: Integer
|
2759
2759
|
|
2760
2760
|
attr_accessor :OcrEngineType, :IsReturnText, :RotateTheAngle, :AutoFitDirection, :AutoOptimizeCoordinate, :IsScale, :ImageOriginalSize, :ScaleTargetSize
|
2761
|
-
|
2761
|
+
|
2762
2762
|
def initialize(ocrenginetype=nil, isreturntext=nil, rotatetheangle=nil, autofitdirection=nil, autooptimizecoordinate=nil, isscale=nil, imageoriginalsize=nil, scaletargetsize=nil)
|
2763
2763
|
@OcrEngineType = ocrenginetype
|
2764
2764
|
@IsReturnText = isreturntext
|
@@ -2801,7 +2801,7 @@ module TencentCloud
|
|
2801
2801
|
# @type Coords: Array
|
2802
2802
|
|
2803
2803
|
attr_accessor :Name, :Index, :Src, :Value, :Coords
|
2804
|
-
|
2804
|
+
|
2805
2805
|
def initialize(name=nil, index=nil, src=nil, value=nil, coords=nil)
|
2806
2806
|
@Name = name
|
2807
2807
|
@Index = index
|
@@ -2839,7 +2839,7 @@ module TencentCloud
|
|
2839
2839
|
# @type Src: String
|
2840
2840
|
|
2841
2841
|
attr_accessor :Grade, :Index, :Src
|
2842
|
-
|
2842
|
+
|
2843
2843
|
def initialize(grade=nil, index=nil, src=nil)
|
2844
2844
|
@Grade = grade
|
2845
2845
|
@Index = index
|
@@ -2869,7 +2869,7 @@ module TencentCloud
|
|
2869
2869
|
# @type Type: String
|
2870
2870
|
|
2871
2871
|
attr_accessor :Infiltration, :Index, :Src, :Type
|
2872
|
-
|
2872
|
+
|
2873
2873
|
def initialize(infiltration=nil, index=nil, src=nil, type=nil)
|
2874
2874
|
@Infiltration = infiltration
|
2875
2875
|
@Index = index
|
@@ -2907,7 +2907,7 @@ module TencentCloud
|
|
2907
2907
|
# @type Coords: Array
|
2908
2908
|
|
2909
2909
|
attr_accessor :Infiltration, :Index, :Src, :Type, :Name, :Coords
|
2910
|
-
|
2910
|
+
|
2911
2911
|
def initialize(infiltration=nil, index=nil, src=nil, type=nil, name=nil, coords=nil)
|
2912
2912
|
@Infiltration = infiltration
|
2913
2913
|
@Index = index
|
@@ -2962,7 +2962,7 @@ module TencentCloud
|
|
2962
2962
|
# @type DischargeInstruction: String
|
2963
2963
|
|
2964
2964
|
attr_accessor :AdmissionTime, :DischargeTime, :AdmissionDays, :AdmissionDignosis, :AdmissionCondition, :DiagnosisTreatment, :DischargeDiagnosis, :DischargeInstruction
|
2965
|
-
|
2965
|
+
|
2966
2966
|
def initialize(admissiontime=nil, dischargetime=nil, admissiondays=nil, admissiondignosis=nil, admissioncondition=nil, diagnosistreatment=nil, dischargediagnosis=nil, dischargeinstruction=nil)
|
2967
2967
|
@AdmissionTime = admissiontime
|
2968
2968
|
@DischargeTime = dischargetime
|
@@ -3005,7 +3005,7 @@ module TencentCloud
|
|
3005
3005
|
# @type Coords: Array
|
3006
3006
|
|
3007
3007
|
attr_accessor :Index, :Src, :Name, :Value, :Coords
|
3008
|
-
|
3008
|
+
|
3009
3009
|
def initialize(index=nil, src=nil, name=nil, value=nil, coords=nil)
|
3010
3010
|
@Index = index
|
3011
3011
|
@Src = src
|
@@ -3048,7 +3048,7 @@ module TencentCloud
|
|
3048
3048
|
# @type Value: :class:`Tencentcloud::Mrs.v20200910.models.Value`
|
3049
3049
|
|
3050
3050
|
attr_accessor :Index, :Src, :Name, :Value
|
3051
|
-
|
3051
|
+
|
3052
3052
|
def initialize(index=nil, src=nil, name=nil, value=nil)
|
3053
3053
|
@Index = index
|
3054
3054
|
@Src = src
|
@@ -3086,7 +3086,7 @@ module TencentCloud
|
|
3086
3086
|
# @type Coords: Array
|
3087
3087
|
|
3088
3088
|
attr_accessor :Index, :Src, :Name, :Value, :Coords
|
3089
|
-
|
3089
|
+
|
3090
3090
|
def initialize(index=nil, src=nil, name=nil, value=nil, coords=nil)
|
3091
3091
|
@Index = index
|
3092
3092
|
@Src = src
|
@@ -3124,7 +3124,7 @@ module TencentCloud
|
|
3124
3124
|
# @type Base64: String
|
3125
3125
|
|
3126
3126
|
attr_accessor :Id, :Url, :Base64
|
3127
|
-
|
3127
|
+
|
3128
3128
|
def initialize(id=nil, url=nil, base64=nil)
|
3129
3129
|
@Id = id
|
3130
3130
|
@Url = url
|
@@ -3150,7 +3150,7 @@ module TencentCloud
|
|
3150
3150
|
# @type UserType: Integer
|
3151
3151
|
|
3152
3152
|
attr_accessor :ImageInfoList, :HandleParam, :Type, :UserType
|
3153
|
-
|
3153
|
+
|
3154
3154
|
def initialize(imageinfolist=nil, handleparam=nil, type=nil, usertype=nil)
|
3155
3155
|
@ImageInfoList = imageinfolist
|
3156
3156
|
@HandleParam = handleparam
|
@@ -3185,7 +3185,7 @@ module TencentCloud
|
|
3185
3185
|
# @type RequestId: String
|
3186
3186
|
|
3187
3187
|
attr_accessor :TextTypeList, :RequestId
|
3188
|
-
|
3188
|
+
|
3189
3189
|
def initialize(texttypelist=nil, requestid=nil)
|
3190
3190
|
@TextTypeList = texttypelist
|
3191
3191
|
@RequestId = requestid
|
@@ -3224,7 +3224,7 @@ module TencentCloud
|
|
3224
3224
|
# @type ReportTypeVersion: Array
|
3225
3225
|
|
3226
3226
|
attr_accessor :ImageInfoList, :HandleParam, :Type, :IsUsedClassify, :UserType, :ReportTypeVersion
|
3227
|
-
|
3227
|
+
|
3228
3228
|
def initialize(imageinfolist=nil, handleparam=nil, type=nil, isusedclassify=nil, usertype=nil, reporttypeversion=nil)
|
3229
3229
|
@ImageInfoList = imageinfolist
|
3230
3230
|
@HandleParam = handleparam
|
@@ -3273,7 +3273,7 @@ module TencentCloud
|
|
3273
3273
|
# @type RequestId: String
|
3274
3274
|
|
3275
3275
|
attr_accessor :Template, :TextTypeList, :RequestId
|
3276
|
-
|
3276
|
+
|
3277
3277
|
def initialize(template=nil, texttypelist=nil, requestid=nil)
|
3278
3278
|
@Template = template
|
3279
3279
|
@TextTypeList = texttypelist
|
@@ -3310,7 +3310,7 @@ module TencentCloud
|
|
3310
3310
|
# @type Value: Array
|
3311
3311
|
|
3312
3312
|
attr_accessor :Name, :Src, :Value
|
3313
|
-
|
3313
|
+
|
3314
3314
|
def initialize(name=nil, src=nil, value=nil)
|
3315
3315
|
@Name = name
|
3316
3316
|
@Src = src
|
@@ -3338,7 +3338,7 @@ module TencentCloud
|
|
3338
3338
|
# @type Indicators: Array
|
3339
3339
|
|
3340
3340
|
attr_accessor :Indicators
|
3341
|
-
|
3341
|
+
|
3342
3342
|
def initialize(indicators=nil)
|
3343
3343
|
@Indicators = indicators
|
3344
3344
|
end
|
@@ -3398,7 +3398,7 @@ module TencentCloud
|
|
3398
3398
|
# @type InferNormal: String
|
3399
3399
|
|
3400
3400
|
attr_accessor :Code, :Scode, :Name, :Sname, :Result, :Unit, :Range, :Arrow, :Normal, :ItemString, :Id, :Coords, :InferNormal
|
3401
|
-
|
3401
|
+
|
3402
3402
|
def initialize(code=nil, scode=nil, name=nil, sname=nil, result=nil, unit=nil, range=nil, arrow=nil, normal=nil, itemstring=nil, id=nil, coords=nil, infernormal=nil)
|
3403
3403
|
@Code = code
|
3404
3404
|
@Scode = scode
|
@@ -3472,7 +3472,7 @@ module TencentCloud
|
|
3472
3472
|
# @type InferNormal: String
|
3473
3473
|
|
3474
3474
|
attr_accessor :Item, :Code, :Result, :Unit, :Range, :Arrow, :Method, :Normal, :Id, :Order, :InferNormal
|
3475
|
-
|
3475
|
+
|
3476
3476
|
def initialize(item=nil, code=nil, result=nil, unit=nil, range=nil, arrow=nil, method=nil, normal=nil, id=nil, order=nil, infernormal=nil)
|
3477
3477
|
@Item = item
|
3478
3478
|
@Code = code
|
@@ -3533,7 +3533,7 @@ module TencentCloud
|
|
3533
3533
|
# @type Version: String
|
3534
3534
|
|
3535
3535
|
attr_accessor :TableIndictors, :Version
|
3536
|
-
|
3536
|
+
|
3537
3537
|
def initialize(tableindictors=nil, version=nil)
|
3538
3538
|
@TableIndictors = tableindictors
|
3539
3539
|
@Version = version
|
@@ -3568,7 +3568,7 @@ module TencentCloud
|
|
3568
3568
|
# @type Src: String
|
3569
3569
|
|
3570
3570
|
attr_accessor :Index, :Part, :Positive, :Src
|
3571
|
-
|
3571
|
+
|
3572
3572
|
def initialize(index=nil, part=nil, positive=nil, src=nil)
|
3573
3573
|
@Index = index
|
3574
3574
|
@Part = part
|
@@ -3606,7 +3606,7 @@ module TencentCloud
|
|
3606
3606
|
# @type Coords: Array
|
3607
3607
|
|
3608
3608
|
attr_accessor :Index, :Part, :Positive, :Src, :Coords
|
3609
|
-
|
3609
|
+
|
3610
3610
|
def initialize(index=nil, part=nil, positive=nil, src=nil, coords=nil)
|
3611
3611
|
@Index = index
|
3612
3612
|
@Part = part
|
@@ -3647,7 +3647,7 @@ module TencentCloud
|
|
3647
3647
|
# @type IssuedDate: String
|
3648
3648
|
|
3649
3649
|
attr_accessor :CertNumber, :IssuedAuthority, :IssuedDate
|
3650
|
-
|
3650
|
+
|
3651
3651
|
def initialize(certnumber=nil, issuedauthority=nil, issueddate=nil)
|
3652
3652
|
@CertNumber = certnumber
|
3653
3653
|
@IssuedAuthority = issuedauthority
|
@@ -3686,7 +3686,7 @@ module TencentCloud
|
|
3686
3686
|
# @type Value: String
|
3687
3687
|
|
3688
3688
|
attr_accessor :Name, :Src, :Norm, :Type, :Timestamp, :Unit, :Value
|
3689
|
-
|
3689
|
+
|
3690
3690
|
def initialize(name=nil, src=nil, norm=nil, type=nil, timestamp=nil, unit=nil, value=nil)
|
3691
3691
|
@Name = name
|
3692
3692
|
@Src = src
|
@@ -3727,7 +3727,7 @@ module TencentCloud
|
|
3727
3727
|
# @type TransferNum: Integer
|
3728
3728
|
|
3729
3729
|
attr_accessor :Src, :Index, :Part, :Total, :TransferNum
|
3730
|
-
|
3730
|
+
|
3731
3731
|
def initialize(src=nil, index=nil, part=nil, total=nil, transfernum=nil)
|
3732
3732
|
@Src = src
|
3733
3733
|
@Index = index
|
@@ -3776,7 +3776,7 @@ module TencentCloud
|
|
3776
3776
|
# @type Coords: Array
|
3777
3777
|
|
3778
3778
|
attr_accessor :Name, :Index, :Part, :Src, :Total, :TransferNum, :Sizes, :Coords
|
3779
|
-
|
3779
|
+
|
3780
3780
|
def initialize(name=nil, index=nil, part=nil, src=nil, total=nil, transfernum=nil, sizes=nil, coords=nil)
|
3781
3781
|
@Name = name
|
3782
3782
|
@Index = index
|
@@ -3832,7 +3832,7 @@ module TencentCloud
|
|
3832
3832
|
# @type Coords: Array
|
3833
3833
|
|
3834
3834
|
attr_accessor :Name, :TransferNum, :Total, :Src, :Index, :Coords
|
3835
|
-
|
3835
|
+
|
3836
3836
|
def initialize(name=nil, transfernum=nil, total=nil, src=nil, index=nil, coords=nil)
|
3837
3837
|
@Name = name
|
3838
3838
|
@TransferNum = transfernum
|
@@ -3881,7 +3881,7 @@ module TencentCloud
|
|
3881
3881
|
# @type Poslist: :class:`Tencentcloud::Mrs.v20200910.models.PoslistBlock`
|
3882
3882
|
|
3883
3883
|
attr_accessor :Name, :Src, :State, :Value, :Neglist, :Poslist
|
3884
|
-
|
3884
|
+
|
3885
3885
|
def initialize(name=nil, src=nil, state=nil, value=nil, neglist=nil, poslist=nil)
|
3886
3886
|
@Name = name
|
3887
3887
|
@Src = src
|
@@ -3920,7 +3920,7 @@ module TencentCloud
|
|
3920
3920
|
# @type OcrText: String
|
3921
3921
|
|
3922
3922
|
attr_accessor :Desc, :Summary, :OcrText
|
3923
|
-
|
3923
|
+
|
3924
3924
|
def initialize(desc=nil, summary=nil, ocrtext=nil)
|
3925
3925
|
@Desc = desc
|
3926
3926
|
@Summary = summary
|
@@ -3956,7 +3956,7 @@ module TencentCloud
|
|
3956
3956
|
# @type Coords: Array
|
3957
3957
|
|
3958
3958
|
attr_accessor :Fetus, :FetusNum, :Text, :Coords
|
3959
|
-
|
3959
|
+
|
3960
3960
|
def initialize(fetus=nil, fetusnum=nil, text=nil, coords=nil)
|
3961
3961
|
@Fetus = fetus
|
3962
3962
|
@FetusNum = fetusnum
|
@@ -4008,7 +4008,7 @@ module TencentCloud
|
|
4008
4008
|
# @type Coords: Array
|
4009
4009
|
|
4010
4010
|
attr_accessor :Fetus, :FetusNum, :Sym, :Text, :Coords
|
4011
|
-
|
4011
|
+
|
4012
4012
|
def initialize(fetus=nil, fetusnum=nil, sym=nil, text=nil, coords=nil)
|
4013
4013
|
@Fetus = fetus
|
4014
4014
|
@FetusNum = fetusnum
|
@@ -4073,7 +4073,7 @@ module TencentCloud
|
|
4073
4073
|
# @type TreatmentRecord: :class:`Tencentcloud::Mrs.v20200910.models.TreatmentRecord`
|
4074
4074
|
|
4075
4075
|
attr_accessor :Advice, :Diagnosis, :DiseaseMedicalHistory, :PersonalMedicalHistory, :ObstericalMedicalHistory, :FamilyMedicalHistory, :MenstrualMedicalHistory, :TreatmentRecord
|
4076
|
-
|
4076
|
+
|
4077
4077
|
def initialize(advice=nil, diagnosis=nil, diseasemedicalhistory=nil, personalmedicalhistory=nil, obstericalmedicalhistory=nil, familymedicalhistory=nil, menstrualmedicalhistory=nil, treatmentrecord=nil)
|
4078
4078
|
@Advice = advice
|
4079
4079
|
@Diagnosis = diagnosis
|
@@ -4153,7 +4153,7 @@ module TencentCloud
|
|
4153
4153
|
# @type TreatmentOpinion: String
|
4154
4154
|
|
4155
4155
|
attr_accessor :DiagnosisTime, :DiagnosisDepartmentName, :DiagnosisDoctorName, :ClinicalDiagnosis, :MainNarration, :PhysicalExamination, :InspectionFindings, :TreatmentOpinion
|
4156
|
-
|
4156
|
+
|
4157
4157
|
def initialize(diagnosistime=nil, diagnosisdepartmentname=nil, diagnosisdoctorname=nil, clinicaldiagnosis=nil, mainnarration=nil, physicalexamination=nil, inspectionfindings=nil, treatmentopinion=nil)
|
4158
4158
|
@DiagnosisTime = diagnosistime
|
4159
4159
|
@DiagnosisDepartmentName = diagnosisdepartmentname
|
@@ -4205,7 +4205,7 @@ module TencentCloud
|
|
4205
4205
|
# @type PackingUnit: String
|
4206
4206
|
|
4207
4207
|
attr_accessor :Name, :TradeName, :Firm, :Category, :Specification, :MinQuantity, :DosageUnit, :PackingUnit
|
4208
|
-
|
4208
|
+
|
4209
4209
|
def initialize(name=nil, tradename=nil, firm=nil, category=nil, specification=nil, minquantity=nil, dosageunit=nil, packingunit=nil)
|
4210
4210
|
@Name = name
|
4211
4211
|
@TradeName = tradename
|
@@ -4242,7 +4242,7 @@ module TencentCloud
|
|
4242
4242
|
# @type Value: String
|
4243
4243
|
|
4244
4244
|
attr_accessor :Name, :Src, :Value
|
4245
|
-
|
4245
|
+
|
4246
4246
|
def initialize(name=nil, src=nil, value=nil)
|
4247
4247
|
@Name = name
|
4248
4248
|
@Src = src
|
@@ -4278,7 +4278,7 @@ module TencentCloud
|
|
4278
4278
|
# @type MenstrualPeriod: :class:`Tencentcloud::Mrs.v20200910.models.MenstrualPeriodBlock`
|
4279
4279
|
|
4280
4280
|
attr_accessor :LastMenstrualPeriod, :MenstrualFlow, :MenarcheAge, :MenstruationOrNot, :MenstrualCycles, :MenstrualPeriod
|
4281
|
-
|
4281
|
+
|
4282
4282
|
def initialize(lastmenstrualperiod=nil, menstrualflow=nil, menarcheage=nil, menstruationornot=nil, menstrualcycles=nil, menstrualperiod=nil)
|
4283
4283
|
@LastMenstrualPeriod = lastmenstrualperiod
|
4284
4284
|
@MenstrualFlow = menstrualflow
|
@@ -4344,7 +4344,7 @@ module TencentCloud
|
|
4344
4344
|
# @type Value: String
|
4345
4345
|
|
4346
4346
|
attr_accessor :Name, :Src, :State, :Norm, :TimeType, :Timestamp, :Unit, :Value
|
4347
|
-
|
4347
|
+
|
4348
4348
|
def initialize(name=nil, src=nil, state=nil, norm=nil, timetype=nil, timestamp=nil, unit=nil, value=nil)
|
4349
4349
|
@Name = name
|
4350
4350
|
@Src = src
|
@@ -4390,7 +4390,7 @@ module TencentCloud
|
|
4390
4390
|
# @type MenstrualPeriod: String
|
4391
4391
|
|
4392
4392
|
attr_accessor :LastMenstrualPeriod, :MenstrualFlow, :MenarcheAge, :MenstruationOrNot, :MenstrualCycles, :MenstrualPeriod
|
4393
|
-
|
4393
|
+
|
4394
4394
|
def initialize(lastmenstrualperiod=nil, menstrualflow=nil, menarcheage=nil, menstruationornot=nil, menstrualcycles=nil, menstrualperiod=nil)
|
4395
4395
|
@LastMenstrualPeriod = lastmenstrualperiod
|
4396
4396
|
@MenstrualFlow = menstrualflow
|
@@ -4435,7 +4435,7 @@ module TencentCloud
|
|
4435
4435
|
# @type Value: String
|
4436
4436
|
|
4437
4437
|
attr_accessor :Name, :Src, :Norm, :Type, :Timestamp, :Unit, :Value
|
4438
|
-
|
4438
|
+
|
4439
4439
|
def initialize(name=nil, src=nil, norm=nil, type=nil, timestamp=nil, unit=nil, value=nil)
|
4440
4440
|
@Name = name
|
4441
4441
|
@Src = src
|
@@ -4479,7 +4479,7 @@ module TencentCloud
|
|
4479
4479
|
# @type Value: String
|
4480
4480
|
|
4481
4481
|
attr_accessor :Name, :Src, :Norm, :TimeType, :Timestamp, :Value
|
4482
|
-
|
4482
|
+
|
4483
4483
|
def initialize(name=nil, src=nil, norm=nil, timetype=nil, timestamp=nil, value=nil)
|
4484
4484
|
@Name = name
|
4485
4485
|
@Src = src
|
@@ -4518,7 +4518,7 @@ module TencentCloud
|
|
4518
4518
|
# @type Coords: Array
|
4519
4519
|
|
4520
4520
|
attr_accessor :Index, :Src, :Name, :Value, :Coords
|
4521
|
-
|
4521
|
+
|
4522
4522
|
def initialize(index=nil, src=nil, name=nil, value=nil, coords=nil)
|
4523
4523
|
@Index = index
|
4524
4524
|
@Src = src
|
@@ -4565,7 +4565,7 @@ module TencentCloud
|
|
4565
4565
|
# @type Src: String
|
4566
4566
|
|
4567
4567
|
attr_accessor :Exon, :Position, :Type, :Positive, :Src
|
4568
|
-
|
4568
|
+
|
4569
4569
|
def initialize(exon=nil, position=nil, type=nil, positive=nil, src=nil)
|
4570
4570
|
@Exon = exon
|
4571
4571
|
@Position = position
|
@@ -4602,7 +4602,7 @@ module TencentCloud
|
|
4602
4602
|
# @type Name: String
|
4603
4603
|
|
4604
4604
|
attr_accessor :Index, :Src, :Value, :Count, :Name
|
4605
|
-
|
4605
|
+
|
4606
4606
|
def initialize(index=nil, src=nil, value=nil, count=nil, name=nil)
|
4607
4607
|
@Index = index
|
4608
4608
|
@Src = src
|
@@ -4630,7 +4630,7 @@ module TencentCloud
|
|
4630
4630
|
# @type Value: String
|
4631
4631
|
|
4632
4632
|
attr_accessor :Name, :Value
|
4633
|
-
|
4633
|
+
|
4634
4634
|
def initialize(name=nil, value=nil)
|
4635
4635
|
@Name = name
|
4636
4636
|
@Value = value
|
@@ -4670,7 +4670,7 @@ module TencentCloud
|
|
4670
4670
|
# @type MedicalInstitutions: String
|
4671
4671
|
|
4672
4672
|
attr_accessor :NeonatalName, :NeonatalGender, :BirthLength, :BirthWeight, :GestationalAge, :BirthTime, :BirthPlace, :MedicalInstitutions
|
4673
|
-
|
4673
|
+
|
4674
4674
|
def initialize(neonatalname=nil, neonatalgender=nil, birthlength=nil, birthweight=nil, gestationalage=nil, birthtime=nil, birthplace=nil, medicalinstitutions=nil)
|
4675
4675
|
@NeonatalName = neonatalname
|
4676
4676
|
@NeonatalGender = neonatalgender
|
@@ -4716,7 +4716,7 @@ module TencentCloud
|
|
4716
4716
|
# @type PartDetail: :class:`Tencentcloud::Mrs.v20200910.models.PartDesc`
|
4717
4717
|
|
4718
4718
|
attr_accessor :Part, :PartDirection, :Tissue, :TissueDirection, :Upper, :PartDetail
|
4719
|
-
|
4719
|
+
|
4720
4720
|
def initialize(part=nil, partdirection=nil, tissue=nil, tissuedirection=nil, upper=nil, partdetail=nil)
|
4721
4721
|
@Part = part
|
4722
4722
|
@PartDirection = partdirection
|
@@ -4755,7 +4755,7 @@ module TencentCloud
|
|
4755
4755
|
# @type Impl: String
|
4756
4756
|
|
4757
4757
|
attr_accessor :Number, :Type, :Unit, :Impl
|
4758
|
-
|
4758
|
+
|
4759
4759
|
def initialize(number=nil, type=nil, unit=nil, impl=nil)
|
4760
4760
|
@Number = number
|
4761
4761
|
@Type = type
|
@@ -4781,7 +4781,7 @@ module TencentCloud
|
|
4781
4781
|
# @type Unit: String
|
4782
4782
|
|
4783
4783
|
attr_accessor :Num, :Unit
|
4784
|
-
|
4784
|
+
|
4785
4785
|
def initialize(num=nil, unit=nil)
|
4786
4786
|
@Num = num
|
4787
4787
|
@Unit = unit
|
@@ -4803,7 +4803,7 @@ module TencentCloud
|
|
4803
4803
|
# @type FertilityHistory: String
|
4804
4804
|
|
4805
4805
|
attr_accessor :MarriageHistory, :FertilityHistory
|
4806
|
-
|
4806
|
+
|
4807
4807
|
def initialize(marriagehistory=nil, fertilityhistory=nil)
|
4808
4808
|
@MarriageHistory = marriagehistory
|
4809
4809
|
@FertilityHistory = fertilityhistory
|
@@ -4825,7 +4825,7 @@ module TencentCloud
|
|
4825
4825
|
# @type FertilityHistory: :class:`Tencentcloud::Mrs.v20200910.models.FertilityHistoryBlock`
|
4826
4826
|
|
4827
4827
|
attr_accessor :MarriageHistory, :FertilityHistory
|
4828
|
-
|
4828
|
+
|
4829
4829
|
def initialize(marriagehistory=nil, fertilityhistory=nil)
|
4830
4830
|
@MarriageHistory = marriagehistory
|
4831
4831
|
@FertilityHistory = fertilityhistory
|
@@ -4958,7 +4958,7 @@ module TencentCloud
|
|
4958
4958
|
# @type Coords: Array
|
4959
4959
|
|
4960
4960
|
attr_accessor :Part, :Size, :Envelope, :Edge, :InnerEcho, :Gland, :Shape, :Thickness, :ShapeAttr, :CDFI, :SymDesc, :SizeStatus, :Outline, :Structure, :Density, :Vas, :Cysticwall, :Capsule, :IsthmusThicknese, :InnerEchoDistribution, :Src, :Index, :Transparent, :MriAdc, :MriDwi, :MriT1, :MriT2, :CtHu, :Suvmax, :Metabolism, :RadioactiveUptake, :LymphEnlargement, :ImageFeature, :Duct, :Trend, :Operation, :Coords
|
4961
|
-
|
4961
|
+
|
4962
4962
|
def initialize(part=nil, size=nil, envelope=nil, edge=nil, innerecho=nil, gland=nil, shape=nil, thickness=nil, shapeattr=nil, cdfi=nil, symdesc=nil, sizestatus=nil, outline=nil, structure=nil, density=nil, vas=nil, cysticwall=nil, capsule=nil, isthmusthicknese=nil, innerechodistribution=nil, src=nil, index=nil, transparent=nil, mriadc=nil, mridwi=nil, mrit1=nil, mrit2=nil, cthu=nil, suvmax=nil, metabolism=nil, radioactiveuptake=nil, lymphenlargement=nil, imagefeature=nil, duct=nil, trend=nil, operation=nil, coords=nil)
|
4963
4963
|
@Part = part
|
4964
4964
|
@Size = size
|
@@ -5175,7 +5175,7 @@ module TencentCloud
|
|
5175
5175
|
# @type StartTime: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryAttr`
|
5176
5176
|
|
5177
5177
|
attr_accessor :Anesthesia, :BloodLoss, :BloodTransfusion, :Duration, :EndTime, :StartTime
|
5178
|
-
|
5178
|
+
|
5179
5179
|
def initialize(anesthesia=nil, bloodloss=nil, bloodtransfusion=nil, duration=nil, endtime=nil, starttime=nil)
|
5180
5180
|
@Anesthesia = anesthesia
|
5181
5181
|
@BloodLoss = bloodloss
|
@@ -5241,7 +5241,7 @@ module TencentCloud
|
|
5241
5241
|
# @type Coords: Array
|
5242
5242
|
|
5243
5243
|
attr_accessor :Name, :Index, :Src, :Value, :PT, :PN, :PM, :Coords
|
5244
|
-
|
5244
|
+
|
5245
5245
|
def initialize(name=nil, index=nil, src=nil, value=nil, pt=nil, pn=nil, pm=nil, coords=nil)
|
5246
5246
|
@Name = name
|
5247
5247
|
@Index = index
|
@@ -5291,7 +5291,7 @@ module TencentCloud
|
|
5291
5291
|
# @type PTNMT: String
|
5292
5292
|
|
5293
5293
|
attr_accessor :Name, :Src, :PTNMM, :PTNMN, :PTNMT
|
5294
|
-
|
5294
|
+
|
5295
5295
|
def initialize(name=nil, src=nil, ptnmm=nil, ptnmn=nil, ptnmt=nil)
|
5296
5296
|
@Name = name
|
5297
5297
|
@Src = src
|
@@ -5395,7 +5395,7 @@ module TencentCloud
|
|
5395
5395
|
# @type TreatmentResultText: String
|
5396
5396
|
|
5397
5397
|
attr_accessor :IncisionHealingText, :AuxiliaryExaminationText, :SpecialExamText, :OutpatientDiagnosisText, :AdmissionConditionText, :CheckAndTreatmentProcessText, :SymptomsAndSignsText, :DischargeInstructionsText, :AdmissionDiagnosisText, :SurgeryConditionText, :PathologicalDiagnosisText, :DischargeConditionText, :CheckRecordText, :ChiefComplaintText, :DischargeDiagnosisText, :MainDiseaseHistoryText, :DiseasePresentText, :PersonalHistoryText, :MenstruallHistoryText, :ObstericalHistoryText, :FamilyHistoryText, :AllergyHistoryText, :DiseaseHistoryText, :OtherDiagnosisText, :BodyExaminationText, :SpecialistExaminationText, :TreatmentResultText
|
5398
|
-
|
5398
|
+
|
5399
5399
|
def initialize(incisionhealingtext=nil, auxiliaryexaminationtext=nil, specialexamtext=nil, outpatientdiagnosistext=nil, admissionconditiontext=nil, checkandtreatmentprocesstext=nil, symptomsandsignstext=nil, dischargeinstructionstext=nil, admissiondiagnosistext=nil, surgeryconditiontext=nil, pathologicaldiagnosistext=nil, dischargeconditiontext=nil, checkrecordtext=nil, chiefcomplainttext=nil, dischargediagnosistext=nil, maindiseasehistorytext=nil, diseasepresenttext=nil, personalhistorytext=nil, menstruallhistorytext=nil, obstericalhistorytext=nil, familyhistorytext=nil, allergyhistorytext=nil, diseasehistorytext=nil, otherdiagnosistext=nil, bodyexaminationtext=nil, specialistexaminationtext=nil, treatmentresulttext=nil)
|
5400
5400
|
@IncisionHealingText = incisionhealingtext
|
5401
5401
|
@AuxiliaryExaminationText = auxiliaryexaminationtext
|
@@ -5479,7 +5479,7 @@ module TencentCloud
|
|
5479
5479
|
# @type Address: String
|
5480
5480
|
|
5481
5481
|
attr_accessor :Name, :Age, :IdCard, :Ethnicity, :Nationality, :Address
|
5482
|
-
|
5482
|
+
|
5483
5483
|
def initialize(name=nil, age=nil, idcard=nil, ethnicity=nil, nationality=nil, address=nil)
|
5484
5484
|
@Name = name
|
5485
5485
|
@Age = age
|
@@ -5521,7 +5521,7 @@ module TencentCloud
|
|
5521
5521
|
# @type ValueBrief: String
|
5522
5522
|
|
5523
5523
|
attr_accessor :Index, :NormPart, :Src, :Value, :Name, :ValueBrief
|
5524
|
-
|
5524
|
+
|
5525
5525
|
def initialize(index=nil, normpart=nil, src=nil, value=nil, name=nil, valuebrief=nil)
|
5526
5526
|
@Index = index
|
5527
5527
|
@NormPart = normpart
|
@@ -5560,7 +5560,7 @@ module TencentCloud
|
|
5560
5560
|
# @type Type: String
|
5561
5561
|
|
5562
5562
|
attr_accessor :MainDir, :Part, :SecondaryDir, :Type
|
5563
|
-
|
5563
|
+
|
5564
5564
|
def initialize(maindir=nil, part=nil, secondarydir=nil, type=nil)
|
5565
5565
|
@MainDir = maindir
|
5566
5566
|
@Part = part
|
@@ -5592,7 +5592,7 @@ module TencentCloud
|
|
5592
5592
|
# @type Value: String
|
5593
5593
|
|
5594
5594
|
attr_accessor :Name, :Src, :Detail, :Value
|
5595
|
-
|
5595
|
+
|
5596
5596
|
def initialize(name=nil, src=nil, detail=nil, value=nil)
|
5597
5597
|
@Name = name
|
5598
5598
|
@Src = src
|
@@ -5628,7 +5628,7 @@ module TencentCloud
|
|
5628
5628
|
# @type HistologicalGrade: String
|
5629
5629
|
|
5630
5630
|
attr_accessor :Part, :HistologicalType, :HistologicalGrade
|
5631
|
-
|
5631
|
+
|
5632
5632
|
def initialize(part=nil, histologicaltype=nil, histologicalgrade=nil)
|
5633
5633
|
@Part = part
|
5634
5634
|
@HistologicalType = histologicaltype
|
@@ -5688,7 +5688,7 @@ module TencentCloud
|
|
5688
5688
|
# @type SummaryText: String
|
5689
5689
|
|
5690
5690
|
attr_accessor :CancerPart, :CancerSize, :DescText, :HistologyLevel, :HistologyType, :IHC, :InfiltrationDepth, :Invasive, :LymphNodes, :PTNM, :PathologicalReportType, :ReportText, :SampleType, :SummaryText
|
5691
|
-
|
5691
|
+
|
5692
5692
|
def initialize(cancerpart=nil, cancersize=nil, desctext=nil, histologylevel=nil, histologytype=nil, ihc=nil, infiltrationdepth=nil, invasive=nil, lymphnodes=nil, ptnm=nil, pathologicalreporttype=nil, reporttext=nil, sampletype=nil, summarytext=nil)
|
5693
5693
|
@CancerPart = cancerpart
|
5694
5694
|
@CancerSize = cancersize
|
@@ -5819,7 +5819,7 @@ module TencentCloud
|
|
5819
5819
|
# @type Molecular: Array
|
5820
5820
|
|
5821
5821
|
attr_accessor :PathologicalReportType, :Desc, :Summary, :ReportText, :LymphTotal, :LymphNodes, :Ihc, :Clinical, :Precancer, :Malignant, :Benigntumor, :SampleType, :LymphSize, :Molecular
|
5822
|
-
|
5822
|
+
|
5823
5823
|
def initialize(pathologicalreporttype=nil, desc=nil, summary=nil, reporttext=nil, lymphtotal=nil, lymphnodes=nil, ihc=nil, clinical=nil, precancer=nil, malignant=nil, benigntumor=nil, sampletype=nil, lymphsize=nil, molecular=nil)
|
5824
5824
|
@PathologicalReportType = pathologicalreporttype
|
5825
5825
|
@Desc = desc
|
@@ -5984,7 +5984,7 @@ module TencentCloud
|
|
5984
5984
|
# @type BedNo: String
|
5985
5985
|
|
5986
5986
|
attr_accessor :Name, :Sex, :Age, :Phone, :Address, :IdCard, :HealthCardNo, :SocialSecurityCardNo, :Birthday, :Ethnicity, :Married, :Profession, :EducationBackground, :Nationality, :BirthPlace, :MedicalInsuranceType, :AgeNorm, :Nation, :MarriedCode, :ProfessionCode, :MedicalInsuranceTypeCode, :BedNo
|
5987
|
-
|
5987
|
+
|
5988
5988
|
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)
|
5989
5989
|
@Name = name
|
5990
5990
|
@Sex = sex
|
@@ -6064,7 +6064,7 @@ module TencentCloud
|
|
6064
6064
|
# @type FamilyHistory: :class:`Tencentcloud::Mrs.v20200910.models.FamilyHistoryBlock`
|
6065
6065
|
|
6066
6066
|
attr_accessor :BirthPlace, :LivePlace, :Job, :SmokeHistory, :AlcoholicHistory, :MenstrualHistory, :ObstericalHistory, :FamilyHistory
|
6067
|
-
|
6067
|
+
|
6068
6068
|
def initialize(birthplace=nil, liveplace=nil, job=nil, smokehistory=nil, alcoholichistory=nil, menstrualhistory=nil, obstericalhistory=nil, familyhistory=nil)
|
6069
6069
|
@BirthPlace = birthplace
|
6070
6070
|
@LivePlace = liveplace
|
@@ -6131,7 +6131,7 @@ module TencentCloud
|
|
6131
6131
|
# @type AlcoholicHistory: String
|
6132
6132
|
|
6133
6133
|
attr_accessor :BirthPlace, :LivePlace, :Job, :SmokeHistory, :AlcoholicHistory
|
6134
|
-
|
6134
|
+
|
6135
6135
|
def initialize(birthplace=nil, liveplace=nil, job=nil, smokehistory=nil, alcoholichistory=nil)
|
6136
6136
|
@BirthPlace = birthplace
|
6137
6137
|
@LivePlace = liveplace
|
@@ -6159,7 +6159,7 @@ module TencentCloud
|
|
6159
6159
|
# @type Y: Integer
|
6160
6160
|
|
6161
6161
|
attr_accessor :X, :Y
|
6162
|
-
|
6162
|
+
|
6163
6163
|
def initialize(x=nil, y=nil)
|
6164
6164
|
@X = x
|
6165
6165
|
@Y = y
|
@@ -6181,7 +6181,7 @@ module TencentCloud
|
|
6181
6181
|
# @type Value: String
|
6182
6182
|
|
6183
6183
|
attr_accessor :Name, :Value
|
6184
|
-
|
6184
|
+
|
6185
6185
|
def initialize(name=nil, value=nil)
|
6186
6186
|
@Name = name
|
6187
6187
|
@Value = value
|
@@ -6200,7 +6200,7 @@ module TencentCloud
|
|
6200
6200
|
# @type MedicineList: Array
|
6201
6201
|
|
6202
6202
|
attr_accessor :MedicineList
|
6203
|
-
|
6203
|
+
|
6204
6204
|
def initialize(medicinelist=nil)
|
6205
6205
|
@MedicineList = medicinelist
|
6206
6206
|
end
|
@@ -6233,7 +6233,7 @@ module TencentCloud
|
|
6233
6233
|
# @type H: Integer
|
6234
6234
|
|
6235
6235
|
attr_accessor :X, :Y, :W, :H
|
6236
|
-
|
6236
|
+
|
6237
6237
|
def initialize(x=nil, y=nil, w=nil, h=nil)
|
6238
6238
|
@X = x
|
6239
6239
|
@Y = y
|
@@ -6277,7 +6277,7 @@ module TencentCloud
|
|
6277
6277
|
# @type Value: String
|
6278
6278
|
|
6279
6279
|
attr_accessor :Name, :Src, :DiseaseName, :Type, :Norm, :Unit, :Timestamp, :Value
|
6280
|
-
|
6280
|
+
|
6281
6281
|
def initialize(name=nil, src=nil, diseasename=nil, type=nil, norm=nil, unit=nil, timestamp=nil, value=nil)
|
6282
6282
|
@Name = name
|
6283
6283
|
@Src = src
|
@@ -6317,7 +6317,7 @@ module TencentCloud
|
|
6317
6317
|
# @type Value: String
|
6318
6318
|
|
6319
6319
|
attr_accessor :Name, :Src, :RelativeCancerList, :Value
|
6320
|
-
|
6320
|
+
|
6321
6321
|
def initialize(name=nil, src=nil, relativecancerlist=nil, value=nil)
|
6322
6322
|
@Name = name
|
6323
6323
|
@Src = src
|
@@ -6349,7 +6349,7 @@ module TencentCloud
|
|
6349
6349
|
# @type Value: String
|
6350
6350
|
|
6351
6351
|
attr_accessor :Name, :Detail, :Src, :Value
|
6352
|
-
|
6352
|
+
|
6353
6353
|
def initialize(name=nil, detail=nil, src=nil, value=nil)
|
6354
6354
|
@Name = name
|
6355
6355
|
@Detail = detail
|
@@ -6388,7 +6388,7 @@ module TencentCloud
|
|
6388
6388
|
# @type TimeType: String
|
6389
6389
|
|
6390
6390
|
attr_accessor :Name, :Relation, :TimeOfDeath, :TimeType
|
6391
|
-
|
6391
|
+
|
6392
6392
|
def initialize(name=nil, relation=nil, timeofdeath=nil, timetype=nil)
|
6393
6393
|
@Name = name
|
6394
6394
|
@Relation = relation
|
@@ -6423,7 +6423,7 @@ module TencentCloud
|
|
6423
6423
|
# @type Coords: Array
|
6424
6424
|
|
6425
6425
|
attr_accessor :Name, :Index, :Src, :Value, :Coords
|
6426
|
-
|
6426
|
+
|
6427
6427
|
def initialize(name=nil, index=nil, src=nil, value=nil, coords=nil)
|
6428
6428
|
@Name = name
|
6429
6429
|
@Index = index
|
@@ -6527,7 +6527,7 @@ module TencentCloud
|
|
6527
6527
|
# @type Times: Array
|
6528
6528
|
|
6529
6529
|
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
|
6530
|
-
|
6530
|
+
|
6531
6531
|
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)
|
6532
6532
|
@Hospital = hospital
|
6533
6533
|
@DepartmentName = departmentname
|
@@ -6600,7 +6600,7 @@ module TencentCloud
|
|
6600
6600
|
# @type Version: Integer
|
6601
6601
|
|
6602
6602
|
attr_accessor :ReportType, :Version
|
6603
|
-
|
6603
|
+
|
6604
6604
|
def initialize(reporttype=nil, version=nil)
|
6605
6605
|
@ReportType = reporttype
|
6606
6606
|
@Version = version
|
@@ -6622,7 +6622,7 @@ module TencentCloud
|
|
6622
6622
|
# @type Items: Array
|
6623
6623
|
|
6624
6624
|
attr_accessor :Text, :Items
|
6625
|
-
|
6625
|
+
|
6626
6626
|
def initialize(text=nil, items=nil)
|
6627
6627
|
@Text = text
|
6628
6628
|
@Items = items
|
@@ -6663,7 +6663,7 @@ module TencentCloud
|
|
6663
6663
|
# @type Name: String
|
6664
6664
|
|
6665
6665
|
attr_accessor :Index, :NormSize, :Src, :Value, :Name
|
6666
|
-
|
6666
|
+
|
6667
6667
|
def initialize(index=nil, normsize=nil, src=nil, value=nil, name=nil)
|
6668
6668
|
@Index = index
|
6669
6669
|
@NormSize = normsize
|
@@ -6712,7 +6712,7 @@ module TencentCloud
|
|
6712
6712
|
# @type Value: String
|
6713
6713
|
|
6714
6714
|
attr_accessor :Name, :Src, :TimeUnit, :TimeNorm, :Amount, :QuitState, :State, :Value
|
6715
|
-
|
6715
|
+
|
6716
6716
|
def initialize(name=nil, src=nil, timeunit=nil, timenorm=nil, amount=nil, quitstate=nil, state=nil, value=nil)
|
6717
6717
|
@Name = name
|
6718
6718
|
@Src = src
|
@@ -6749,7 +6749,7 @@ module TencentCloud
|
|
6749
6749
|
# @type Coords: Array
|
6750
6750
|
|
6751
6751
|
attr_accessor :Symptom, :Text, :Coords
|
6752
|
-
|
6752
|
+
|
6753
6753
|
def initialize(symptom=nil, text=nil, coords=nil)
|
6754
6754
|
@Symptom = symptom
|
6755
6755
|
@Text = text
|
@@ -6787,7 +6787,7 @@ module TencentCloud
|
|
6787
6787
|
# @type Infos: Array
|
6788
6788
|
|
6789
6789
|
attr_accessor :Text, :Infos
|
6790
|
-
|
6790
|
+
|
6791
6791
|
def initialize(text=nil, infos=nil)
|
6792
6792
|
@Text = text
|
6793
6793
|
@Infos = infos
|
@@ -6819,7 +6819,7 @@ module TencentCloud
|
|
6819
6819
|
# @type OtherInfo: :class:`Tencentcloud::Mrs.v20200910.models.OtherInfo`
|
6820
6820
|
|
6821
6821
|
attr_accessor :SurgeryHistory, :OtherInfo
|
6822
|
-
|
6822
|
+
|
6823
6823
|
def initialize(surgeryhistory=nil, otherinfo=nil)
|
6824
6824
|
@SurgeryHistory = surgeryhistory
|
6825
6825
|
@OtherInfo = otherinfo
|
@@ -6847,7 +6847,7 @@ module TencentCloud
|
|
6847
6847
|
# @type Value: String
|
6848
6848
|
|
6849
6849
|
attr_accessor :Name, :Value
|
6850
|
-
|
6850
|
+
|
6851
6851
|
def initialize(name=nil, value=nil)
|
6852
6852
|
@Name = name
|
6853
6853
|
@Value = value
|
@@ -6876,7 +6876,7 @@ module TencentCloud
|
|
6876
6876
|
# @type Value: String
|
6877
6877
|
|
6878
6878
|
attr_accessor :Name, :Src, :SurgeryList, :Value
|
6879
|
-
|
6879
|
+
|
6880
6880
|
def initialize(name=nil, src=nil, surgerylist=nil, value=nil)
|
6881
6881
|
@Name = name
|
6882
6882
|
@Src = src
|
@@ -6921,7 +6921,7 @@ module TencentCloud
|
|
6921
6921
|
# @type DischargeDiagnosis: :class:`Tencentcloud::Mrs.v20200910.models.SurgeryAttr`
|
6922
6922
|
|
6923
6923
|
attr_accessor :SurgeryName, :SurgeryDate, :PreoperativePathology, :IntraoperativePathology, :PostoperativePathology, :DischargeDiagnosis
|
6924
|
-
|
6924
|
+
|
6925
6925
|
def initialize(surgeryname=nil, surgerydate=nil, preoperativepathology=nil, intraoperativepathology=nil, postoperativepathology=nil, dischargediagnosis=nil)
|
6926
6926
|
@SurgeryName = surgeryname
|
6927
6927
|
@SurgeryDate = surgerydate
|
@@ -6975,7 +6975,7 @@ module TencentCloud
|
|
6975
6975
|
# @type Surgerylist: Array
|
6976
6976
|
|
6977
6977
|
attr_accessor :Name, :Src, :Value, :Surgerylist
|
6978
|
-
|
6978
|
+
|
6979
6979
|
def initialize(name=nil, src=nil, value=nil, surgerylist=nil)
|
6980
6980
|
@Name = name
|
6981
6981
|
@Src = src
|
@@ -7014,7 +7014,7 @@ module TencentCloud
|
|
7014
7014
|
# @type Part: String
|
7015
7015
|
|
7016
7016
|
attr_accessor :Time, :TimeType, :Name, :Part
|
7017
|
-
|
7017
|
+
|
7018
7018
|
def initialize(time=nil, timetype=nil, name=nil, part=nil)
|
7019
7019
|
@Time = time
|
7020
7020
|
@TimeType = timetype
|
@@ -7055,7 +7055,7 @@ module TencentCloud
|
|
7055
7055
|
# @type Coords: Array
|
7056
7056
|
|
7057
7057
|
attr_accessor :Grade, :Part, :Index, :Symptom, :Attrs, :Src, :Coords
|
7058
|
-
|
7058
|
+
|
7059
7059
|
def initialize(grade=nil, part=nil, index=nil, symptom=nil, attrs=nil, src=nil, coords=nil)
|
7060
7060
|
@Grade = grade
|
7061
7061
|
@Part = part
|
@@ -7110,7 +7110,7 @@ module TencentCloud
|
|
7110
7110
|
# @type Sample: :class:`Tencentcloud::Mrs.v20200910.models.BaseItem`
|
7111
7111
|
|
7112
7112
|
attr_accessor :Indicators, :Sample
|
7113
|
-
|
7113
|
+
|
7114
7114
|
def initialize(indicators=nil, sample=nil)
|
7115
7115
|
@Indicators = indicators
|
7116
7116
|
@Sample = sample
|
@@ -7223,7 +7223,7 @@ module TencentCloud
|
|
7223
7223
|
# @type Timeline: :class:`Tencentcloud::Mrs.v20200910.models.TimelineInformation`
|
7224
7224
|
|
7225
7225
|
attr_accessor :PatientInfo, :ReportInfo, :Check, :Pathology, :MedDoc, :DiagCert, :FirstPage, :Indicator, :ReportType, :MedicalRecordInfo, :Hospitalization, :Surgery, :Electrocardiogram, :Endoscopy, :Prescription, :VaccineCertificate, :OcrText, :OcrResult, :ReportTypeDesc, :PathologyV2, :C14, :Exame, :MedDocV2, :IndicatorV3, :Covid, :Maternity, :Eye, :BirthCert, :Timeline
|
7226
|
-
|
7226
|
+
|
7227
7227
|
def initialize(patientinfo=nil, reportinfo=nil, check=nil, pathology=nil, meddoc=nil, diagcert=nil, firstpage=nil, indicator=nil, reporttype=nil, medicalrecordinfo=nil, hospitalization=nil, surgery=nil, electrocardiogram=nil, endoscopy=nil, prescription=nil, vaccinecertificate=nil, ocrtext=nil, ocrresult=nil, reporttypedesc=nil, pathologyv2=nil, c14=nil, exame=nil, meddocv2=nil, indicatorv3=nil, covid=nil, maternity=nil, eye=nil, birthcert=nil, timeline=nil)
|
7228
7228
|
@PatientInfo = patientinfo
|
7229
7229
|
@ReportInfo = reportinfo
|
@@ -7372,7 +7372,7 @@ module TencentCloud
|
|
7372
7372
|
# @type UserType: Integer
|
7373
7373
|
|
7374
7374
|
attr_accessor :Text, :UserType
|
7375
|
-
|
7375
|
+
|
7376
7376
|
def initialize(text=nil, usertype=nil)
|
7377
7377
|
@Text = text
|
7378
7378
|
@UserType = usertype
|
@@ -7392,7 +7392,7 @@ module TencentCloud
|
|
7392
7392
|
# @type RequestId: String
|
7393
7393
|
|
7394
7394
|
attr_accessor :TextTypeList, :RequestId
|
7395
|
-
|
7395
|
+
|
7396
7396
|
def initialize(texttypelist=nil, requestid=nil)
|
7397
7397
|
@TextTypeList = texttypelist
|
7398
7398
|
@RequestId = requestid
|
@@ -7429,7 +7429,7 @@ module TencentCloud
|
|
7429
7429
|
# @type ReportTypeVersion: Array
|
7430
7430
|
|
7431
7431
|
attr_accessor :Text, :Type, :IsUsedClassify, :UserType, :ReportTypeVersion
|
7432
|
-
|
7432
|
+
|
7433
7433
|
def initialize(text=nil, type=nil, isusedclassify=nil, usertype=nil, reporttypeversion=nil)
|
7434
7434
|
@Text = text
|
7435
7435
|
@Type = type
|
@@ -7462,7 +7462,7 @@ module TencentCloud
|
|
7462
7462
|
# @type RequestId: String
|
7463
7463
|
|
7464
7464
|
attr_accessor :Template, :RequestId
|
7465
|
-
|
7465
|
+
|
7466
7466
|
def initialize(template=nil, requestid=nil)
|
7467
7467
|
@Template = template
|
7468
7468
|
@RequestId = requestid
|
@@ -7490,7 +7490,7 @@ module TencentCloud
|
|
7490
7490
|
# @type Name: String
|
7491
7491
|
|
7492
7492
|
attr_accessor :Id, :Level, :Name
|
7493
|
-
|
7493
|
+
|
7494
7494
|
def initialize(id=nil, level=nil, name=nil)
|
7495
7495
|
@Id = id
|
7496
7496
|
@Level = level
|
@@ -7514,7 +7514,7 @@ module TencentCloud
|
|
7514
7514
|
# @type Value: String
|
7515
7515
|
|
7516
7516
|
attr_accessor :Name, :Value
|
7517
|
-
|
7517
|
+
|
7518
7518
|
def initialize(name=nil, value=nil)
|
7519
7519
|
@Name = name
|
7520
7520
|
@Value = value
|
@@ -7554,7 +7554,7 @@ module TencentCloud
|
|
7554
7554
|
# @type EndTime: String
|
7555
7555
|
|
7556
7556
|
attr_accessor :Type, :Src, :SubType, :Time, :Value, :Rectangle, :Place, :EndTime
|
7557
|
-
|
7557
|
+
|
7558
7558
|
def initialize(type=nil, src=nil, subtype=nil, time=nil, value=nil, rectangle=nil, place=nil, endtime=nil)
|
7559
7559
|
@Type = type
|
7560
7560
|
@Src = src
|
@@ -7588,7 +7588,7 @@ module TencentCloud
|
|
7588
7588
|
# @type Timeline: Array
|
7589
7589
|
|
7590
7590
|
attr_accessor :Timeline
|
7591
|
-
|
7591
|
+
|
7592
7592
|
def initialize(timeline=nil)
|
7593
7593
|
@Timeline = timeline
|
7594
7594
|
end
|
@@ -7621,7 +7621,7 @@ module TencentCloud
|
|
7621
7621
|
# @type Value: String
|
7622
7622
|
|
7623
7623
|
attr_accessor :Name, :Src, :State, :Value
|
7624
|
-
|
7624
|
+
|
7625
7625
|
def initialize(name=nil, src=nil, state=nil, value=nil)
|
7626
7626
|
@Name = name
|
7627
7627
|
@Src = src
|
@@ -7722,7 +7722,7 @@ module TencentCloud
|
|
7722
7722
|
# @type ObservationDays: String
|
7723
7723
|
|
7724
7724
|
attr_accessor :DmissionCondition, :ChiefComplaint, :DiseasePresent, :SymptomsAndSigns, :AuxiliaryExamination, :BodyExamination, :SpecialistExamination, :MentalExamination, :CheckRecord, :InspectResult, :IncisionHealing, :TreatmentSuggestion, :FollowUpRequirements, :CheckAndTreatmentProcess, :SurgeryCondition, :ConditionChanges, :DischargeCondition, :PTNM, :PTNMM, :PTNMN, :PTNMT, :ECOG, :NRS, :KPS, :DeathDate, :RelapseDate, :ObservationDays
|
7725
|
-
|
7725
|
+
|
7726
7726
|
def initialize(dmissioncondition=nil, chiefcomplaint=nil, diseasepresent=nil, symptomsandsigns=nil, auxiliaryexamination=nil, bodyexamination=nil, specialistexamination=nil, mentalexamination=nil, checkrecord=nil, inspectresult=nil, incisionhealing=nil, treatmentsuggestion=nil, followuprequirements=nil, checkandtreatmentprocess=nil, surgerycondition=nil, conditionchanges=nil, dischargecondition=nil, ptnm=nil, ptnmm=nil, ptnmn=nil, ptnmt=nil, ecog=nil, nrs=nil, kps=nil, deathdate=nil, relapsedate=nil, observationdays=nil)
|
7727
7727
|
@DmissionCondition = dmissioncondition
|
7728
7728
|
@ChiefComplaint = chiefcomplaint
|
@@ -7941,7 +7941,7 @@ module TencentCloud
|
|
7941
7941
|
# @type DischargeDiagnosisText: String
|
7942
7942
|
|
7943
7943
|
attr_accessor :Immunohistochemistry, :ChiefComplaint, :AdmissionCondition, :BodyExamination, :AdmissionDiagnosis, :AdmissionTraditionalDiagnosis, :AdmissionModernDiagnosis, :PathologicalDiagnosis, :DiseasePresent, :SymptomsAndSigns, :AuxiliaryExamination, :SpecialistExamination, :MentalExamination, :CheckRecord, :InspectResult, :CheckAndTreatmentProcess, :SurgeryCondition, :IncisionHealing, :DischargeDiagnosis, :DischargeTraditionalDiagnosis, :DischargeModernDiagnosis, :DischargeCondition, :DischargeInstructions, :TreatmentSuggestion, :FollowUpRequirements, :ConditionChanges, :PulmonaryArterySystolicPressure, :BCLC, :PTNM, :ECOG, :NRS, :KPS, :Cancerstaging, :DeathDate, :RelapseDate, :ObservationDays, :IncisionHealingText, :AuxiliaryExaminationText, :SpecialExamText, :OutpatientDiagnosisText, :AdmissionConditionText, :CheckAndTreatmentProcessText, :SymptomsAndSignsText, :DischargeInstructionsText, :AdmissionDiagnosisText, :SurgeryConditionText, :PathologicalDiagnosisText, :DischargeConditionText, :CheckRecordText, :ChiefComplaintText, :DischargeDiagnosisText
|
7944
|
-
|
7944
|
+
|
7945
7945
|
def initialize(immunohistochemistry=nil, chiefcomplaint=nil, admissioncondition=nil, bodyexamination=nil, admissiondiagnosis=nil, admissiontraditionaldiagnosis=nil, admissionmoderndiagnosis=nil, pathologicaldiagnosis=nil, diseasepresent=nil, symptomsandsigns=nil, auxiliaryexamination=nil, specialistexamination=nil, mentalexamination=nil, checkrecord=nil, inspectresult=nil, checkandtreatmentprocess=nil, surgerycondition=nil, incisionhealing=nil, dischargediagnosis=nil, dischargetraditionaldiagnosis=nil, dischargemoderndiagnosis=nil, dischargecondition=nil, dischargeinstructions=nil, treatmentsuggestion=nil, followuprequirements=nil, conditionchanges=nil, pulmonaryarterysystolicpressure=nil, bclc=nil, ptnm=nil, ecog=nil, nrs=nil, kps=nil, cancerstaging=nil, deathdate=nil, relapsedate=nil, observationdays=nil, incisionhealingtext=nil, auxiliaryexaminationtext=nil, specialexamtext=nil, outpatientdiagnosistext=nil, admissionconditiontext=nil, checkandtreatmentprocesstext=nil, symptomsandsignstext=nil, dischargeinstructionstext=nil, admissiondiagnosistext=nil, surgeryconditiontext=nil, pathologicaldiagnosistext=nil, dischargeconditiontext=nil, checkrecordtext=nil, chiefcomplainttext=nil, dischargediagnosistext=nil)
|
7946
7946
|
@Immunohistochemistry = immunohistochemistry
|
7947
7947
|
@ChiefComplaint = chiefcomplaint
|
@@ -8298,7 +8298,7 @@ module TencentCloud
|
|
8298
8298
|
# @type Coords: Array
|
8299
8299
|
|
8300
8300
|
attr_accessor :Type, :Part, :Size, :Multiple, :AspectRatio, :Edge, :InnerEcho, :RearEcho, :Elastic, :Shape, :ShapeAttr, :SkinMedulla, :Trend, :Calcification, :Envelope, :Enhancement, :LymphEnlargement, :LymphDoor, :Activity, :Operation, :CDFI, :Index, :SizeStatus, :InnerEchoDistribution, :InnerEchoType, :Outline, :Structure, :Density, :Vas, :Cysticwall, :Capsule, :IsthmusThicknese, :Src, :Transparent, :MriAdc, :MriDwi, :MriT1, :MriT2, :CtHu, :Suvmax, :Metabolism, :RadioactiveUptake, :SymDesc, :ImageFeature, :Coords
|
8301
|
-
|
8301
|
+
|
8302
8302
|
def initialize(type=nil, part=nil, size=nil, multiple=nil, aspectratio=nil, edge=nil, innerecho=nil, rearecho=nil, elastic=nil, shape=nil, shapeattr=nil, skinmedulla=nil, trend=nil, calcification=nil, envelope=nil, enhancement=nil, lymphenlargement=nil, lymphdoor=nil, activity=nil, operation=nil, cdfi=nil, index=nil, sizestatus=nil, innerechodistribution=nil, innerechotype=nil, outline=nil, structure=nil, density=nil, vas=nil, cysticwall=nil, capsule=nil, isthmusthicknese=nil, src=nil, transparent=nil, mriadc=nil, mridwi=nil, mrit1=nil, mrit2=nil, cthu=nil, suvmax=nil, metabolism=nil, radioactiveuptake=nil, symdesc=nil, imagefeature=nil, coords=nil)
|
8303
8303
|
@Type = type
|
8304
8304
|
@Part = part
|
@@ -8571,7 +8571,7 @@ module TencentCloud
|
|
8571
8571
|
# @type Lot: String
|
8572
8572
|
|
8573
8573
|
attr_accessor :Id, :Vaccine, :Dose, :Date, :LotNumber, :Manufacturer, :Clinic, :Site, :Provider, :Lot
|
8574
|
-
|
8574
|
+
|
8575
8575
|
def initialize(id=nil, vaccine=nil, dose=nil, date=nil, lotnumber=nil, manufacturer=nil, clinic=nil, site=nil, provider=nil, lot=nil)
|
8576
8576
|
@Id = id
|
8577
8577
|
@Vaccine = vaccine
|
@@ -8606,7 +8606,7 @@ module TencentCloud
|
|
8606
8606
|
# @type VaccineList: Array
|
8607
8607
|
|
8608
8608
|
attr_accessor :VaccineList
|
8609
|
-
|
8609
|
+
|
8610
8610
|
def initialize(vaccinelist=nil)
|
8611
8611
|
@VaccineList = vaccinelist
|
8612
8612
|
end
|
@@ -8636,7 +8636,7 @@ module TencentCloud
|
|
8636
8636
|
# @type Positive: String
|
8637
8637
|
|
8638
8638
|
attr_accessor :Grade, :Percent, :Positive
|
8639
|
-
|
8639
|
+
|
8640
8640
|
def initialize(grade=nil, percent=nil, positive=nil)
|
8641
8641
|
@Grade = grade
|
8642
8642
|
@Percent = percent
|
@@ -8663,7 +8663,7 @@ module TencentCloud
|
|
8663
8663
|
# @type Positive: String
|
8664
8664
|
|
8665
8665
|
attr_accessor :Grade, :Percent, :Positive
|
8666
|
-
|
8666
|
+
|
8667
8667
|
def initialize(grade=nil, percent=nil, positive=nil)
|
8668
8668
|
@Grade = grade
|
8669
8669
|
@Percent = percent
|