primary_connect_proto 0.13.0 → 0.14.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/connect_proto/build/order_pb.rb +1 -0
- data/lib/connect_proto/src/order.proto +1 -0
- data/lib/connect_proto/version.rb +1 -1
- metadata +2 -3
- data/primary_connect_proto-0.12.0.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5158386de07358f2b09f3576bd810fe6df0c302c5dbfe2eef234afcc6f460581
|
|
4
|
+
data.tar.gz: 815a954a31b6162094ff69c2d3a8a01692b2ef8cffe1a75841d226c107239295
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb7edbd8c6fde44961ade1d7f0fcb78f58b49d74488a7c27b192c70bab8f4206efe18d3f78c9d6458b8ad29cdf19e95f7826e0cbdb36cd3536deb0442ace42f2
|
|
7
|
+
data.tar.gz: 2b83b9d09df9ea01b9d8817b753609bfd17ddba9a9ca2fb6bed1475b96557a99be020d38d16e95a59a53578d6fe309ba29ebb6543468b2925772b0a7c8036dc9
|
data/CHANGELOG.md
CHANGED
|
@@ -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 {
|
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.
|
|
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-
|
|
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
|