Skip to content
Discussion options

You must be logged in to vote

What works is:

var mergeURI = new Uri($"{baseURL}Patient/$merge?sourcePatientId={patSource}&targetPatientId={patTarget}", UriKind.Absolute);
// the empty parameters are needed otherwise it will throw a nullreference exception
Resource mergeResult = await client.OperationAsync(mergeURI, []);

Replies: 3 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@thetestautomator
Comment options

@thetestautomator
Comment options

Answer selected by thetestautomator
@alexzautke
Comment options

@thetestautomator
Comment options

@andrzejskowronski
Comment options

@thetestautomator
Comment options

Comment options

You must be logged in to vote
1 reply
@thetestautomator
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants