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:



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

def a
  @a
end

#bCauseOfDeathMapper

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

Returns:



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

def b
  @b
end

#cCauseOfDeathMapper

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

Returns:



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

def c
  @c
end

#dCauseOfDeathMapper

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

Returns:



30
31
32
# File 'app/mappers/group_of_causes_of_death_mapper.rb', line 30

def d
  @d
end

#eCauseOfDeathMapper

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

Returns:



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

def e
  @e
end

#iiCauseOfDeathMapper

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

Returns:



39
40
41
# File 'app/mappers/group_of_causes_of_death_mapper.rb', line 39

def ii
  @ii
end

#other_death_reasonCauseOfDeathMapper

minOccurs: 0, maxOccurs: 1

Returns:



42
43
44
# File 'app/mappers/group_of_causes_of_death_mapper.rb', line 42

def other_death_reason
  @other_death_reason
end