Dev:Subform-block Total Keratometry: Difference between revisions

From Kordeus Wiki
Jump to navigation Jump to search
Jagodapejovic (talk | contribs)
No edit summary
Mionamilosevic (talk | contribs)
No edit summary
 
(7 intermediate revisions by 2 users not shown)
Line 12: Line 12:
!Comment
!Comment
!Formula
!Formula
!Question
!XML import
|-
|-
|Number textbox
|Number textbox
Line 23: Line 23:
|
|
|
|
|
|<TotalKeratometry>
<MaximalRadius>
|-
|-
|Number textbox
|Number textbox
Line 32: Line 33:
|BIO
|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
|Number textbox
Line 45: Line 49:
|
|
|
|
|
|<TotalKeratometry>
<MaximalAxis>
|-
|-
|Number textbox
|Number textbox
|TR [mm]
|TR mean [mm]
|TR [mm]
|TR mean [mm]
|COR
|COR
|KR(dim1)
|KR(dim1)
Line 55: Line 60:
|
|
|
|
|
|((TR1+TR2)/2)
|
|
|-
|-
Line 67: Line 72:
|
|
|
|
|
|<TotalKeratometry>
<MinimalRadius>
|-
|-
|Number textbox
|Number textbox
Line 76: Line 82:
|BIO
|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
|Number textbox
Line 89: Line 98:
|
|
|
|
|
|<TotalKeratometry>
<MinimalAxis>
|-
|-
|Number textbox
|Number textbox
|TK [D]
|TK mean [D]
|TK [Dpt]
|TK mean [Dpt]
|COR
|COR
|KR(dim2)
|KR(dim2)
Line 99: Line 109:
|
|
|
|
|
|((TK1 + TK2)/2)
|
|
|-
|-
Line 111: Line 121:
|
|
|
|
|
|<TotalKeratometry>
<RefractiveIndex>
|-
|-
|Number textbox
|Number textbox
Line 117: Line 128:
|∆ TK [Dpt]
|∆ TK [Dpt]
|COR
|COR
|CAST(dim1)?
|CAST(dim1)
|BIO
|BIO
|
|
|
|Check if calculation matches XML
|
Formula should be implemented, XML import data is for checking only
|CAST(dim1)?
|TK1-TK2 @ A1
|<TotalKeratometry>
<DeltaD>
|-
|-
|Number textbox
|Number textbox
Line 128: Line 141:
|Achse [°]
|Achse [°]
|COR
|COR
|CAST(dim2)?
|CAST(dim2)
|BIO
|BIO
|
|
|
|Check if calculation matches XML
|
Formula should be implemented, XML import data is for checking only
|CAST(dim2)?
|Axis from TK1
|<TotalKeratometry>
<DeltaAxis>
|}
|}


== 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