Sample soap requests for method uploadAttachment():
- Upload an attachment, attachment-section=[PATIENT_PERSONAL] - attachmentID=0, ownerID=null, it is not required, file type="docx": uploadAttachment_1.html
- Upload a 2nd attachment, attachment-section=[PATIENT_PERSONAL] - attachmentID=0, ownerID=null, it is not required, file type="pdf": uploadAttachment_2.html
- Replace an existing attachment, attachment-section=[PATIENT_PERSONAL] - attachmentID=109 (is required), ownerID=null, it is not required, file type="jpg": uploadAttachment_3.html
- Upload a new attachment, attachment-section=[ASSESSMENT] - attachmentID=0, ownerID=null, it is not required, file type="jpg": uploadAttachment_4.html
- Upload a new attachment, attachment-section=[ORGAN_REQUESTS] - attachmentID=0, ownerID=149149 (organ_request ID is required), it is required, file type="html": uploadAttachment_5.html