persistent class apptools.core.Parameter
extends %Persistent
Example 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
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"}