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.
7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 |
# File 'lib/v20200910/models.rb', line 7005 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
7003 7004 7005 |
# File 'lib/v20200910/models.rb', line 7003 def BirthLength @BirthLength end |
#BirthPlace ⇒ Object
7003 7004 7005 |
# File 'lib/v20200910/models.rb', line 7003 def BirthPlace @BirthPlace end |
#BirthTime ⇒ Object
7003 7004 7005 |
# File 'lib/v20200910/models.rb', line 7003 def BirthTime @BirthTime end |
#BirthWeight ⇒ Object
7003 7004 7005 |
# File 'lib/v20200910/models.rb', line 7003 def BirthWeight @BirthWeight end |
#GestationalAge ⇒ Object
7003 7004 7005 |
# File 'lib/v20200910/models.rb', line 7003 def GestationalAge @GestationalAge end |
#MedicalInstitutions ⇒ Object
7003 7004 7005 |
# File 'lib/v20200910/models.rb', line 7003 def MedicalInstitutions @MedicalInstitutions end |
#NeonatalGender ⇒ Object
7003 7004 7005 |
# File 'lib/v20200910/models.rb', line 7003 def NeonatalGender @NeonatalGender end |
#NeonatalName ⇒ Object
7003 7004 7005 |
# File 'lib/v20200910/models.rb', line 7003 def NeonatalName @NeonatalName end |
Instance Method Details
#deserialize(params) ⇒ Object
7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 |
# File 'lib/v20200910/models.rb', line 7016 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 |