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.



3096
3097
3098
3099
3100
3101
# File 'lib/v20200910/models.rb', line 3096

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:

    原文



3094
3095
3096
# File 'lib/v20200910/models.rb', line 3094

def Name
  @Name
end

#SrcObject

Parameters:

  • Name:

    名称

  • Value:

  • Unit:

    单位

  • Src:

    原文



3094
3095
3096
# File 'lib/v20200910/models.rb', line 3094

def Src
  @Src
end

#UnitObject

Parameters:

  • Name:

    名称

  • Value:

  • Unit:

    单位

  • Src:

    原文



3094
3095
3096
# File 'lib/v20200910/models.rb', line 3094

def Unit
  @Unit
end

#ValueObject

Parameters:

  • Name:

    名称

  • Value:

  • Unit:

    单位

  • Src:

    原文



3094
3095
3096
# File 'lib/v20200910/models.rb', line 3094

def Value
  @Value
end

Instance Method Details

#deserialize(params) ⇒ Object



3103
3104
3105
3106
3107
3108
# File 'lib/v20200910/models.rb', line 3103

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