Skip to content

Instantly share code, notes, and snippets.

## parse <template_attributes>
Example snippet:
<template_attributes>
<coding_schemes>
<coding_scheme name="RADLEX" designator="2.16.840.1.113883.6.256" />
</coding_schemes>
<term type="modality">
<code meaning="computed tomography" value="RID10321" scheme="RADLEX" />
</term>
@teleivo
teleivo / pageant_autostart.cmd
Created December 23, 2014 13:25
Run pageant on startup in Cmder
@echo off
setlocal ENABLEDELAYEDEXPANSION
set ssh_key_home=%HOME%\.ssh\
set pageant_key_wildcard=*.ppk
echo start pageant and add keys matching %pageant_key_wildcard% from^
%ssh_key_home%
rem Check if pageant is running