Class: PersonAttendedAtBirthMapper

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

Overview

Note:

Сведения о человеке в объеме “Лицо, присутствовавшее во время родов”

Instance Attribute Summary collapse

Instance Attribute Details

#birth_dateDateAgileMapper

Дата рождения minOccurs: 0, maxOccurs: 1

Returns:



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

def birth_date
  @birth_date
end

#first_nameSTRING60

Имя minOccurs: 0, maxOccurs: 1

Returns:

  • (STRING60)


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

def first_name
  @first_name
end

#genderGENDERS

Пол minOccurs: 0, maxOccurs: 1

Returns:

  • (GENDERS)


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

def gender
  @gender
end

#identity_documentIdentityDocumentMapper

Докумен, удостоверяющий личность minOccurs: 0, maxOccurs: 1



48
49
50
# File 'app/mappers/person_attended_at_birth_mapper.rb', line 48

def identity_document
  @identity_document
end

#is_private_office_ownerBoolean

Признак “Является ли инициатор отправки заявления владельцем личного кабинета” minOccurs: 0, maxOccurs: 1

Returns:

  • (Boolean)


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

def is_private_office_owner
  @is_private_office_owner
end

#patronymicSTRING60

Отчество minOccurs: 0, maxOccurs: 1

Returns:

  • (STRING60)


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

def patronymic
  @patronymic
end

#phone_numberPHONE

Контактный телефон minOccurs: 0, maxOccurs: 1

Returns:

  • (PHONE)


44
45
46
# File 'app/mappers/person_attended_at_birth_mapper.rb', line 44

def phone_number
  @phone_number
end

#residence_placeFullAddressMapper

Место жительства minOccurs: 0, maxOccurs: 1

Returns:



36
37
38
# File 'app/mappers/person_attended_at_birth_mapper.rb', line 36

def residence_place
  @residence_place
end

#snilsSNILS

СНИЛС minOccurs: 0, maxOccurs: 1

Returns:

  • (SNILS)


40
41
42
# File 'app/mappers/person_attended_at_birth_mapper.rb', line 40

def snils
  @snils
end

#surnameSTRING60

Фамилия minOccurs: 0, maxOccurs: 1

Returns:

  • (STRING60)


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

def surname
  @surname
end