dcarbone / php-fhir

Tools for consuming data from a FHIR server with PHP
Apache License 2.0
129 stars 40 forks source link

more efficient collection setter implementation #139

Closed dcarbone closed 2 months ago

dcarbone commented 2 months ago

@Aravind-MJ I have chosen to go with this implementation instead, bit more efficient and explicit without requiring testing every single object twice.

Aravind-MJ commented 2 months ago

@dcarbone I basically copy pasted and modified a similar implementation you had above. This is better. Thanks for the immediate response.