Demo.HL7.MsgRouter.Functions
class Demo.HL7.MsgRouter.Functions extends Ens.Rule.FunctionSet
Functions to use in rule definitions for the sample message router production.Method Inventory
Methods
final classmethod DayOfWeek() as %Integer
Returns the ordinal position of the day in the week,
where 1 is Sunday, 2 is Monday, and so on.
final classmethod TimeInSeconds() as %Integer
Returns the time as a number of seconds since midnight.
Inherited Members
Inherited Methods
- Contains()
- ConvertDateTime()
- CurrentDateTime()
- DoesNotContain()
- DoesNotIntersectList()
- DoesNotMatch()
- DoesNotStartWith()
- Exists()
- If()
- In()
- InFile()
- InFileColumn()
- IntersectsList()
- Length()
- Like()
- Lookup()
- Matches()
- Max()
- Min()
- Not()
- NotIn()
- NotInFile()
- NotLike()
- Pad()
- Piece()
- ReplaceStr()
- Round()
- Rule()
- Schedule()
- StartsWith()
- Strip()
- SubString()
- ToLower()
- ToUpper()
- Translate()
- replace()