Skip to main content

EnsLib.HL7.Operation.FTPOperation

class EnsLib.HL7.Operation.FTPOperation extends EnsLib.HL7.Operation.BatchStandard

Property Inventory

Method Inventory

Parameters

parameter ADAPTER = EnsLib.FTP.OutboundAdapter;
Inherited description: The type of adapter used to communicate with external systems

Properties

property %TempStream as %IO.FileStream;
Property methods: %TempStreamGet(), %TempStreamGetSwizzled(), %TempStreamIsValid(), %TempStreamNewObject(), %TempStreamSet()

Methods

method OnInit() as %Status
Inherited description: This user callback method is called via initConfig() from %OnNew() or in the case of SOAP Services from OnPreSOAP()
method outputDocument(pFilename As %String, pDocument As EnsLib.HL7.Message, pSeparators As %String, pDoFraming As %Integer) as %Status
method outputSegment(pFilename As %String, pSegObj As EnsLib.HL7.Segment, pSeparators As %String, pCount As %Integer) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab