Class: TencentCloud::Mrs::V20200910::DiseasePresentBlock

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20200910/models.rb

Overview

现病史

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NameObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

  • Norm:

    归一化



2751
2752
2753
# File 'lib/v20200910/models.rb', line 2751

def Name
  @Name
end

#NormObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

  • Norm:

    归一化



2751
2752
2753
# File 'lib/v20200910/models.rb', line 2751

def Norm
  @Norm
end

#SrcObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

  • Norm:

    归一化



2751
2752
2753
# File 'lib/v20200910/models.rb', line 2751

def Src
  @Src
end

#ValueObject

Parameters:

  • Name:

    名称

  • Src:

    原文

  • Value:

  • Norm:

    归一化



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