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
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
- AlertActionWindow
 - AlertNotificationManager
 - AlertNotificationOperation
 - AlertNotificationRecipients
 - ShutdownTimeout
 - UpdateTimeout
 
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - ApplySettings()
 - AssignOneSetting()
 - EnumerateSettingsClose()
 - EnumerateSettingsExecute()
 - EnumerateSettingsFetch()
 - GetSettingValue()
 - GetSettings()
 - GetSettingsArray()
 - OnConfigChange()
 - OnStop()
 - Register()
 - Start()
 - Stop()
 - TestStart()
 - Update()