Skip to main content

EnsLib.DICOM.Service.File

class EnsLib.DICOM.Service.File extends Ens.BusinessService

Property Inventory

Method Inventory

Parameters

parameter ADAPTER = EnsLib.File.InboundAdapter;
Inherited description: The type of adapter used to communicate with external systems
parameter SETTINGS = TargetConfigName:Basic:selector?context={Ens.ContextSearch/ProductionItems?targets=1&productionName=@productionId},UseStorageLocation:Basic;
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 TargetConfigName as %String);
Property methods: TargetConfigNameDisplayToLogical(), TargetConfigNameGet(), TargetConfigNameIsValid(), TargetConfigNameLogicalToDisplay(), TargetConfigNameLogicalToOdbc(), TargetConfigNameNormalize(), TargetConfigNameSet()
property UseStorageLocation as %Boolean [ InitialExpression = 0 ];
To preserve backward compatibility, this service does not use the production's Storage Location by default, but the user can set this flag to do so and match the DICOM TCP adapter's behavior. DICOM's TCP-based services and operations always use Storage Location and cannot be configured otherwise.
Property methods: UseStorageLocationDisplayToLogical(), UseStorageLocationGet(), UseStorageLocationIsValid(), UseStorageLocationLogicalToDisplay(), UseStorageLocationNormalize(), UseStorageLocationSet()

Methods

classmethod OnGetConnections(Output pArray As %String, pItem As Ens.Config.Item)
Return an array of connections for drawing lines on the config diagram
method OnProcessInput(pInput As %Library.RegisteredObject, 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