Class: TencentCloud::Mrs::V20200910::InternalMedicineAbdomenLiver

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

Overview

体检报告-内科-腹部-肝脏

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(src = nil, size = nil, palpation = nil, percussion = nil, tenderness = nil, consistency = nil) ⇒ InternalMedicineAbdomenLiver

Returns a new instance of InternalMedicineAbdomenLiver.



5630
5631
5632
5633
5634
5635
5636
5637
# File 'lib/v20200910/models.rb', line 5630

def initialize(src=nil, size=nil, palpation=nil, percussion=nil, tenderness=nil, consistency=nil)
  @Src = src
  @Size = size
  @Palpation = palpation
  @Percussion = percussion
  @Tenderness = tenderness
  @Consistency = consistency
end

Instance Attribute Details

#ConsistencyObject

Parameters:

  • Src:

    肝脏总体描述

  • Size:

    肝脏大小

  • Palpation:

    肝脏触诊

  • Percussion:

    肝脏叩诊

  • Tenderness:

    肝脏压痛

  • Consistency:

    肝脏质地



5628
5629
5630
# File 'lib/v20200910/models.rb', line 5628

def Consistency
  @Consistency
end

#PalpationObject

Parameters:

  • Src:

    肝脏总体描述

  • Size:

    肝脏大小

  • Palpation:

    肝脏触诊

  • Percussion:

    肝脏叩诊

  • Tenderness:

    肝脏压痛

  • Consistency:

    肝脏质地



5628
5629
5630
# File 'lib/v20200910/models.rb', line 5628

def Palpation
  @Palpation
end

#PercussionObject

Parameters:

  • Src:

    肝脏总体描述

  • Size:

    肝脏大小

  • Palpation:

    肝脏触诊

  • Percussion:

    肝脏叩诊

  • Tenderness:

    肝脏压痛

  • Consistency:

    肝脏质地



5628
5629
5630
# File 'lib/v20200910/models.rb', line 5628

def Percussion
  @Percussion
end

#SizeObject

Parameters:

  • Src:

    肝脏总体描述

  • Size:

    肝脏大小

  • Palpation:

    肝脏触诊

  • Percussion:

    肝脏叩诊

  • Tenderness:

    肝脏压痛

  • Consistency:

    肝脏质地



5628
5629
5630
# File 'lib/v20200910/models.rb', line 5628

def Size
  @Size
end

#SrcObject

Parameters:

  • Src:

    肝脏总体描述

  • Size:

    肝脏大小

  • Palpation:

    肝脏触诊

  • Percussion:

    肝脏叩诊

  • Tenderness:

    肝脏压痛

  • Consistency:

    肝脏质地



5628
5629
5630
# File 'lib/v20200910/models.rb', line 5628

def Src
  @Src
end

#TendernessObject

Parameters:

  • Src:

    肝脏总体描述

  • Size:

    肝脏大小

  • Palpation:

    肝脏触诊

  • Percussion:

    肝脏叩诊

  • Tenderness:

    肝脏压痛

  • Consistency:

    肝脏质地



5628
5629
5630
# File 'lib/v20200910/models.rb', line 5628

def Tenderness
  @Tenderness
end

Instance Method Details

#deserialize(params) ⇒ Object



5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
# File 'lib/v20200910/models.rb', line 5639

def deserialize(params)
  unless params['Src'].nil?
    @Src = KeyValueItem.new
    @Src.deserialize(params['Src'])
  end
  unless params['Size'].nil?
    @Size = KeyValueItem.new
    @Size.deserialize(params['Size'])
  end
  unless params['Palpation'].nil?
    @Palpation = KeyValueItem.new
    @Palpation.deserialize(params['Palpation'])
  end
  unless params['Percussion'].nil?
    @Percussion = KeyValueItem.new
    @Percussion.deserialize(params['Percussion'])
  end
  unless params['Tenderness'].nil?
    @Tenderness = KeyValueItem.new
    @Tenderness.deserialize(params['Tenderness'])
  end
  unless params['Consistency'].nil?
    @Consistency = KeyValueItem.new
    @Consistency.deserialize(params['Consistency'])
  end
end