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.
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
#LastMenstrualPeriod ⇒ Object
6761 6762 6763 |
# File 'lib/v20200910/models.rb', line 6761 def LastMenstrualPeriod @LastMenstrualPeriod end |
#MenarcheAge ⇒ Object
6761 6762 6763 |
# File 'lib/v20200910/models.rb', line 6761 def MenarcheAge @MenarcheAge end |
#MenstrualCycles ⇒ Object
6761 6762 6763 |
# File 'lib/v20200910/models.rb', line 6761 def MenstrualCycles @MenstrualCycles end |
#MenstrualFlow ⇒ Object
6761 6762 6763 |
# File 'lib/v20200910/models.rb', line 6761 def MenstrualFlow @MenstrualFlow end |
#MenstrualPeriod ⇒ Object
6761 6762 6763 |
# File 'lib/v20200910/models.rb', line 6761 def MenstrualPeriod @MenstrualPeriod end |
#MenstruationOrNot ⇒ Object
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 |