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

From SmartWiki
Jump to: navigation, search
(Field Display)
 
(16 intermediate revisions by 5 users not shown)
Line 1: Line 1:
<u>'''Field Display'''</u>
+
==General Description==
 
 
'''Edit Mode:'''
 
:[[Image:ICDEdit.png]]
 
 
 
'''View Mode:'''
 
:[[Image:ICDView.png]]
 
 
 
 
<u>'''General Description'''</u>
 
 
 
 
Displays a list of the standard ICD Codes (International Statistical Classification of Diseases and Related Health Problems).
 
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.
 
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 Illustrated==
<u>'''Field Options''' </u>
+
: [[Image:Cf_icd_ex1.png]]
 
+
''Lookup - ICD Code field, in Edit Mode:''
* '''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
 
 
 
 
 
<u>'''Field Formatting Options'''</u>
 
 
 
* '''Width''': Determines the width of the field
 
* '''Style''': '''Bold''', <u>Underline</u>, ''Italic'', <font color="red">Highlight</font>
 
* '''[[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
 
 
 
 
 
<u>'''[[Role Field Permissions|Role - Field Permissions]]'''</u>
 
  
These [[Role Field Permissions|fields]] allow you to control by [[Role]] who is allowed to view and/or modify the field.
 
 
<u>'''[[Status Field Permissions|Status - Field Permissions]]'''</u>
 
* ''Only present within the [[Universal Tracking Application]]''
 
These [[Status Field Permissions|fields]] allow you to control by the [[Status]] of the record whether or not the field can be viewed and/or modified.
 
  
  
 +
: [[Image:Cf_icd_ex2.png]]
 +
''Lookup - ICD Code field, in View Mode:''
  
 +
==Field Options==
 +
All common options:<br />
 +
[[Custom Fields - General Information #General_Settings|General Settings]]<br />
 +
[[Custom Fields - General Information #Role Field Permissions and Status Field Permissions|Permissions & Availability]]<br />
 +
[[Custom Fields - General Information #Classic Options|Classic Options]]<br />
 +
For further information, please refer to [[Custom Fields – General Information]].<br /><br />
 +
Options listed below are specific to this particular field type.<br>
 
==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.:
 
:<font size="3">'''@''fieldname''.value@'''</font>
 
  
 +
* 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.:
 +
 +
: <span style="font-size: medium;">'''@''fieldname''.value@'''</span>
 
'''Where''': ''fieldname'' is the name of the '''Lookup - ICD Code''' custom field.
 
'''Where''': ''fieldname'' is the name of the '''Lookup - ICD Code''' custom field.
  
[[Category:Custom Fields]]
+
{{CustomFieldPageFooter}}

Latest revision as of 16:55, 4 December 2018

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 Illustrated

Cf icd ex1.png

Lookup - ICD Code field, in Edit Mode:


Cf icd ex2.png

Lookup - ICD Code field, in View Mode:

Field Options

All common options:
General Settings
Permissions & Availability
Classic Options
For further information, please refer to Custom Fields – General Information.

Options listed below are specific to this particular field type.

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.