Class: TencentCloud::Mrs::V20200910::MenstrualMedicalHistory

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

Overview

月经史

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(lastmenstrualperiod = nil, menstrualflow = nil, menarcheage = nil, menstruationornot = nil, menstrualcycles = nil, menstrualperiod = nil) ⇒ MenstrualMedicalHistory

Returns a new instance of MenstrualMedicalHistory.



6790
6791
6792
6793
6794
6795
6796
6797
# File 'lib/v20200910/models.rb', line 6790

def initialize(lastmenstrualperiod=nil, menstrualflow=nil, menarcheage=nil, menstruationornot=nil, menstrualcycles=nil, menstrualperiod=nil)
  @LastMenstrualPeriod = lastmenstrualperiod
  @MenstrualFlow = menstrualflow
  @MenarcheAge = menarcheage
  @MenstruationOrNot = menstruationornot
  @MenstrualCycles = menstrualcycles
  @MenstrualPeriod = menstrualperiod
end

Instance Attribute Details

#LastMenstrualPeriodObject

Parameters:

  • LastMenstrualPeriod:

    末次月经时间

  • MenstrualFlow:

    经量

  • MenarcheAge:

    月经初潮年龄

  • MenstruationOrNot:

    是否来月经

  • MenstrualCycles:

    月经周期

  • MenstrualPeriod:

    月经持续天数



6788
6789
6790
# File 'lib/v20200910/models.rb', line 6788

def LastMenstrualPeriod
  @LastMenstrualPeriod
end

#MenarcheAgeObject

Parameters:

  • LastMenstrualPeriod:

    末次月经时间

  • MenstrualFlow:

    经量

  • MenarcheAge:

    月经初潮年龄

  • MenstruationOrNot:

    是否来月经

  • MenstrualCycles:

    月经周期

  • MenstrualPeriod:

    月经持续天数



6788
6789
6790
# File 'lib/v20200910/models.rb', line 6788

def MenarcheAge
  @MenarcheAge
end

#MenstrualCyclesObject

Parameters:

  • LastMenstrualPeriod:

    末次月经时间

  • MenstrualFlow:

    经量

  • MenarcheAge:

    月经初潮年龄

  • MenstruationOrNot:

    是否来月经

  • MenstrualCycles:

    月经周期

  • MenstrualPeriod:

    月经持续天数



6788
6789
6790
# File 'lib/v20200910/models.rb', line 6788

def MenstrualCycles
  @MenstrualCycles
end

#MenstrualFlowObject

Parameters:

  • LastMenstrualPeriod:

    末次月经时间

  • MenstrualFlow:

    经量

  • MenarcheAge:

    月经初潮年龄

  • MenstruationOrNot:

    是否来月经

  • MenstrualCycles:

    月经周期

  • MenstrualPeriod:

    月经持续天数



6788
6789
6790
# File 'lib/v20200910/models.rb', line 6788

def MenstrualFlow
  @MenstrualFlow
end

#MenstrualPeriodObject

Parameters:

  • LastMenstrualPeriod:

    末次月经时间

  • MenstrualFlow:

    经量

  • MenarcheAge:

    月经初潮年龄

  • MenstruationOrNot:

    是否来月经

  • MenstrualCycles:

    月经周期

  • MenstrualPeriod:

    月经持续天数



6788
6789
6790
# File 'lib/v20200910/models.rb', line 6788

def MenstrualPeriod
  @MenstrualPeriod
end

#MenstruationOrNotObject

Parameters:

  • LastMenstrualPeriod:

    末次月经时间

  • MenstrualFlow:

    经量

  • MenarcheAge:

    月经初潮年龄

  • MenstruationOrNot:

    是否来月经

  • MenstrualCycles:

    月经周期

  • MenstrualPeriod:

    月经持续天数



6788
6789
6790
# File 'lib/v20200910/models.rb', line 6788

def MenstruationOrNot
  @MenstruationOrNot
end

Instance Method Details

#deserialize(params) ⇒ Object



6799
6800
6801
6802
6803
6804
6805
6806
# File 'lib/v20200910/models.rb', line 6799

def deserialize(params)
  @LastMenstrualPeriod = params['LastMenstrualPeriod']
  @MenstrualFlow = params['MenstrualFlow']
  @MenarcheAge = params['MenarcheAge']
  @MenstruationOrNot = params['MenstruationOrNot']
  @MenstrualCycles = params['MenstrualCycles']
  @MenstrualPeriod = params['MenstrualPeriod']
end