blob: a94f59eea8447c3524d48fc9e47eee7c4fcef98a (
plain)
1
2
3
4
5
6
7
8
9
|
<?xml version='1.0' encoding='UTF-8'?>
<template name="ref_behandling" version="1.0" title="Behandling Refraktivt indgreb">
<macro name="header" static="true"/>
<macro name="ref_behandlinghklargoering"/>
<macro name="de_5_trin" requires="ref_behandlinghklargoering"/>
<macro name="ref_behandling.kirurgisk_procedure" requires="ref_behandling.klargoering,de_5_trin"/>
<macro name="ref_behandling-oejendrypning" requires="ref_behandling.klargoering,de_5_trin,ref_behandling.kirurgisk_procedure"/>
<macro name="supplerende" requires="ref_behandling.klargoering,de_5_trin,ref_behandling.kirurgisk_procedure"/>
</template>
|