Class: Tiss::Model::CtmSpSadtAtendimento
- Defined in:
- lib/tiss/models/ctm_sp_sadt_atendimento.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#indicacaoAcidente ⇒ Object
@type: DmIndicadorAcidente.
-
#motivoEncerramento ⇒ Object
@type: DmMotivoSaidaObito.
-
#tipoAtendimento ⇒ Object
@type: DmTipoAtendimento.
-
#tipoConsulta ⇒ Object
@type: DmTipoConsulta.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#indicacaoAcidente ⇒ Object
@type: DmIndicadorAcidente
9 10 11 |
# File 'lib/tiss/models/ctm_sp_sadt_atendimento.rb', line 9 def indicacaoAcidente @indicacaoAcidente end |
#motivoEncerramento ⇒ Object
@type: DmMotivoSaidaObito
15 16 17 |
# File 'lib/tiss/models/ctm_sp_sadt_atendimento.rb', line 15 def motivoEncerramento @motivoEncerramento end |
#tipoAtendimento ⇒ Object
@type: DmTipoAtendimento
6 7 8 |
# File 'lib/tiss/models/ctm_sp_sadt_atendimento.rb', line 6 def tipoAtendimento @tipoAtendimento end |
#tipoConsulta ⇒ Object
@type: DmTipoConsulta
12 13 14 |
# File 'lib/tiss/models/ctm_sp_sadt_atendimento.rb', line 12 def tipoConsulta @tipoConsulta end |