health-data-standards 4.0.0 → 4.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/health-data-standards/export/view_helper.rb +0 -11
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 07510eb19830ceac038955533712430e70ddb47e
|
4
|
+
data.tar.gz: 3ffdf1ec95381d65dd69b81a54a28282090669be
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 440175935ab4a1233b21ecac800f7770931dcf7f5b2736b6bf878936bd88b973ffd1a15ea1995f7367e9907c9827a143f852de62ea084a84d019d7ee6fd4b974
|
7
|
+
data.tar.gz: 3535fedc82061b2be67910134d2d443b8da3b4fb42b27f23fdc80bd79573bca7f4dabf810c2b2991be69282c310ec5d0c8fe34789eaba4a0bf5073473eafa27b
|
@@ -114,17 +114,6 @@ module HealthDataStandards
|
|
114
114
|
end
|
115
115
|
end
|
116
116
|
|
117
|
-
def ucum_for_dose_quantity(unit)
|
118
|
-
case unit
|
119
|
-
when 'capsule(s)'
|
120
|
-
'{Capsule}'
|
121
|
-
when 'tablet(s)'
|
122
|
-
'{tbl}'
|
123
|
-
else
|
124
|
-
unit
|
125
|
-
end
|
126
|
-
end
|
127
|
-
|
128
117
|
def time_if_not_nil(*args)
|
129
118
|
args.compact.map {|t| Time.at(t).utc}.first
|
130
119
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: health-data-standards
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.0.
|
4
|
+
version: 4.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- The MITRE Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-11-
|
11
|
+
date: 2017-11-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rest-client
|