Class: TencentCloud::Mrs::V20200910::MenstrualMedicalHistory
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::MenstrualMedicalHistory
- Defined in:
- lib/v20200910/models.rb
Overview
月经史
Instance Attribute Summary collapse
- #LastMenstrualPeriod ⇒ Object
- #MenarcheAge ⇒ Object
- #MenstrualCycles ⇒ Object
- #MenstrualFlow ⇒ Object
- #MenstrualPeriod ⇒ Object
- #MenstruationOrNot ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(lastmenstrualperiod = nil, menstrualflow = nil, menarcheage = nil, menstruationornot = nil, menstrualcycles = nil, menstrualperiod = nil) ⇒ MenstrualMedicalHistory
constructor
A new instance of MenstrualMedicalHistory.
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
#LastMenstrualPeriod ⇒ Object
6788 6789 6790 |
# File 'lib/v20200910/models.rb', line 6788 def LastMenstrualPeriod @LastMenstrualPeriod end |
#MenarcheAge ⇒ Object
6788 6789 6790 |
# File 'lib/v20200910/models.rb', line 6788 def MenarcheAge @MenarcheAge end |
#MenstrualCycles ⇒ Object
6788 6789 6790 |
# File 'lib/v20200910/models.rb', line 6788 def MenstrualCycles @MenstrualCycles end |
#MenstrualFlow ⇒ Object
6788 6789 6790 |
# File 'lib/v20200910/models.rb', line 6788 def MenstrualFlow @MenstrualFlow end |
#MenstrualPeriod ⇒ Object
6788 6789 6790 |
# File 'lib/v20200910/models.rb', line 6788 def MenstrualPeriod @MenstrualPeriod end |
#MenstruationOrNot ⇒ Object
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 |