Class: Tiss::Model::ProcedimentosAutorizados
- Defined in:
- lib/tiss/models/procedimentos_autorizados.rb
Constant Summary
Constants inherited from Base
Instance Attribute Summary collapse
-
#aut ⇒ Object
@type: DmSimNao.
-
#denteFace ⇒ Object
@type: StTexto5.
-
#denteRegiao ⇒ Object
@type: DenteRegiao.
-
#motivosNegativa ⇒ Object
@type: CtMotivoGlosa.
-
#procSolic ⇒ Object
@type: CtProcedimentoDados.
-
#qtdProc ⇒ Object
@type: StNumerico2.
-
#qtdUS ⇒ Object
@type: StDecimal82.
-
#sequencialItem ⇒ Object
@type: StNumerico4.
-
#valorFranquia ⇒ Object
@type: StDecimal82.
-
#valorProc ⇒ Object
@type: StDecimal82.
Method Summary
Methods inherited from Base
attr_accessor, attribute_config, #attribute_configs, #attributes, #attributes_by, #attributes_with_values
Instance Attribute Details
#aut ⇒ Object
@type: DmSimNao
27 28 29 |
# File 'lib/tiss/models/procedimentos_autorizados.rb', line 27 def aut @aut end |
#denteFace ⇒ Object
@type: StTexto5
12 13 14 |
# File 'lib/tiss/models/procedimentos_autorizados.rb', line 12 def denteFace @denteFace end |
#denteRegiao ⇒ Object
@type: DenteRegiao
9 10 11 |
# File 'lib/tiss/models/procedimentos_autorizados.rb', line 9 def denteRegiao @denteRegiao end |
#motivosNegativa ⇒ Object
@type: CtMotivoGlosa
30 31 32 |
# File 'lib/tiss/models/procedimentos_autorizados.rb', line 30 def motivosNegativa @motivosNegativa end |
#procSolic ⇒ Object
@type: CtProcedimentoDados
6 7 8 |
# File 'lib/tiss/models/procedimentos_autorizados.rb', line 6 def procSolic @procSolic end |
#qtdProc ⇒ Object
@type: StNumerico2
15 16 17 |
# File 'lib/tiss/models/procedimentos_autorizados.rb', line 15 def qtdProc @qtdProc end |
#qtdUS ⇒ Object
@type: StDecimal82
18 19 20 |
# File 'lib/tiss/models/procedimentos_autorizados.rb', line 18 def qtdUS @qtdUS end |
#sequencialItem ⇒ Object
@type: StNumerico4
33 34 35 |
# File 'lib/tiss/models/procedimentos_autorizados.rb', line 33 def sequencialItem @sequencialItem end |
#valorFranquia ⇒ Object
@type: StDecimal82
24 25 26 |
# File 'lib/tiss/models/procedimentos_autorizados.rb', line 24 def valorFranquia @valorFranquia end |
#valorProc ⇒ Object
@type: StDecimal82
21 22 23 |
# File 'lib/tiss/models/procedimentos_autorizados.rb', line 21 def valorProc @valorProc end |