dorset-ics / healthcare-data-exchange

A FHIR based integration and interoperability platform to support a regional healthcare network.
https://dorset-ics.github.io/healthcare-data-exchange/
MIT License
5 stars 6 forks source link

remove redundant static. #29

Closed gaurarpit closed 2 months ago

gaurarpit commented 2 months ago

This pull request includes minor changes to the PdsService.cs file. The changes involve modifying the access modifiers of two methods, EnrichFhirBundleWithPatientsToBeDeleted and HandleInvalidPDSPatients, from static to instance methods.