79430447

Date: 2025-02-11 15:17:22
Score: 0.5
Natty:
Report link

The former one is the right /better choice as you can add the values dynamically without concatenating explicitly to achieve your result.

SearchParams sp1 = new SearchParams();
sp1.Add("patient", "Patient/40a7788611946f04");
sp1.Add("patient", "Patient/113798");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mari