Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Konfiguration af Aftaleoversigt XDS Registry Adapter

Konfiguration af bookplan kalder

Opsætningen for kalderen af bookplan servicen konfigueres i AODocumentProvider.properties.

Denne indlæses fra WildFly modulet:

Code Block
/pack/wildfly8/modules/nsi/ddsprojects/ao/documentmetadataprovider/config/<profil-navn>/

Et eksempel på sådan konfiguration er:

Code Block
ao.appointmentservice.request.timeout.seconds=120
ao.appointmentservice.request.username=username
ao.appointmentservice.request.password=password
ao.appointmentservice.connection.poolsize=10
ao.appointmentservice.endpoint=http://localhost:9090/appointmentsstub/search/appointments/V1
ao.document.assigning.authority.name=Region Nordjylland Aftaleoversigt
ao.document.root.id=1.2.208.176.99.179.99.98.1.1

Properties beskrives ifølge tabel.

PropertyBeskrivelse

ao.appointmentservice.request.timeout.seconds

Antal sekunder for hvor lang tid et request mod Bookplan servicen maximalt må tage før forsøget meldes som mislykket.

ao.appointmentservice.request.username

Brugernavnet der anvendes ved kald til Bookplan

ao.appointmentservice.request.password

Kodeordet der anvendes ved kald til Bookplan

ao.appointmentservice.connection.poolsize

Maksimalt antal samtidige kald mod Bookplan servicen.

ao.appointmentservice.endpoint

Url’en til Bookplan servicen

ao.document.assigning.authority.name

Navnet på oprindelssted for Bookplan data.

ao.document.root.id

OID for oprindelssted af Bookplan data


Konfiguration af dokument-metadata

Dokument-metadata anvendt af Aftaleoversigt XDS Registry Adapter, når der laves opslag på en patient, er defineret i følgende fil:

...