Dev:Subform-block Total Keratometry: Difference between revisions

From Kordeus Wiki
Jump to navigation Jump to search
Mionamilosevic (talk | contribs)
No edit summary
Mionamilosevic (talk | contribs)
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 53: Line 53:
|-
|-
|Number textbox
|Number textbox
|TR [mm]
|TR mean [mm]
|TR [mm]
|TR mean [mm]
|COR
|COR
|KR(dim1)
|KR(dim1)
Line 102: Line 102:
|-
|-
|Number textbox
|Number textbox
|TK [D]
|TK mean [D]
|TK [Dpt]
|TK mean [Dpt]
|COR
|COR
|KR(dim2)
|KR(dim2)
Line 152: Line 152:


== Mockup ==
== Mockup ==
[[File:MicrosoftTeams-image (7).png|left|thumb]]
[[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