Skip to main content

HS.IHE.XDM.PortableMediaImporter.Services

class HS.IHE.XDM.PortableMediaImporter.Services extends Ens.BusinessService

Allows import of XDM ZIP Archives. Converts XDM into XDR.

Property Inventory

Method Inventory

Parameters

parameter ADAPTER = EnsLib.File.InboundAdapter;
Inherited description: The type of adapter used to communicate with external systems
parameter SETTINGS = FileSpec,-ConfirmComplete,-SubdirectoryLevels,ImporterProcess:Basic:selector?multiSelect=1&context={Ens.ContextSearch/ProductionItems?targets=1&productionName=@productionId};
Inherited description: List of properties can be set as settings in the configuration file format is a comma separated list of property names

Properties

property ImporterProcess as Ens.DataType.ConfigName [ InitialExpression = "HS.IHE.XDM.PortableMediaImporter.Process" ];
The ZIP file stream will be sent to the Zip Operation to uncompress the files
Property methods: ImporterProcessDisplayToLogical(), ImporterProcessGet(), ImporterProcessIsValid(), ImporterProcessLogicalToDisplay(), ImporterProcessLogicalToOdbc(), ImporterProcessNormalize(), ImporterProcessParseConfigNameSpec(), ImporterProcessSet()

Methods

classmethod GetFiles(pDirectory="", pProcess="HS.IHE.XDM.PortableMediaImporter.Process") as %Status
method OnProcessInput(pInput As %Library.RegisteredObject, Output pOutput As %Library.RegisteredObject, ByRef pHint As %Library.String) as %Status
Inherited description: Override this method to process incoming data. Do not call SendRequestSync/Async() from outside this method (e.g. in a SOAP Service or a CSP page).

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab