{
	"apiVersion" : 1,
	"type" : "recording",
	"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" : "Protocol",
		"name_nl_NL" : "Meetprotocol",
		"description" : "Select measurement protocol",
		"description_nl_NL" : "Selecteer meetprotocol",
		"key" : "protocol",
		"type" : "protocolEntry",
		"elements" : [
		{
			"row" : 0,
			"column" : 0,
			"rowSpan" : 1,
			"columnSpan" : 1,
			"type" : "recordingProtocol",
			"key" : "protocol_id"
		}]
	}]
}

