londonmedicallaboratory / api-sdk

1 stars 0 forks source link

Test registration products and lab results #27

Closed lukkov closed 2 years ago

lukkov commented 2 years ago

Description

Fix \LML\SDK\Entity\TestRegistration\TestRegistration problems.

  1. fix getProducts() method to be able to fetch test registration products (add endpont for that purpose on commando)

  2. add getLabResults() method that will fetch lab results related to test registration

charlesastwood commented 2 years ago

put the customer result page on hold until we map it out correctly

UPDATED by @zmitic

Current lml (original site) would break privacy if we showed lab results for other people. Example: customer makes Testregistration for STD, for his friend.

As @charlesastwood and I talked, it was decided to not render lab results block at all.

zmitic commented 2 years ago

@lukkov

You can now fetch products from TestRegistration::getProducts(): list<Product>