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 dangling static to avoid memory leaks on the heap. #30

Closed gaurarpit closed 5 months ago

gaurarpit commented 5 months ago

This pull request includes changes to the PdsServiceTests.cs file in the tests/Integration.Tests/Core/Pds directory. The main changes involve modifying two methods, CreateDummyMeshPatientMessage and CreatePatient, from being static methods to instance methods.

Here are the key changes: