Class: GroupOfCausesOfDeathMapper

Inherits:
Object
  • Object
show all
Includes:
XmlSchemaMapper
Defined in:
app/mappers/group_of_causes_of_death_mapper.rb

Overview

Note:

Возможные причины смерти (по медицинскому свидетельству о смерти или о перинатальной смерти)

Instance Attribute Summary collapse

Instance Attribute Details

#aCauseOfDeathMapper

Причина смерти согласно графе «а» медицинского свидетельства о смерти или о перинатальной смерти minOccurs: 0, maxOccurs: 1

Returns:



12
13
14
# File 'app/mappers/group_of_causes_of_death_mapper.rb', line 12

def a
  @a
end

#bCauseOfDeathMapper

Причина смерти согласно графе «б» медицинского свидетельства о смерти или о перинатальной смерти minOccurs: 0, maxOccurs: 1

Returns:



16
17
18
# File 'app/mappers/group_of_causes_of_death_mapper.rb', line 16

def b
  @b
end

#cCauseOfDeathMapper

Причина смерти согласно графе «в» медицинского свидетельства о смерти или о перинатальной смерти minOccurs: 0, maxOccurs: 1

Returns:



20
21
22
# File 'app/mappers/group_of_causes_of_death_mapper.rb', line 20

def c
  @c
end

#dCauseOfDeathMapper

Причина смерти согласно графе «г» медицинского свидетельства о смерти или о перинатальной смерти minOccurs: 0, maxOccurs: 1

Returns:



24
25
26
# File 'app/mappers/group_of_causes_of_death_mapper.rb', line 24

def d
  @d
end

#eCauseOfDeathMapper

Причина смерти согласно графе «д» медицинского свидетельства о перинатальной смерти minOccurs: 0, maxOccurs: 1

Returns:



28
29
30
# File 'app/mappers/group_of_causes_of_death_mapper.rb', line 28

def e
  @e
end

#iiCauseOfDeathMapper

Причина смерти согласно графе «II» медицинского свидетельства о смерти minOccurs: 0, maxOccurs: 1

Returns:



32
33
34
# File 'app/mappers/group_of_causes_of_death_mapper.rb', line 32

def ii
  @ii
end

#other_death_reasonCauseOfDeathMapper

minOccurs: 0, maxOccurs: 1

Returns:



35
36
37
# File 'app/mappers/group_of_causes_of_death_mapper.rb', line 35

def other_death_reason
  @other_death_reason
end