Page 1 of 1

Post Patient Photo

Posted: Mon May 15, 2023 10:58 am
by PBECKER
How can we do a post for Patient photo. We dont see any api methods to post a photo of the patient for their patient profile.

We would prefer not to have to use mysql

Thank you.

Re: Post Patient Photo

Posted: Mon May 15, 2023 11:29 am
by SLeon
Images are stored in the documents table, so you can use an existing Documents POST method to do this:

First, determine what the definition.DefNum is for "Patient Pictures" by using Definitions GET for Category=18 (/definitions?Category=18).

Then, use Documents POST Upload or UploadSftp to upload the picture. Be sure to specify the DefNum from above for the "DocCategory" value.