dde_mahis 0.1.6 → 0.1.7

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: 69b7d105c7767e5989ec3b1617f6c985c322c298447cf33dd3560e9a8426d77d
4
- data.tar.gz: 03351fd8551cbb69ea2dde9e6a1411d4330bf91c6e9708955a5863b8cf9e5de8
3
+ metadata.gz: 98d52783d48cc54031d990aa9894e2c8f697e09959a007b72f8795fad7b1a393
4
+ data.tar.gz: 9c1a6e58dbbbfaefb91e61431f931ef0aa126f075c31137d47fca27a5f3e1676
5
5
  SHA512:
6
- metadata.gz: 5736f44a360881606509b037ca814e96021a07db82a7ccff8d00815042a427619da7d6b0e126c4e232b105797e8b0e9fe75c9a198f33f70a396483f91d0e96fa
7
- data.tar.gz: 4b4811eb1462631b358ac2a5468c5cd9cee3cdbb3eb96bf264bbae15d9371db43a387dd9665e0d0b43ffbf71c1d95e0174526b7615d4995743036d2cd8c92dcc
6
+ metadata.gz: 8d3caa597ea2da540832b27bc4c7181d00f4004c3f7fa53b6f0e36409d9b0ffa733568b1244c0a8660479bdaec4061e779adb3ebb738c7c9c2cde716817f5b75
7
+ data.tar.gz: 44cdbf6ef47069b8544a9d9dca89ade68c3b0cf375a4c6aa54f98d8e99e1ff01f152f338ea9f5e8de7f2afc0991313f8fe5d54644af4133839dffa8d69336886
@@ -486,7 +486,7 @@ class DdeService
486
486
  # to that of a local patient
487
487
  def localise_remote_patient(patient)
488
488
  Patient.new(
489
- patient_identifiers: localise_remote_patient_identifiers(patient),
489
+ identifiers: localise_remote_patient_identifiers(patient),
490
490
  person: Person.new(
491
491
  names: localise_remote_patient_names(patient),
492
492
  addresses: localise_remote_patient_addresses(patient),
@@ -1,3 +1,3 @@
1
1
  module DdeMahis
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dde_mahis
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - brian-mw
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-06-21 00:00:00.000000000 Z
11
+ date: 2025-06-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails