Accessibility/EditorBehaviourOnUserInput: Difference between revisions

 
Line 18: Line 18:
''Semi-structured data are widely used in clinical data. [http://iospress.metapress.com/content/dyp63xxvf93wje8u/fulltext.pdf The article] is described the problem of exchange and representation of clinical semi-structured data. Interactive approach allows to create input forms for convenient input of clinical documents which can be in [http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1380194/ HL7 CDA R2 format].''
''Semi-structured data are widely used in clinical data. [http://iospress.metapress.com/content/dyp63xxvf93wje8u/fulltext.pdf The article] is described the problem of exchange and representation of clinical semi-structured data. Interactive approach allows to create input forms for convenient input of clinical documents which can be in [http://www.ncbi.nlm.nih.gov/pmc/articles/PMC1380194/ HL7 CDA R2 format].''


''Also interactive approach (semi-structured forms) can be used as input forms for [http://en.wikipedia.org/wiki/Semi-structured_interview semi-structured interview]. In forms like [http://www.scielo.org.co/img/revistas/prf/n10/n10a04a2.gif this paper form] controls (e.g. html:select or xf:select) with most common phrases can be placed into text fields. When user select a phrase from a control then the selected phrase can be coded. Coded phrases can be used for machine processing.''
''Also interactive approach (semi-structured forms) can be used as input forms for [http://en.wikipedia.org/wiki/Semi-structured_interview semi-structured interview]. In forms like [http://www.scielo.org.co/img/revistas/prf/n10/n10a04a2.gif this paper form] controls (e.g. html:select or xf:select) with most common phrases can be placed into text fields. When user select a phrase from a control then the selected phrase can be coded. Coded phrases can be used for machine processing. In medicine semi-structured interviews are [http://www.sleepclinician.com/resources/ widely used].''


''In WinIE there is [http://msdn.microsoft.com/en-us/library/ms537833%28v=VS.85%29.aspx scriptable editing API] which support controls into contentEditable areas (e.g. oncontrolselect event). WebKit's team has [http://webkit.org/projects/editing/index.html plans] to support this API. Right now WinIE and Chrome (Safari and Opera I have not tested yet) are supported interactive approach. ''
''In WinIE there is [http://msdn.microsoft.com/en-us/library/ms537833%28v=VS.85%29.aspx scriptable editing API] which support controls into contentEditable areas (e.g. oncontrolselect event). WebKit's team has [http://webkit.org/projects/editing/index.html plans] to support this API. Right now WinIE and Chrome (Safari and Opera I have not tested yet) are supported interactive approach. ''