Consumer and Provider NRLS adapters
- Download the latest release from here
- Extract the folder into a working directory.
- Open "Command prompt" or your chosen alternative.
- Navigate to the working directory.
- Run the following commands:
nrls-adpater.exe install
- to install the service.nrls-adapter.exe start
- to start the service.nrls-adapter.exe stop
- to stop the service.nrls-adapter.exe uninstall
- to uninstall the service.
- Tasks file name must conform to the following format: "NrlsTasks_YYYY-MM-DD.xml" as the date is used to determine the order in which the files should be processed. (The oldest files are processed first.)
provider.enabled=true
should be set to true.task.schedule.cron=0 0 0 * * ?
should be configured (default is at midnight everyday).task.folder.location=provider
should be configured to point to the directory in which the "NrlsTasks_YYYY-MM-DD.xml" files will be dumped.- see nrls-adapter configuration guide for more general configuration instructions.
provider.enabled=false
should be set to false.- see nrls-adapter configuration guide for more general configuration instructions.
provider.enabled=true
- determines if the adapter will be used as a provider, if disabled the the adapter will be configured to work as a consumer
spring.cache.cache-names: pointers
- the names of the cache used by the adapter, should not be adjusted.spring.cache.caffeine.spec: maximumSize=500, expireAfterWrite=30m
- the maximum size and length of time the cache will persist after caching a response.
task.schedule.cron=0 0 0 * * ?
- the schedule for processing the "NrlsTasks_YYYY-MM-DD.xml" file, currently 00:00 every day.task.folder.location=provider
- the location the folder containing the "NrlsTasks_YYYY-MM-DD.xml" files.
task.failed.task.location=provider/failed/
- the location in which the failed "NrlsTasks_YYYY-MM-DD.xml" files should be deposited.auditPathConsumer=audit/consumer/
- the location in which the consumer audit logs should be deposited.auditPathProvider=audit/provider/
- the location in which the provider audit logs should be deposited.
adapter.asid=200000000117
- the client system ASIDspine.asid=999999999999
- the spine ASIDfhirvaluesets.path=valuesets/
- the location containing the value-sets used to validate the "type" field of each task. it should not need to be adjusted.
nrls.api.get.pointer.url=http://127.0.0.1:4848/DocumentReference
- the nrls api url for "Get" requests.nrls.api.get.pointer.url.subject=?subject=https://demographics.spineservices.nhs.uk/STU3/Patient/
- the nrls api subject parameter for "Get" requests.nrls.api.get.pointer.url.count=&_summary=count
- the nrls api summary parameter for "Get" count requests.nrls.api.get.pointer.url.identifier=&identifier=
- the nrls api identifier parameter for "Get" requests.nrls.api.post.pointer.url=http://127.0.0.1:4848/DocumentReference
- the nrls api url for "Post" requests.nrls.api.delete.pointer.url=http://127.0.0.1:4848/DocumentReference?_id=
- the nrls api url for "Delete" requests.nrls.api.delete.pointer.system="urn:ietf:rfc:3986"
- the nrls api system parameter for "Delete" requests.
spring.mail.host=smtp.gmail.com
- mail host urlspring.mail.port=587
- mail portspring.mail.username=<username>
- username/email addressspring.mail.password=<password>
- passwordspring.mail.properties.mail.smtp.auth=true
-spring.mail.properties.mail.smtp.starttls.enable=true
-
batch.report.recipient.email=<[email protected]>
- the email address that reports should be sent to.error.report.recipient.email=<[email protected]>
- the email address that error reports should be sent to.error.report.interval.mins=60
- error reports are grouped and sent in a single email at every interval, to avoid overwhelming an inbox with error reports.