Dev:Subform-block Total Keratometry: Difference between revisions

From Kordeus Wiki
Jump to navigation Jump to search
Jagodapejovic (talk | contribs)
Created page with "nsdnjsndjs"
 
Mionamilosevic (talk | contribs)
No edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
nsdnjsndjs
 
== Block fields[edit | edit source] ==
{| class="wikitable"
|+
!Field type
!Field name EN
!Field name DE
!Patient data set
!Patient data item
!Procedure
!Step
!Comment
!Formula
!XML import
|-
|Number textbox
|TR1 [mm]
|TR1 [mm]
|COR
|K1(dim3)
|BIO
|
|
|
|<TotalKeratometry>
<MaximalRadius>
|-
|Number textbox
|TK1 [D]
|TK1 [dpt]
|COR
|K1(dim1)
|BIO
|
|Check if calculation matches XML
Formula should be implemented, XML import data is for checking only
|332/TR1 (if KIndex is 1.332)
or 337.5/TR1 (if KIndex is 1.3375)
|<TotalKeratometry>
<FlatK>
|-
|Number textbox
|TAxis [°]
|Achse [°]
|COR
|K1(dim2)
|BIO
|
|
|
|<TotalKeratometry>
<MaximalAxis>
|-
|Number textbox
|TR mean [mm]
|TR mean [mm]
|COR
|KR(dim1)
|BIO
|
|
|((TR1+TR2)/2)
|
|-
|Number textbox
|TR2 [mm]
|TR2 [mm]
|COR
|K2(dim3)
|BIO
|
|
|
|<TotalKeratometry>
<MinimalRadius>
|-
|Number textbox
|TK2 [D]
|TK2 [dpt]
|COR
|K2(dim1)
|BIO
|
|Check if calculation matches XML
Formula should be implemented, XML import data is for checking only
|332/TR2 (if KIndex is 1.332)
or 337.5/TR2 (if KIndex is 1.3375)
|<TotalKeratometry>
<SteepK>
|-
|Number textbox
|TAxis [°]
|Achse [°]
|COR
|K2(dim2)
|BIO
|
|
|
|<TotalKeratometry>
<MinimalAxis>
|-
|Number textbox
|TK mean [D]
|TK mean [Dpt]
|COR
|KR(dim2)
|BIO
|
|
|((TK1 + TK2)/2)
|
|-
|Dropdown
|K Index
|K index
|COR
|REFIND
|BIO
|
|
|
|<TotalKeratometry>
<RefractiveIndex>
|-
|Number textbox
|∆ TK [D]
|∆ TK [Dpt]
|COR
|CAST(dim1)
|BIO
|
|Check if calculation matches XML
Formula should be implemented, XML import data is for checking only
|TK1-TK2 @ A1
|<TotalKeratometry>
<DeltaD>
|-
|Number textbox
|Axis [°]
|Achse [°]
|COR
|CAST(dim2)
|BIO
|
|Check if calculation matches XML
Formula should be implemented, XML import data is for checking only
|Axis from TK1
|<TotalKeratometry>
<DeltaAxis>
|}
 
== Mockup ==
[[File:Total Keratometry block with formulas.png|left|thumb]]

Latest revision as of 11:58, 14 June 2023

Block fields[edit | edit source]

Field type Field name EN Field name DE Patient data set Patient data item Procedure Step Comment Formula XML import
Number textbox TR1 [mm] TR1 [mm] COR K1(dim3) BIO <TotalKeratometry>

<MaximalRadius>

Number textbox TK1 [D] TK1 [dpt] COR K1(dim1) BIO Check if calculation matches XML

Formula should be implemented, XML import data is for checking only

332/TR1 (if KIndex is 1.332)

or 337.5/TR1 (if KIndex is 1.3375)

<TotalKeratometry>

<FlatK>

Number textbox TAxis [°] Achse [°] COR K1(dim2) BIO <TotalKeratometry>

<MaximalAxis>

Number textbox TR mean [mm] TR mean [mm] COR KR(dim1) BIO ((TR1+TR2)/2)
Number textbox TR2 [mm] TR2 [mm] COR K2(dim3) BIO <TotalKeratometry>

<MinimalRadius>

Number textbox TK2 [D] TK2 [dpt] COR K2(dim1) BIO Check if calculation matches XML

Formula should be implemented, XML import data is for checking only

332/TR2 (if KIndex is 1.332)

or 337.5/TR2 (if KIndex is 1.3375)

<TotalKeratometry>

<SteepK>

Number textbox TAxis [°] Achse [°] COR K2(dim2) BIO <TotalKeratometry>

<MinimalAxis>

Number textbox TK mean [D] TK mean [Dpt] COR KR(dim2) BIO ((TK1 + TK2)/2)
Dropdown K Index K index COR REFIND BIO <TotalKeratometry>

<RefractiveIndex>

Number textbox ∆ TK [D] ∆ TK [Dpt] COR CAST(dim1) BIO Check if calculation matches XML

Formula should be implemented, XML import data is for checking only

TK1-TK2 @ A1 <TotalKeratometry>

<DeltaD>

Number textbox Axis [°] Achse [°] COR CAST(dim2) BIO Check if calculation matches XML

Formula should be implemented, XML import data is for checking only

Axis from TK1 <TotalKeratometry>

<DeltaAxis>

Mockup