Click or drag to resize
OrgUnitPickerBase Fields

[This is preliminary documentation and is subject to change.]

The OrgUnitPickerBase type exposes the following members.

Fields
  NameDescription
Public fieldAncestors
Add ancestors
Public fieldCaption
Field label etc. displayed in data entry form
(Inherited from CaptionBase.)
Public fieldClassNameControl
Stylesheet classname for control
(Inherited from TmplItem.)
Public fieldClassNameControlCell
Stylesheet classname for table cell containing control
(Inherited from TmplItem.)
Public fieldClassNameLabel
Stylesheet classname for label
(Inherited from TmplItem.)
Public fieldClassNameLabelCell
Stylesheet classname for table cell containing label
(Inherited from TmplItem.)
Public fieldClearButtonIcon
The icon to display on "Clear" button
(Inherited from Picker.)
Public fieldClearButtonText
The text to display on "Clear" button
(Inherited from Picker.)
Public fieldClearOnCopy
This TmplItem will be cleared when copying
(Inherited from TmplItem.)
Public fieldComment
Internal comment for use by designer
(Inherited from TmplItem.)
Public fieldComputation
Expression that computes default value for field
(Inherited from DataNameBase.)
Public fieldConvertInfo
Misc. conversion info.
(Inherited from TmplItem.)
Public fieldDataName
Name of table / field in data base
(Inherited from DataNameBase.)
Protected fielddataValueStatusInput
Status of input data
(Inherited from Picker.)
Protected fielddataValueStatusLoad
Status of loaded data
(Inherited from Picker.)
Public fieldDefaultLastPrevious
True => field default value is set to last previous value
(Inherited from DataNameBase.)
Public fieldDefaultToUsersEmployer
If no data is entered the current users employer is default
Public fieldDeleted
TmplItem (and anything below it) is skipped when generating DataDictionary, so fields will not be generated in database.
(Inherited from TmplItem.)
Public fieldDescendants
Add descendants
Public fieldDescription
Textual description of field definition, use, etc.
(Inherited from DataNameBase.)
Public fieldDisplayFields
The fields to display - dropdown mode only
(Inherited from Picker.)
Public fieldDrillDown
Enable selection by drill down using a series of dropdown controls
Public fieldExcludeFromPrint
The TmplItem is excluded from the printed version of the form
(Inherited from TmplItem.)
Public fieldFillInStatusComputation
Specifies how empty field is treated
(Inherited from DataNameBase.)
Public fieldFillInStatusSelect
Specifies how empty field is treated
(Inherited from DataNameBase.)
Public fieldFunctionFilter
Function name to filter by
Public fieldHidden
Hidden fields generate fields in DataDictionary (and hence database), but are not visible in input form.
(Inherited from TmplItem.)
Public fieldHistoryCaption
Field label displayed in history tree (
(Inherited from CaptionBase.)
Public fieldHTMLName
Field name in generated HTML form (blank: use DataName)
(Inherited from CaptionBase.)
Public fieldIncludeRoot
Include "root" in hierarchy or not
Public fieldInputField
Show input field for direct key-in of organization code
Public fieldLink
Reference (e.g. URL) to field definition
(Inherited from DataNameBase.)
Public fieldListColumn
Columns in automatically generated list views are sorted by this value.
(Inherited from DataNameBase.)
Public fieldMapToExternalField
Corresponding field name in som external system - used for mapping during import/export
(Inherited from DataNameBase.)
Public fieldMode
DropDown or PopUp window
(Inherited from Picker.)
Public fieldModuleOnSelect
Run this module (.aspx) after selecting org.unit
Public fieldModuleParameters
Parameters sent to modules
Public fieldModuleTab
Run this module to build a tab for custom selection
Public fieldModuleTabCaption
Caption in tab for module
Public fieldNumber
Should this field be numbered
(Inherited from CaptionBase.)
Public fieldOnBlur
Custom script for onblur-event
(Inherited from TmplItem.)
Public fieldOnChange
Custom script for onchange-event
(Inherited from TmplItem.)
Public fieldOnClick
Custom script for onclick-event
(Inherited from TmplItem.)
Public fieldOnFocus
Custom script for onfocus-event
(Inherited from TmplItem.)
Public fieldOnKeyDown
Custom script for onkeydown-event
(Inherited from TmplItem.)
Public fieldOnKeyPress
Custom script for onkeypress-event
(Inherited from TmplItem.)
Public fieldOnKeyUp
Custom script for onkeyup-event
(Inherited from TmplItem.)
Public fieldOrderBy
The field to order by (sorting) - dropdown mode only
(Inherited from Picker.)
Public fieldOrgUnitSelection
The various selection modes specifying the OrgUnits the user may select from. Specifies how to fied the "starting point" in the arganizational hierarchy.
Public fieldPopUpMode
PopUpMode
(Inherited from Picker.)
Public fieldPostProcess
Code (e.g. .aspx) to execute on save
(Inherited from TmplItem.)
Public fieldPreProcess
Code (e.g. .aspx) to execute on load
(Inherited from TmplItem.)
Public fieldPreProcessInstruction
XPath expression to find values in preprocessed xml (MUST address an attribute)
(Inherited from DataNameBase.)
Public fieldPublishChanges
If true, the control is registered as a publisher, which means other controls can subscribe to changes on this control
(Inherited from DataNameBase.)
Public fieldReadFromFile
The disk file this TmplItem was read from
(Inherited from TmplItem.)
Public fieldReadOnly
Read only expression - if expression evaluates true, field may not be edited
(Inherited from DataNameBase.)
Public fieldRunPreProcessInstructionOnEdit
Normally the PreProcessInstruction is only run on when creating a new form, set this attribute to also run the instruction when editing the form
(Inherited from DataNameBase.)
Public fieldSearch
Enable searching by search criterias
Public fieldSearchButtonIcon
The icon to display on "Search" button
(Inherited from Picker.)
Public fieldSearchButtonText
The text to display on "Search" button
(Inherited from Picker.)
Public fieldSetValueOnCopy
Expression to set value on new recod in copy operation. If not set, dfeautl beavior is to copy the value from the source record. If set, evaluet expression, and set evaluated value on copy.
(Inherited from DataNameBase.)
Public fieldShowCurrent
Show the current selected OrgUnit in separate span tag
Public fieldSQLQuery
SQL query used to compute list of OrgUnits to select from. Only used in DropDown case. Must return columns: Type, Code, Name
Public fieldStyleControl
Inline style for control
(Inherited from TmplItem.)
Public fieldStyleControlCell
Inline style for table cell containing control
(Inherited from TmplItem.)
Public fieldStyleLabel
Inline style for label
(Inherited from TmplItem.)
Public fieldStyleLabelCell
Inline style for table cell containng label
(Inherited from TmplItem.)
Protected fieldsubTmplItems
tmpItemcollection
(Inherited from TmplItem.)
Public fieldTooltip
Tooltip
(Inherited from CaptionBase.)
Public fieldTooltipComputation
Expression to compute tooltip value
(Inherited from CaptionBase.)
Public fieldTree
Enable browsing in organizational tree
Public fieldTreeExpandLevels
Number of levels to automatically expand (only when TreeLoadAll is true)
Public fieldTreeLoadAll
Load all nodes in tree - should be used only when browsing small subset of organisation tree
Public fieldTypeAncestor
Type of ancestor organizational unit. Hs only effect when OrgUnitSelection==DataOwnerAncestor or OrgUnitSelection==PatientOrgUnitAncestor
Public fieldTypeFilter
Type to filter by
Public fieldURLHelp
URL with help etc. for this field
(Inherited from CaptionBase.)
Public fieldViewName
Name of table / field in autogenerated views (optional - defaults to DataName)
(Inherited from DataNameBase.)
Public fieldVisibleComputation
Computation (formula) controlling visibility of item - true => item is visible
(Inherited from TmplItem.)
Top
See Also