blob: 751f8f05fa795022c7c3632aed80dc26ecbc3cbd (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0" encoding="UTF-8"?>
<macro name="patient" version="1.0">
<frame name="cpr_frame" caption="CPR" layout="vbox">
<lineedit name="patient_cpr" regexp="\d{6}-{0,1}\d{4}" value=""/>
</frame>
<frame name="name_frame" caption="Navn:" layout="vbox">
<lineedit name="patient_navn" regexp=".+" value=""/>
<textedit name="patient_note" regexp=".*" value=""/>
</frame>
</macro>
|