Class: TencentCloud::Mrs::V20200910::EcgItem

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, value = nil, unit = nil, src = nil) ⇒ EcgItem

Returns a new instance of EcgItem.



3111
3112
3113
3114
3115
3116
# File 'lib/v20200910/models.rb', line 3111

def initialize(name=nil, value=nil, unit=nil, src=nil)
  @Name = name
  @Value = value
  @Unit = unit
  @Src = src
end

Instance Attribute Details

#NameObject

Parameters:

  • Name:

    名称

  • Value:

  • Unit:

    单位

  • Src:

    原文



3109
3110
3111
# File 'lib/v20200910/models.rb', line 3109

def Name
  @Name
end

#SrcObject

Parameters:

  • Name:

    名称

  • Value:

  • Unit:

    单位

  • Src:

    原文



3109
3110
3111
# File 'lib/v20200910/models.rb', line 3109

def Src
  @Src
end

#UnitObject

Parameters:

  • Name:

    名称

  • Value:

  • Unit:

    单位

  • Src:

    原文



3109
3110
3111
# File 'lib/v20200910/models.rb', line 3109

def Unit
  @Unit
end

#ValueObject

Parameters:

  • Name:

    名称

  • Value:

  • Unit:

    单位

  • Src:

    原文



3109
3110
3111
# File 'lib/v20200910/models.rb', line 3109

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



3118
3119
3120
3121
3122
3123
# File 'lib/v20200910/models.rb', line 3118

def deserialize(params)
  @Name = params['Name']
  @Value = params['Value']
  @Unit = params['Unit']
  @Src = params['Src']
end