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.



6763
6764
6765
6766
6767
6768
6769
6770
# File 'lib/v20200910/models.rb', line 6763

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:

    月经持续天数



6761
6762
6763
# File 'lib/v20200910/models.rb', line 6761

def LastMenstrualPeriod
  @LastMenstrualPeriod
end

#MenarcheAgeObject

Parameters:

  • LastMenstrualPeriod:

    末次月经时间

  • MenstrualFlow:

    经量

  • MenarcheAge:

    月经初潮年龄

  • MenstruationOrNot:

    是否来月经

  • MenstrualCycles:

    月经周期

  • MenstrualPeriod:

    月经持续天数



6761
6762
6763
# File 'lib/v20200910/models.rb', line 6761

def MenarcheAge
  @MenarcheAge
end

#MenstrualCyclesObject

Parameters:

  • LastMenstrualPeriod:

    末次月经时间

  • MenstrualFlow:

    经量

  • MenarcheAge:

    月经初潮年龄

  • MenstruationOrNot:

    是否来月经

  • MenstrualCycles:

    月经周期

  • MenstrualPeriod:

    月经持续天数



6761
6762
6763
# File 'lib/v20200910/models.rb', line 6761

def MenstrualCycles
  @MenstrualCycles
end

#MenstrualFlowObject

Parameters:

  • LastMenstrualPeriod:

    末次月经时间

  • MenstrualFlow:

    经量

  • MenarcheAge:

    月经初潮年龄

  • MenstruationOrNot:

    是否来月经

  • MenstrualCycles:

    月经周期

  • MenstrualPeriod:

    月经持续天数



6761
6762
6763
# File 'lib/v20200910/models.rb', line 6761

def MenstrualFlow
  @MenstrualFlow
end

#MenstrualPeriodObject

Parameters:

  • LastMenstrualPeriod:

    末次月经时间

  • MenstrualFlow:

    经量

  • MenarcheAge:

    月经初潮年龄

  • MenstruationOrNot:

    是否来月经

  • MenstrualCycles:

    月经周期

  • MenstrualPeriod:

    月经持续天数



6761
6762
6763
# File 'lib/v20200910/models.rb', line 6761

def MenstrualPeriod
  @MenstrualPeriod
end

#MenstruationOrNotObject

Parameters:

  • LastMenstrualPeriod:

    末次月经时间

  • MenstrualFlow:

    经量

  • MenarcheAge:

    月经初潮年龄

  • MenstruationOrNot:

    是否来月经

  • MenstrualCycles:

    月经周期

  • MenstrualPeriod:

    月经持续天数



6761
6762
6763
# File 'lib/v20200910/models.rb', line 6761

def MenstruationOrNot
  @MenstruationOrNot
end

Instance Method Details

#deserialize(params) ⇒ Object



6772
6773
6774
6775
6776
6777
6778
6779
# File 'lib/v20200910/models.rb', line 6772

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