Update only some fields of patient via REST API #4204
Closed
andreiSeer
started this conversation in
General
Replies: 1 comment
-
No, the complete dataset needs to be sent in the request payload. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the if a field is not on the body request, that info is erased from pacs. Example:
{"00100020": {"vr": "LO", "Value": ["118621"] },"00100010": {"vr": "PN","Value": ["Testing JR"]}}
In this case i only want to update the patient name, and not the other fields. What happens is that the name is updated but the other fields are erased. Is there a way to prevent that?
Beta Was this translation helpful? Give feedback.
All reactions