Class: TencentCloud::Mrs::V20200910::DischargeDiagnosisBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::DischargeDiagnosisBlock
- Defined in:
- lib/v20200910/models.rb
Overview
出院诊断
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, norm = nil, value = nil) ⇒ DischargeDiagnosisBlock
constructor
A new instance of DischargeDiagnosisBlock.
Constructor Details
#initialize(name = nil, src = nil, norm = nil, value = nil) ⇒ DischargeDiagnosisBlock
Returns a new instance of DischargeDiagnosisBlock.
2595 2596 2597 2598 2599 2600 |
# File 'lib/v20200910/models.rb', line 2595 def initialize(name=nil, src=nil, norm=nil, value=nil) @Name = name @Src = src @Norm = norm @Value = value end |
Instance Attribute Details
#Name ⇒ Object
2593 2594 2595 |
# File 'lib/v20200910/models.rb', line 2593 def Name @Name end |
#Norm ⇒ Object
2593 2594 2595 |
# File 'lib/v20200910/models.rb', line 2593 def Norm @Norm end |
#Src ⇒ Object
2593 2594 2595 |
# File 'lib/v20200910/models.rb', line 2593 def Src @Src end |
#Value ⇒ Object
2593 2594 2595 |
# File 'lib/v20200910/models.rb', line 2593 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2602 2603 2604 2605 2606 2607 |
# File 'lib/v20200910/models.rb', line 2602 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Norm = params['Norm'] @Value = params['Value'] end |