Class: ActRecordContentOfDeathMapper

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

Overview

Note:

Актовая запись о смерти

Instance Attribute Summary collapse

Instance Attribute Details

#cause_of_deathInt

Код Смерть произошла по классификатору Росстата minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


46
47
48
# File 'app/mappers/act_record_content_of_death_mapper.rb', line 46

def cause_of_death
  @cause_of_death
end

#cause_of_death_stringSTRING250

Смерть произошла - строковое представление minOccurs: 0, maxOccurs: 1

Returns:

  • (STRING250)


50
51
52
# File 'app/mappers/act_record_content_of_death_mapper.rb', line 50

def cause_of_death_string
  @cause_of_death_string
end

#child_weightInt

Масса тела ребенка при рождении.

Заполняется из медицинского свидетельства о рождении - пункт 16, при мертворождении -
пункт 17 медицинского свидетельства о перинатальной смерти, указывается в граммах.

minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


22
23
24
# File 'app/mappers/act_record_content_of_death_mapper.rb', line 22

def child_weight
  @child_weight
end

#death_period_road_accidentInt

Код Смерть в результате ДТП по классификатору Росстата minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


54
55
56
# File 'app/mappers/act_record_content_of_death_mapper.rb', line 54

def death_period_road_accident
  @death_period_road_accident
end

#death_placed_atInt

Код Смерть наступила по классификатору Росстата minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


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

def death_placed_at
  @death_placed_at
end

#educationInt

Код Образования по классификатору Росстата minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


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

def education
  @education
end

#education_stringSTRING250

Образование - строковое представление minOccurs: 0, maxOccurs: 1

Returns:

  • (STRING250)


34
35
36
# File 'app/mappers/act_record_content_of_death_mapper.rb', line 34

def education_string
  @education_string
end

#group_of_causes_of_deathGroupOfCausesOfDeathMapper

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



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

def group_of_causes_of_death
  @group_of_causes_of_death
end

#mother_ageInt

Возраст матери minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


26
27
28
# File 'app/mappers/act_record_content_of_death_mapper.rb', line 26

def mother_age
  @mother_age
end

#number_child_in_familyInt

Порядковый номер ребенка в семье minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


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

def number_child_in_family
  @number_child_in_family
end

#occupationInt

Код Занятость по классификатору Росстата minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


38
39
40
# File 'app/mappers/act_record_content_of_death_mapper.rb', line 38

def occupation
  @occupation
end

#who_registered_deathInt

Код Причина смерти установлена по классификатору Росстата minOccurs: 0, maxOccurs: 1

Returns:

  • (Int)


58
59
60
# File 'app/mappers/act_record_content_of_death_mapper.rb', line 58

def who_registered_death
  @who_registered_death
end