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.
8250 8251 8252 8253 8254 |
# File 'lib/v20200910/models.rb', line 8250 def initialize(part=nil, histologicaltype=nil, histologicalgrade=nil) @Part = part @HistologicalType = histologicaltype @HistologicalGrade = histologicalgrade end |
Instance Attribute Details
#HistologicalGrade ⇒ Object
8248 8249 8250 |
# File 'lib/v20200910/models.rb', line 8248 def HistologicalGrade @HistologicalGrade end |
#HistologicalType ⇒ Object
8248 8249 8250 |
# File 'lib/v20200910/models.rb', line 8248 def HistologicalType @HistologicalType end |
#Part ⇒ Object
8248 8249 8250 |
# File 'lib/v20200910/models.rb', line 8248 def Part @Part end |
Instance Method Details
#deserialize(params) ⇒ Object
8256 8257 8258 8259 8260 |
# File 'lib/v20200910/models.rb', line 8256 def deserialize(params) @Part = params['Part'] @HistologicalType = params['HistologicalType'] @HistologicalGrade = params['HistologicalGrade'] end |