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.
2768 2769 2770 2771 2772 2773 |
# File 'lib/v20200910/models.rb', line 2768 def initialize(name=nil, src=nil, value=nil, norm=nil) @Name = name @Src = src @Value = value @Norm = norm end |
Instance Attribute Details
#Name ⇒ Object
2766 2767 2768 |
# File 'lib/v20200910/models.rb', line 2766 def Name @Name end |
#Norm ⇒ Object
2766 2767 2768 |
# File 'lib/v20200910/models.rb', line 2766 def Norm @Norm end |
#Src ⇒ Object
2766 2767 2768 |
# File 'lib/v20200910/models.rb', line 2766 def Src @Src end |
#Value ⇒ Object
2766 2767 2768 |
# File 'lib/v20200910/models.rb', line 2766 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
2775 2776 2777 2778 2779 2780 |
# File 'lib/v20200910/models.rb', line 2775 def deserialize(params) @Name = params['Name'] @Src = params['Src'] @Value = params['Value'] @Norm = params['Norm'] end |