Class: TencentCloud::Mrs::V20200910::PathologicalDiagnosisDetailBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::PathologicalDiagnosisDetailBlock
- Defined in:
- lib/v20200910/models.rb
Overview
病理详细
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(part = nil, histologicaltype = nil, histologicalgrade = nil) ⇒ PathologicalDiagnosisDetailBlock
constructor
A new instance of PathologicalDiagnosisDetailBlock.
Constructor Details
#initialize(part = nil, histologicaltype = nil, histologicalgrade = nil) ⇒ PathologicalDiagnosisDetailBlock
Returns a new instance of PathologicalDiagnosisDetailBlock.
8277 8278 8279 8280 8281 |
# File 'lib/v20200910/models.rb', line 8277 def initialize(part=nil, histologicaltype=nil, histologicalgrade=nil) @Part = part @HistologicalType = histologicaltype @HistologicalGrade = histologicalgrade end |
Instance Attribute Details
#HistologicalGrade ⇒ Object
8275 8276 8277 |
# File 'lib/v20200910/models.rb', line 8275 def HistologicalGrade @HistologicalGrade end |
#HistologicalType ⇒ Object
8275 8276 8277 |
# File 'lib/v20200910/models.rb', line 8275 def HistologicalType @HistologicalType end |
#Part ⇒ Object
8275 8276 8277 |
# File 'lib/v20200910/models.rb', line 8275 def Part @Part end |
Instance Method Details
#deserialize(params) ⇒ Object
8283 8284 8285 8286 8287 |
# File 'lib/v20200910/models.rb', line 8283 def deserialize(params) @Part = params['Part'] @HistologicalType = params['HistologicalType'] @HistologicalGrade = params['HistologicalGrade'] end |