renalware-forms 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: dea5831202ee3e58fcf40db5a8bd35123aab6a5cb2b04ba9a01cba2c68f2a3ce
4
- data.tar.gz: 43a1825d44cf9e937d9b23452b9500871686f5d1d6a1655cbb1f4fc174b270ca
3
+ metadata.gz: 076d09979f88aa5fef705a858a0a8895dad4610f69d54a215ed57f33a1a7f8af
4
+ data.tar.gz: abff785f7b686e2072abb4953ad2d3d754a6e2fc43f11b6d0cad4d6af54f233d
5
5
  SHA512:
6
- metadata.gz: aba3878702c075bd6380e238beee7fd4472d0c69eaf447ca6060b491b02ecb54606b8c7b811b522fc3a38dd9daa2e9c04a1ba0da0a36365d02ca1cfeee5966b4
7
- data.tar.gz: c78162a8c92065214fe14b247ad10883689be995a4d0918492ecfced68cb972358952d6e18db7725de7ce4a8ae82fd10764f5970f80c86463e4ce85bbc287826
6
+ metadata.gz: aa359a21403f87511de1dd9827bfe195a471a7420e941db4a5f66361e9e38031f34c5fc1949830cd80bacc4c9eafcf36f837a6371684be266edae1051613a0a1
7
+ data.tar.gz: c2d518247b1652c1b1c8d91e0c7ae3a4c5fed214f172c4d676dd854329474f5df76b3fa7b9cb7cbd34a43baf9995cd00e530e29305abe925a699281607411c1a
@@ -20,6 +20,8 @@ module Renalware::Forms::Generic
20
20
  width: 60,
21
21
  at: [490, 800]
22
22
  )
23
+ font_size 10
24
+ text_box args.formatted_hospital_address, at: [350, 765], width: 200, align: :right
23
25
  end
24
26
  end
25
27
  end
@@ -121,11 +121,15 @@ module Renalware::Forms
121
121
  args.hospital_telephone = "0000 000001"
122
122
  args.hospital_department = "Renal"
123
123
  args.hospital_address = [
124
- nil,
125
- "WHITECHAPEL",
126
- "",
124
+ "The Royal London Hospital",
125
+ "Barts Health NHS Trust",
126
+ "Whitechapel",
127
127
  "LONDON",
128
- "E1 1FR"
128
+ "E1 1FR",
129
+ "UK",
130
+ "Tel: 0800 00000000",
131
+ "Another line"
132
+
129
133
  ]
130
134
  args.no_known_allergies = false
131
135
  args.allergies = ["Nuts", nil, "Penicillin", "Mown grass"]
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Renalware
4
4
  module Forms
5
- VERSION = "0.1.7"
5
+ VERSION = "0.1.8"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: renalware-forms
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
  - Airslie Ltd
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-31 00:00:00.000000000 Z
11
+ date: 2020-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel