{
	"apiVersion" : 1,
	"type" : "offline",
	"style" : "wizard",
	"pages" : [
	{
		"name" : "Patient",
		"name_nl_NL" : "Patiënt",
		"description" : "Patient Information",
		"description_nl_NL" : "Patiëntgegevens",
		"key" : "patient",
		"type" : "patientEntry",
		"elementOrientation" : "horizontal",
		"captionWidth" : 125,
		"elements" : [
		{
			"row" : 0,
			"column" : 0,
			"rowSpan" : 1,
			"columnSpan" : 1,
			"type" : "lineEdit",
			"caption" : "ID",
			"readOnly" : false,
			"required" : true,
			"key" : "patient_id",
			"width" : 250
		},
		{
			"row" : 1,
			"column" : 0,
			"rowSpan" : 1,
			"columnSpan" : 1,
			"type" : "lineEdit",
			"caption" : "ID2",
			"caption_nl_NL" : "BSN",
			"readOnly" : false,
			"required" : true,
			"key" : "patient_id2",
			"width" : 250
		},
		{
			"row" : 2,
			"column" : 0,
			"rowSpan" : 1,
			"columnSpan" : 1,
			"type" : "lineEdit",
			"caption" : "Name",
			"caption_nl_NL" : "Naam",
			"readOnly" : false,
			"required" : true,
			"key" : "name"
		},
		{
			"row" : 3,
			"column" : 0,
			"rowSpan" : 1,
			"columnSpan" : 1,
			"type" : "dateCalendar",
			"caption" : "Birthday",
			"caption_nl_NL" : "Geboortedatum",
			"displayFormat" : "MM/dd/yyyy",
			"displayFormat_nl_NL" : "dd-MM-yyyy",
			"readOnly" : false,
			"required" : true,
			"key" : "birthday",
			"width" : 250
		},
		{
			"row" : 4,
			"column" : 0,
			"rowSpan" : 1,
			"columnSpan" : 1,
			"type" : "multipleChoice",
			"choices" : [
			{
				"caption" : "Male",
				"caption_nl_NL" : "Man",
				"value" : "m"
			},
			{
				"caption" : "Female",
				"caption_nl_NL" : "Vrouw",
				"value" : "f"
			}],
			"caption" : "Sex",
			"caption_nl_NL" : "Geslacht",
			"required" : true,
			"key" : "sex"
		},
		{
			"row" : 5,
			"column" : 0,
			"rowSpan" : 1,
			"columnSpan" : 1,
			"type" : "spacer",
			"orientation" : "vertical"
		},
		{
			"row" : 0,
			"column" : 1,
			"rowSpan" : 6,
			"columnSpan" : 1,
			"type" : "recentPatients",
			"caption" : "Recent",
			"width" : 125,
			"orientation" : "vertical",
			"count" : 3
		}]
	},
	{
		"name" : "Amplifier",
		"name_nl_NL" : "Versterker",
		"description" : "Select and configure amplifier",
		"description_nl_NL" : "Selecteer en configureer de versterker",
		"key" : "offline",
		"type" : "offlineMeasurement",
		"elements" : [
		{
			"row" : 0,
			"column" : 0,
			"rowSpan" : 1,
			"columnSpan" : 1,
			"type" : "offlineMeasurementConfig"
		}]
	},
	{
		"name" : "Finished",
		"name_nl_NL" : "Gereed",
		"description" : "Amplifier has been programmed",
		"description_nl_NL" : "De versterker is geprogrammeerd",
		"type" : "widget",
		"elements" : [
		{
			"row" : 0,
			"column" : 0,
			"rowSpan" : 1,
			"columnSpan" : 1,
			"type" : "label",
			"caption" : "The amplifier is programmed according to your settings.",
			"caption_nl_NL" : "De versterker is geprogrammerd volgens uw instellingen."
		}]
	}]
}

