CSC.SC.TOPICA4.Template Namespace |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "N:CSC.SC.TOPICA4.Template"]
Class | Description | |
---|---|---|
![]() | ArrayTable |
Implements 1:N relation inside form
|
![]() | BooleanBase |
Superclass for items that store boolean values in database
|
![]() | CaptionBase |
Superclass for classes having Caption and Tooltip
|
![]() | Checkbox |
Checkbox - 2 values: true and false
|
![]() | CheckRulesResult |
This class summarizes the outcome when checking the rules on an
entire tree of TmplItem inherited classes
|
![]() | ClassificationPicker |
Classification picker - allows user to pick / browse classifications
|
![]() | Comment |
Comment - does not generate field in form nor database
|
![]() | DataNameBase |
Summary description for DataNameBase.
|
![]() | DataTableBase |
Summary description for DataTableBase.
|
![]() | DropDown |
Summary description for DropDown.
|
![]() | EditorCategoryAttribute |
This attribute is used for grouping similar fields in the Editor.
|
![]() | EditorControlInfoAttribute |
This attribute is used for overriding the default control used in the Editor
|
![]() | EditorEditableCollectionAttribute |
This attribute is used for marking a collection member as editable
from the editor
|
![]() | EmployeePicker |
Summary description for EmployeePicker.
|
![]() | EmployeeSelector |
Information on how to select Employees (e.g. for EmployeePicker)
and methods to read Employees from databse accordingly
|
![]() | ExternalRelation |
A StructurRefence holds information on an external datamodel reference -
e.g. a "foreign key" in the dynamic datamodel that references a table outside the dynamic data model
|
![]() | FileUpload |
FileUpload class renders HTML control to upload files to database
|
![]() | Form |
"Root" of the template item hierarchy, that consitutes a (dynamic) form
|
![]() | FormButtonProperties |
The StructureForm has a number of built in buttons use this tag to
control properties of these buttons serverside
|
![]() | FormButtonPropertiesCollection |
Collection of FormButtonProperties objects
|
![]() | FormCommand |
Formcommand
|
![]() | FormCommandCollection |
Collection of formcommands
|
![]() | FormContext |
TOPICA-aware context for computations
|
![]() | Grid |
Summary description for Grid.
|
![]() | GridFiller |
GridFiller: used as "filler" for nonexistsing fields in Grid structure.
This is becuase all GridRecords must contain same number of fields with same Caption.
Does not generate field in form nor database
|
![]() | GridRecord |
Summary description for GridRecord.
|
![]() | Group |
Summary description for Group.
|
![]() | Grouping |
Superclass for Table and Group.
Common behaviour:
May be vertical (default) or horizontal.
|
![]() | IFrame |
Embeds an IFrame element in the page
|
![]() | Include |
Used to refer to external file.
Makes it possible to re-use parts of forms in several forms.
|
![]() | IncludedText |
Used to hold text inclucde into form by Include referreing to .inc-file
|
![]() | List |
Summary description for List.
|
![]() | ListMultiple | Obsolete.
Summary description for ListMultiple.
|
![]() | Message |
Message to be displayed in template / dynamically generated form
|
![]() | MessageCollection |
Collection of Message objects
|
![]() | Option |
Summary description for Option.
|
![]() | OptionBase |
Superclass for items that specify mutually exclusive options
- option in dropdown or list
- radiobutton
|
![]() | OptionBaseGrouping |
Common ancesstor for all items, that implement
selection among mutually exclusive options.
|
![]() | OrgUnitPicker |
Summary description for OrgUnitPicker.
|
![]() | OrgUnitPickerBase |
Base class for pickers for OrgUnit related objects
|
![]() | OrgUnitPickerException |
Exception that is thrown, when field value read from database does not match type of field in form
|
![]() | OrgUnitSelector |
Information on how to select OrgUnits (e.g. for OrgUnitPicker)
and methods to get OrgUnits
|
![]() | Picker |
Summary description for Picker.
|
![]() | PopupWindow |
Generate a hyperlink or button to open a popup-window
|
![]() | PostBackButton |
Postback button with url
|
![]() | Primitive |
Superclass for all TmplItem claases with follwing characteristics:
- Should have DataName, because they generate database field.
- May not have any sub-items (hence the name "Primitive")
- May be contained in all container classes.
Subclassing from this class eliminates the need for overriding Hierarchy methods.
|
![]() | QuadState |
QuadState has 4 states: NULL, 0=No, 1=Yes, 2=Undefined
|
![]() | RadioButton |
RadioButton.
Must be inside RadioButtonGroup or RadioButtonTable
|
![]() | RadioButtonGridRecord |
Container for a group of RadioButton items, to be displayed in Grid
|
![]() | RadioButtonGroup |
Container for a group of RadioButton items
|
![]() | RadioButtonGrouping |
Group of radiobuttons - one field in database.
|
![]() | RadioButtonTable |
Constructs a table containing RadioButtons
|
![]() | Rectangle |
Base class for template items specifying rectangle (width, height and scrolling)
|
![]() | Reference |
Summary description for Reference.
|
![]() | RichTextArea |
Summary description for TextArea.
|
![]() | Root |
Used to hold references to forms on patient level (not part of pathway)
|
![]() | Rule | |
![]() | RuleCollection |
Collection of rules
|
![]() | Script |
Used to hold script (JavaScript) that is NOT associated to any event.
The script may be embedded in the HTML generated by the form,
or it may generated as a startup-up script (i.e. after the whoe form has been generated).
|
![]() | Select |
Select is superclass for DropDown and List.
Commmon behavior: must contain > 1 Option,
and EnumValues must be unique.
|
![]() | SelectSQL |
Base class for template items implementin select cotrols (dropdown, list) where options may be specified by SQL
|
![]() | SharedRecord | Obsolete.
Summary description for SharedRecord.
|
![]() | StructureBase |
Summary description for StructureBase.
|
![]() | StructureElement |
A StructureElement associates a form with a database table,
and thus generates a node in the the hierarchcal data model.
Such a node may - in clinical terms - be called period of care, encounter, standard plan, whatever
|
![]() | SubDataTable | Obsolete.
Summary description for SubDataTable.
|
![]() | SubForm |
Template item used to display a "sub form" (displaying form B "inside" form A).
A subform may be
1) a dynamic form (URL automatically computed from table name)
2) defined by a custom built URL
|
![]() | Subset | Obsolete.
Summary description for Subset.
|
![]() | Tab |
Summary description for Tab.
|
![]() | Table |
Summary description for Table.
|
![]() | TableBreak |
TableBreak - used to render multiple columns in tables
|
![]() | TableView |
TableView should be used for displaying table data in dynamic forms
|
![]() | TabSet |
Summary description for TabSet.
|
![]() | TemplateButton |
Button with action script
|
![]() | TemplateContext |
Extend LibraryContext with Printing, Form and Item
|
![]() | TemplateException |
Thrown in case of exception from emplate
|
![]() | TemplateHiddenField |
Store a value in a hidden field on the form
|
![]() | TemplatePanel | |
![]() | TextArea |
Summary description for TextArea.
|
![]() | TextBase |
Superclass for text input fields, which include
text, numbers, and date/time fields.
|
![]() | TextDate |
Summary description for TextDate.
|
![]() | TextDateTime |
TextDateTime generates a text input field with the following characteristics:
- Sortcuts:
- "d" : current date
- "t" : current date and time
- "+n" : n days from now
- "-n" : n days before today
- Culture-aware validation - both client-side and server-side.
- Optional popup date/time picker.
|
![]() | TextDateTimeBase |
Summary description for TextDateTimeBase.
|
![]() | TextFloat |
Summary description for TextFloat.
|
![]() | TextInput |
Superclass for one-line text input fields, which include
textline, numbers, and date/time fields - but NOT textarea (multiline)
|
![]() | TextInteger |
Integer input field.
|
![]() | TextLine |
Summary description for TextLine.
|
![]() | TextLongInteger |
Integer input field.
|
![]() | TextMonth | Obsolete.
Summary description for TextMonth.
|
![]() | TextNumber | |
![]() | TextWithMaxChar |
Superclass for text input fields, which include
text, numbers, and date/time fields.
|
![]() | TextYear | Obsolete.
Summary description for TextYear.
|
![]() | TmplItem |
Summary description for TmplItem.
|
![]() | TmplItemCollection |
Collection of TmplItem objects
|
![]() | TmplItemUtil |
Contains static helper methods for finding TmplItem related info (some reflection based)
|
![]() | TriState |
Summary description for TriState.
|
![]() | URLReference |
Base class for template items that contain a reference to an URL
|
![]() | View |
Summary description for View.
|
![]() | XmlSetting |
One Settings element (collection of these is made avaliable in FormContext)
|
Interface | Description | |
---|---|---|
![]() | IFormatter |
Interface for classes that provide (culture-specific) conversion betwwen binary and string
|
Enumeration | Description | |
---|---|---|
![]() | ActionOnCopy |
Specifies which form is displayed after a copy operation
|
![]() | CheckForm |
How to perform form checking during DataDictionary generation
|
![]() | CommandRowPosition |
ArrayTable CommandRow position
|
![]() | DataValueStatus |
The status of the data saved in the template item
|
![]() | EditorCategoryType | |
![]() | EditorControlType |
What type of control should be used in the editor (typically select Default)
|
![]() | FillInStatus |
Specifies how empty field is treated
|
![]() | FormBoolDefault |
Specifcation of various form-level properties -not used pt!
|
![]() | FormFormSaveButtonMode |
Number and function of standard Save buttons
|
![]() | FormSaveWithWarnings |
Bevahior when a form containing warnings is submtted (e.g. user clikcsk "Save" button).
|
![]() | FormContextFormRenderMode | |
![]() | FormContextHtmlVersion | |
![]() | MessageSource |
Origin of errors/messages
|
![]() | MessageType |
Types of message in forms
|
![]() | OrgUnitSelection |
Valid values for OrgUnitSelection |
![]() | PickerMode |
Picker mode
|
![]() | PopUpMode |
PopUpMode mode
|
![]() | PopupWindowControl |
Picker mode
|
![]() | RuleMessageType |
Enum of valied rulemessagetypes
|
![]() | TabSetRenderingMode |
TabSet rendering modes
|
![]() | TextDateCalendarShownOn |
Defines when the TextDate calendar will be shown (if enabled)
|
![]() | WindowType |
PopUpMode mode
|