primary_connect_proto 0.13.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '09aaf5037ee8a3196602f62971fb8c41c879a869cab4b3e4cc3a595b1812fb28'
4
- data.tar.gz: 051e08114423cc9cece4bcecfeb20c11a20802023b4c52fc5f919644824e75c8
3
+ metadata.gz: 5158386de07358f2b09f3576bd810fe6df0c302c5dbfe2eef234afcc6f460581
4
+ data.tar.gz: 815a954a31b6162094ff69c2d3a8a01692b2ef8cffe1a75841d226c107239295
5
5
  SHA512:
6
- metadata.gz: c8b1be15392e9f6bd406eb3b71d2d80b96572bfd04698fba85e2870cafa06191472ff86bdda0e46dbdcb8c9b80f17979bc0e606f9d53b8aa4c33b8150bc3e7f1
7
- data.tar.gz: aac836e793ed0180e815a39e74ffd134d43c11448af157554be8566b283be866749c99323dfd7b615684d4b67f879385c7b196f878786f4cccc2977a26ed1766
6
+ metadata.gz: cb7edbd8c6fde44961ade1d7f0fcb78f58b49d74488a7c27b192c70bab8f4206efe18d3f78c9d6458b8ad29cdf19e95f7826e0cbdb36cd3536deb0442ace42f2
7
+ data.tar.gz: 2b83b9d09df9ea01b9d8817b753609bfd17ddba9a9ca2fb6bed1475b96557a99be020d38d16e95a59a53578d6fe309ba29ebb6543468b2925772b0a7c8036dc9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.14.0
4
+
5
+ - Added `Order.Order.accession_date_time`
6
+
3
7
  ## 0.13.0
4
8
 
5
9
  - Added `Demographics::Gender::GENDER_INTERSEX`
@@ -50,6 +50,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
50
50
  repeated :results, :message, 21, "primary.connect.Result"
51
51
  optional :collection_start_date_time, :message, 22, "google.protobuf.Timestamp"
52
52
  repeated :medication_administrations, :message, 23, "primary.connect.MedicationAdministration"
53
+ optional :accession_date_time, :message, 24, "google.protobuf.Timestamp"
53
54
  end
54
55
  add_message "primary.connect.Order.Order.Facility" do
55
56
  optional :name, :string, 1
@@ -109,6 +109,7 @@ message Order {
109
109
  repeated Result results = 21; // If this order already has a result, add the result here
110
110
  google.protobuf.Timestamp collection_start_date_time = 22; // Timestamp when the results collection was started.
111
111
  repeated MedicationAdministration medication_administrations = 23; // List of medication administrations
112
+ google.protobuf.Timestamp accession_date_time = 24; // Timestamp when the specimen was received by the destination
112
113
  }
113
114
 
114
115
  message Subject {
@@ -1,3 +1,3 @@
1
1
  module ConnectProto
2
- VERSION = '0.13.0'
2
+ VERSION = '0.14.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.13.0
4
+ version: 0.14.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: 2022-09-19 00:00:00.000000000 Z
11
+ date: 2022-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-protobuf
@@ -127,7 +127,6 @@ files:
127
127
  - lib/extensions/phone_numberable.rb
128
128
  - lib/extensions/valueable.rb
129
129
  - lib/primary_connect_proto.rb
130
- - primary_connect_proto-0.12.0.gem
131
130
  - spec/protobuf/demographics_spec.rb
132
131
  - spec/protobuf/name_spec.rb
133
132
  - spec/protobuf/order/order/facility_spec.rb
Binary file