gerint 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +3 -0
- data/lib/gerint/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 370a0e5538be88d430c4bd5b7d6199782962e2fa7f16f1d77629e22ce419991b
|
4
|
+
data.tar.gz: bf7f433ab54ca8005fd30e81416049c0327b94dae6dbc697cfc332807383b386
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b5e70fde713b6e92f315db54a3bddab58aea78812c97898905632b23febc998903054f12c4b1709e145bec0877eaef82ecf212a0bceda55508ce6f390dce5918
|
7
|
+
data.tar.gz: 414d1295c634de2566aa057500e82ae608917018ef39ab05d22c6d258838ae081331fb5e03b159f4073adfa4e92e4eb14c448626179f62d8ab138db59e0691a5
|
data/README.md
CHANGED
@@ -194,6 +194,9 @@ int=Gerint::Alta.new
|
|
194
194
|
int.protocoloSolicitacao="201700020330"
|
195
195
|
int.dataAlta = DateTime.now
|
196
196
|
int.identMotivoAlta = "ALTA"
|
197
|
+
int.fileName = "sumario_alta.pdf"
|
198
|
+
int.mimeType = "application/pdf"
|
199
|
+
int.conteudo = "JVBERi0xLjUKJcfsj6IKMSAwfa....."
|
197
200
|
int.cpfMedicoAlta = "47749504087"
|
198
201
|
int.identEncaminhamentoPosAlta = "atencaoBasica"
|
199
202
|
int.resumoInternacao = "Descrever o resumo da internação do paciente"
|
data/lib/gerint/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nelson Coelho
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-11-
|
11
|
+
date: 2020-11-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|