gerint 0.1.7 → 0.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cb59ff5652f928783666cd335dbd51d69925b9d89ea3a2733072e0b2814ef91b
4
- data.tar.gz: 6791afc3f29b3153c23360c3df62801848c641712196d304c98f8ce80f57123f
3
+ metadata.gz: c7ca0972b9c68df10f3ce3b750b9ec8715facdf843bbf222363ae888d971952e
4
+ data.tar.gz: cdaa6b0889e0d4ad17a89f5a067e742a0ce82c9cc288458d9b18923e35cdab94
5
5
  SHA512:
6
- metadata.gz: ad7f74a573a89df305c92b3f07afa985b6de8a2b411aad9cc9e4402a812881eb08d8ba41965756f885334f8a1021cc83d6b3ce3fcddc9d92767cfbeb2f3d5657
7
- data.tar.gz: 2768cac7b820d65cec35877d64909cd87aa7bce98aa0728f9881f6887c3e24435fd080cbf35c7070ba87f5a25d9d9f7436e74dc9b0d515478eb9fac6267b5786
6
+ metadata.gz: 729c45f8d04fe4ad6f7abbb9275e1e0332c03296b0dcd260c1f40e49cf514fe60b08d945804234048fd0402db09debe61c1c759523d8743932bbcdeea44bc013
7
+ data.tar.gz: 2bee6a039cb1147d23e12630f866040126b14a379046c34c571e30c95ad518c1433c1f734efa5b78753ba10ff48a828aa24422cb892d7c5d57d2ff21e016f025
@@ -8,7 +8,8 @@ module Gerint
8
8
  attr_accessor :pressaoArterialMinima, :temperatura, :saturacaoO2, :sensorio, :debitoUrinario, :procedimento
9
9
  attr_accessor :dialise, :suporteO2, :fluxo, :fiO2, :satO2, :peep, :condicao, :nome, :sexo, :idade, :codigoMunicipio
10
10
  attr_accessor :endereco, :codigoEspecialidade, :isolamentoNecessario, :germe1, :germe2, :germe3, :germeMultiresistente
11
- attr_accessor :possuiComorbidade, :comorbidade1, :comorbidade2, :comorbidade3, :dataHoraNascimento, :dataSolicitacao
11
+ attr_accessor :possuiComorbidade, :comorbidade1, :comorbidade2, :comorbidade3, :dataHoraNascimento, :dataSolicitacao,
12
+ attr_accessor :tipoPaciente
12
13
 
13
14
  def as_json(options={})
14
15
  h = { cidPrincipal: @cidPrincipal,
@@ -58,6 +59,7 @@ module Gerint
58
59
  h.store(:comorbidade3, @comorbidade3) unless @comorbidade3.nil?
59
60
  h.store(:dataHoraNascimento, @dataHoraNascimento) unless @dataHoraNascimento.nil?
60
61
  h.store(:dataSolicitacao, @dataSolicitacao) unless @dataSolicitacao.nil?
62
+ h.store(:tipoPaciente, @tipoPaciente) unless @tipoPaciente.nil?
61
63
  h
62
64
  end
63
65
 
@@ -1,3 +1,3 @@
1
1
  module Gerint
2
- VERSION = "0.1.7"
2
+ VERSION = "0.1.8"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gerint
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nelson Coelho
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-09-12 00:00:00.000000000 Z
11
+ date: 2023-09-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler