Skip to main content

HS.Util.SOAPClient.FileStream

class HS.Util.SOAPClient.FileStream extends HS.Util.SOAPClient.Base

Specialied SOAP client that enables passing attachments as temp-files instead of binary global streams

Method Inventory

Methods

method OnSetAttachmentBody(pAction As %String, pFrom As %Net.MIMEPart, pTo As HS.IHE.Common.Messages.MIMEAttachment) as %Status
override: copy attach body to temp file operations may override this to base this decision off the SOAP action. For example, write-transactions may want to keep using the Body stream, while read-transactions would use temp files to reduce DB size and journal activity

Inherited Members

Inherited Properties

Inherited Methods

Subclasses

FeedbackOpens in a new tab