Skip to content

Commit

Permalink
Add order uuid to results api (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
slubwama authored Oct 24, 2023
1 parent 081c4f2 commit 5cf0d10
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ public void purge(OrderResult syncFfhirProfile, RequestContext requestContext) t
@Override
public DelegatingResourceDescription getCreatableProperties() throws ResourceDoesNotSupportOperationException {
DelegatingResourceDescription description = new DelegatingResourceDescription();
description.addProperty("uuid");
description.addProperty("order");
description.addProperty("result");
return description;
Expand Down

0 comments on commit 5cf0d10

Please sign in to comment.