HS.HC.FHIRSQL.Utils.Base
class HS.HC.FHIRSQL.Utils.Base
Method Inventory
Methods
classmethod FindInDynamicArray(pArray As %DynamicArray, pConditions As %DynamicArray, pThrowError=1, pFirst=0) as %DynamicObject
Find object from array of objects using conditions, an array of field:value
either throw an error (default) when it's not found or return an empty item
pick either the first item found or the last (default is last)
classmethod GetLock(pClass, pLockManager="", pTimeout=5) as %Status