Skip to main content

Demo.DICOM.Production.Router

class Demo.DICOM.Production.Router extends Ens.Production

Property Inventory

Method Inventory

Parameters

parameter SETTINGS = ShutdownTimeout,UpdateTimeout,StorageLocation;
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 StorageLocation as %String;
This is the storage location for the DICOM streams to be stored
Property methods: StorageLocationDisplayToLogical(), StorageLocationGet(), StorageLocationIsValid(), StorageLocationLogicalToDisplay(), StorageLocationLogicalToOdbc(), StorageLocationNormalize(), StorageLocationSet()

Methods

classmethod OnStart(pTimeStarted As %String) as %Status
Override this in your Production class to do setup before the Production starts
classmethod Setup()
This is a setup method which configures DICOM for the demo.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab