Class: TencentCloud::Mrs::V20200910::DiseasePresentBlock
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::DiseasePresentBlock
- Defined in:
- lib/v20200910/models.rb
Overview
现病史
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, src = nil, value = nil, norm = nil) ⇒ DiseasePresentBlock
constructor
A new instance of DiseasePresentBlock.
Constructor Details
#initialize(name = nil, src = nil, value = nil, norm = nil) ⇒ DiseasePresentBlock
Returns a new instance of DiseasePresentBlock.
2753 2754 2755 2756 2757 2758 |
# File 'lib/v20200910/models.rb', line 2753 def initialize(name=nil, src=nil, value=nil, norm=nil) @Name = name @Src = src @Value = value @Norm = norm end |
Instance Attribute Details
#Name ⇒ Object
2751 2752 2753 |
# File 'lib/v20200910/models.rb', line 2751 def Name @Name end |
#Norm ⇒ Object
2751 2752 2753 |
# File 'lib/v20200910/models.rb', line 2751 def Norm @Norm end |
#Src ⇒ Object
2751 2752 2753 |
# File 'lib/v20200910/models.rb', line 2751 def Src @Src end |
#Value ⇒ Object
2751 2752 2753 |
# File 'lib/v20200910/models.rb', line 2751 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2760 2761 2762 2763 2764 2765 |
# File 'lib/v20200910/models.rb', line 2760 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Value = params['Value'] @Norm = params['Norm'] end |