Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [apptools] >  [core] >  [Parameter]
Private  Storage   

persistent class apptools.core.Parameter extends %Persistent

Example Parameters

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 12


Summary

Properties
DateFinish DateStart Description File JSON
Name Namespace OfficeFile Types Value
isEnabled isEnabledCheck

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable


Parameters

• parameter AppORDERPROPERTY = "Name,Description,JSON,Value,Types,Namespace,DateStart,DateFinish,File,isEnabled,isEnabledCheck,OfficeFile";
The order of the properties in the output in the form

Properties

• property DateFinish as %String(MAXLEN="") [ InitialExpression = ##class(apptools.core.type).GetYear($h)_"-12-31" ];
Date of sampling Protocol on {"displayname":"date of sampling Protocol","title":"enter the date and time","inputtype":"datetime-local"}
• property DateStart as %String(MAXLEN="") [ InitialExpression = ##class(apptools.core.type).GetYear($h)_"-01-01" ];
Date of sampling Protocol {"displayname":"date of sampling Protocol","title":"enter date","inputtype":"date"}
• property Description as %String(MAXLEN="");
The description of the parameter {"displayname":"Description of option","title":"parameter Description","inputpattern":"textarea"}
• property File as %String(MAXLEN="");
Select the file to upload to drive TempDir = ##class(%File).GetDirectory(##class(%File).TempFilename()) {"displayname":"Select template file","title":"the Choice sablona","inputpattern":"files","filesMethod":"##class(apptools.core.type).UploadFilesJS(%id)","attr":"accept='.xls,.xlsx'","filesStore":"TempDir"}
• property JSON as %String(MAXLEN="");
JSON {"displayname":"JSON","title":"parameter Json","inputpattern":"textarea","attr":"cols=77 rows=6"}
• property Name as %String(MAXLEN="") [ Required ];
The name of the parameter
• property Namespace as %String(MAXLEN="") [ InitialExpression = $zu(5) ];
Namespace $zu(5) use parameter
• property OfficeFile as %String(MAXLEN="");
Select the file to download to disk TempDir {"displayname":"Select file","title":"Select file","inputpattern":"files"}
• property Types as %String(DISPLAYLIST=",Project,Application Parameter,System Parameter,Side Menu LTE",MAXLEN=1,VALUELIST=",Projecr,AppOption,SysOption,SideMenuLTE") [ InitialExpression = "AppOption",Required ];
The list of parameter types {"displayname":"parameter Types","title":"Select a Type"}
• property Value as %String(MAXLEN="");
Parameter value default
• property isEnabled as %Boolean [ InitialExpression = 0 ];
Type Boolean in a list {"displayname":"Included","title":"enter (1 or 0)"}
• property isEnabledCheck as %Boolean [ InitialExpression = 1 ];
Type Boolean in a checkbox {"displayname":"Enabled","inputtype":"checkbox"}


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.