Difference between revisions of "Custom Field Type: Lookup – ICD Code"

From SmartWiki
Jump to: navigation, search
Line 45: Line 45:
 
==Notes==
 
==Notes==
 
'''Variables'''
 
'''Variables'''
* The field stores the actual ICD Code (i.e. G44.0). If you wish to display the description associated with the ICD Code (i.e. Cluster Headache Syndrome) you can use the following syntax in a [[Read Only System Variable]], [[Web Page View]], etc.:
+
* The field stores the actual ICD Code (i.e. G44.0). If you wish to display the description associated with the ICD Code (i.e. Cluster Headache Syndrome) you can use the following syntax in a [[Read Only - System Variables]] custom field, [[Web Page View]], etc.:
 
:<font size="3">'''@''fieldname''.value@'''</font>
 
:<font size="3">'''@''fieldname''.value@'''</font>
  

Revision as of 14:01, 20 May 2010

Field Display

Edit Mode:

ICDEdit.png

View Mode:

ICDView.png


General Description

Displays a list of the standard ICD Codes (International Statistical Classification of Diseases and Related Health Problems).

The desired code can be found by typing either the code or description into the field, and selecting the correct option from the list of matches that appears.


Field Options

  • Display Order: The order (relative to other fields) in which this field is displayed
  • Tab Name: Displays the field under a given tab
  • Field Name: The name of the field, used internally to reference the user's input
  • Caption: The leading question or prologue before the field


Field Formatting Options

  • Width: Determines the width of the field
  • Style: Bold, Underline, Italic, Highlight
  • Tool Tip: Enter help text to be shown on mouse-over
  • Read Only: Checkbox
  • HTML Tag: Additional attributes to the field HTML tag
  • Visibility Condition: Conditions upon which the field is visible


Role - Field Permissions

These fields allow you to control by Role who is allowed to view and/or modify the field.

Status - Field Permissions

These fields allow you to control by the Status of the record whether or not the field can be viewed and/or modified.


Notes

Variables

  • The field stores the actual ICD Code (i.e. G44.0). If you wish to display the description associated with the ICD Code (i.e. Cluster Headache Syndrome) you can use the following syntax in a Read Only - System Variables custom field, Web Page View, etc.:
@fieldname.value@

Where: fieldname is the name of the Lookup - ICD Code custom field.