primary_connect_proto 0.26.0 → 0.27.0

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: a30a562865836762c9d4b0380f22fac4e9540799e7c1fc53f5eb5bb372f8ad8e
4
- data.tar.gz: 94c94d119f74cc15fc5ff124db0d28095bf793d2ffe88814a8b9301ef20ff505
3
+ metadata.gz: 8084db5184df3beb2681f3f54eedcae50dc0ec7e60e3b62f2c062e3330217f63
4
+ data.tar.gz: 8c3aceafb226b5b9cd7038a3b1f0a4a460bd9ed7448ebac3854e889ab3ad98b0
5
5
  SHA512:
6
- metadata.gz: 371f1169d141f91d09d2d2e99391a75b2923be424aa67047f8b2969c11f92aff54fbf0610abbfb4c4374f60367375b2552c393756b7410016e8d8881297588c6
7
- data.tar.gz: 0f780f93181ad28d6a50460ea492378e140688ae2d76c8836b8769a4ad94b8f90994e06d7d478ff1f0877cb1ee02d1f394007486d7e004afd960f5a1fdf19d8d
6
+ metadata.gz: 7cdc5e19b912967b5ed41bb9bffcbd2fd35740008bd65418ebe237474fad06c867df18d33ad5a4e84a74af8ab97d67d356ed4d5674b034c8fcc6c07f3a8d69de
7
+ data.tar.gz: 9a6a0aa058c307dbcd108a7f8f545bddaded6d4246fead755c3a7df322ee2a38ed927652ccaae2ad8822c61b55f66dd00381007ac66f56f41b99af3cb129b6ab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.27.0
4
+
5
+ - Update `Result.abnormal_flag` enum to include all values from HL7 table 0078
6
+
3
7
  ## 0.26.0
4
8
 
5
9
  - Update `Order.procedure` to include alternate fields
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- primary_connect_proto (0.26.0)
4
+ primary_connect_proto (0.27.0)
5
5
  google-protobuf (~> 3.25.5)
6
6
 
7
7
  GEM
@@ -52,6 +52,12 @@ message Result {
52
52
  INCONCLUSIVE = 15;
53
53
  VERY_ABNORMAL = 16;
54
54
  NORMAL = 17;
55
+ ABOVE_ABSOLUTE_HIGH = 18;
56
+ BELOW_ABSOLUTE_LOW = 19;
57
+ BETTER = 20;
58
+ SIGNIFICANT_CHANGE_DOWN = 21;
59
+ SIGNIFICANT_CHANGE_UP = 22;
60
+ WORSE = 23;
55
61
  }
56
62
 
57
63
  enum Status {
@@ -1,3 +1,3 @@
1
1
  module ConnectProto
2
- VERSION = '0.26.0'
2
+ VERSION = '0.27.0'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: primary_connect_proto
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Primary.Health
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-19 00:00:00.000000000 Z
11
+ date: 2025-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf