Class: TencentCloud::Mrs::V20200910::NeonatalInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mrs::V20200910::NeonatalInfo
- Defined in:
- lib/v20200910/models.rb
Overview
新生儿信息
Instance Attribute Summary collapse
- #BirthLength ⇒ Object
- #BirthPlace ⇒ Object
- #BirthTime ⇒ Object
- #BirthWeight ⇒ Object
- #GestationalAge ⇒ Object
- #MedicalInstitutions ⇒ Object
- #NeonatalGender ⇒ Object
- #NeonatalName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(neonatalname = nil, neonatalgender = nil, birthlength = nil, birthweight = nil, gestationalage = nil, birthtime = nil, birthplace = nil, medicalinstitutions = nil) ⇒ NeonatalInfo
constructor
A new instance of NeonatalInfo.
Constructor Details
#initialize(neonatalname = nil, neonatalgender = nil, birthlength = nil, birthweight = nil, gestationalage = nil, birthtime = nil, birthplace = nil, medicalinstitutions = nil) ⇒ NeonatalInfo
Returns a new instance of NeonatalInfo.
7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 |
# File 'lib/v20200910/models.rb', line 7032 def initialize(neonatalname=nil, neonatalgender=nil, birthlength=nil, birthweight=nil, gestationalage=nil, birthtime=nil, birthplace=nil, medicalinstitutions=nil) @NeonatalName = neonatalname @NeonatalGender = neonatalgender @BirthLength = birthlength @BirthWeight = birthweight @GestationalAge = gestationalage @BirthTime = birthtime @BirthPlace = birthplace @MedicalInstitutions = medicalinstitutions end |
Instance Attribute Details
#BirthLength ⇒ Object
7030 7031 7032 |
# File 'lib/v20200910/models.rb', line 7030 def BirthLength @BirthLength end |
#BirthPlace ⇒ Object
7030 7031 7032 |
# File 'lib/v20200910/models.rb', line 7030 def BirthPlace @BirthPlace end |
#BirthTime ⇒ Object
7030 7031 7032 |
# File 'lib/v20200910/models.rb', line 7030 def BirthTime @BirthTime end |
#BirthWeight ⇒ Object
7030 7031 7032 |
# File 'lib/v20200910/models.rb', line 7030 def BirthWeight @BirthWeight end |
#GestationalAge ⇒ Object
7030 7031 7032 |
# File 'lib/v20200910/models.rb', line 7030 def GestationalAge @GestationalAge end |
#MedicalInstitutions ⇒ Object
7030 7031 7032 |
# File 'lib/v20200910/models.rb', line 7030 def MedicalInstitutions @MedicalInstitutions end |
#NeonatalGender ⇒ Object
7030 7031 7032 |
# File 'lib/v20200910/models.rb', line 7030 def NeonatalGender @NeonatalGender end |
#NeonatalName ⇒ Object
7030 7031 7032 |
# File 'lib/v20200910/models.rb', line 7030 def NeonatalName @NeonatalName end |
Instance Method Details
#deserialize(params) ⇒ Object
7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 |
# File 'lib/v20200910/models.rb', line 7043 def deserialize(params) @NeonatalName = params['NeonatalName'] @NeonatalGender = params['NeonatalGender'] @BirthLength = params['BirthLength'] @BirthWeight = params['BirthWeight'] @GestationalAge = params['GestationalAge'] @BirthTime = params['BirthTime'] @BirthPlace = params['BirthPlace'] @MedicalInstitutions = params['MedicalInstitutions'] end |