Class: Tiss::Model::CtRespostaGlosaGuiaMedica
- Defined in:
- lib/tiss/models/ct_resposta_glosa_guia_medica.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#codGlosa ⇒ Object
@type: DmTipoGlosa.
-
#justificativaOPSnaoAcatadoGuia ⇒ Object
@type: StTexto150.
-
#justificativaPrestador ⇒ Object
@type: StTexto150.
-
#numeroGuiaOperadora ⇒ Object
@type: StTexto20.
-
#numeroGuiaPrestador ⇒ Object
@type: StTexto20.
-
#recursoGuiaAcatado ⇒ Object
@type: DmSimNao.
-
#senha ⇒ Object
@type: StTexto20.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#codGlosa ⇒ Object
@type: DmTipoGlosa
15 16 17 |
# File 'lib/tiss/models/ct_resposta_glosa_guia_medica.rb', line 15 def codGlosa @codGlosa end |
#justificativaOPSnaoAcatadoGuia ⇒ Object
@type: StTexto150
24 25 26 |
# File 'lib/tiss/models/ct_resposta_glosa_guia_medica.rb', line 24 def justificativaOPSnaoAcatadoGuia @justificativaOPSnaoAcatadoGuia end |
#justificativaPrestador ⇒ Object
@type: StTexto150
18 19 20 |
# File 'lib/tiss/models/ct_resposta_glosa_guia_medica.rb', line 18 def justificativaPrestador @justificativaPrestador end |
#numeroGuiaOperadora ⇒ Object
@type: StTexto20
9 10 11 |
# File 'lib/tiss/models/ct_resposta_glosa_guia_medica.rb', line 9 def numeroGuiaOperadora @numeroGuiaOperadora end |
#numeroGuiaPrestador ⇒ Object
@type: StTexto20
6 7 8 |
# File 'lib/tiss/models/ct_resposta_glosa_guia_medica.rb', line 6 def numeroGuiaPrestador @numeroGuiaPrestador end |
#recursoGuiaAcatado ⇒ Object
@type: DmSimNao
21 22 23 |
# File 'lib/tiss/models/ct_resposta_glosa_guia_medica.rb', line 21 def recursoGuiaAcatado @recursoGuiaAcatado end |
#senha ⇒ Object
@type: StTexto20
12 13 14 |
# File 'lib/tiss/models/ct_resposta_glosa_guia_medica.rb', line 12 def senha @senha end |