Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"childInformation": {
},
"caseInformation": {
"splitFormAt": 8
"splitFormAt": 12
}
},
"case": {
Expand Down Expand Up @@ -43,10 +43,10 @@
},
"dutyOfCare": {
"previewFields": [
"date",
"location"
"assessmentOfRisk",
"followUpRequired"
],
"splitFormAt": 2,
"splitFormAt": 8,
"printOrder": 3,
"caseHomeLocation": "timeline"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,101 +1,180 @@
[
{
"name": "date",
"label": "Date",
"type": "date-input",
"required": {
"value": true,
"message": "RequiredFieldError"
}
"name": "otherInformationAboutTheClient",
"label": "Other Information about the Client",
"type": "textarea",
"isPII": false,
"rows": 7,
"width": 250
},
{
"name": "duration",
"label": "Duration",
"name": "clientPresentation",
"label": "Client presentation",
"type": "textarea",
"isPII": false,
"rows": 7,
"width": 250
},
{
"name": "assessmentOfRisk",
"label": "Assessment of Risk",
"type": "select",
"isPII": false,
"options": [
{
"value": "",
"value": "Unknown",
"label": ""
},
{
"value": "Ongoing",
"label": "Ongoing"
"value": "Urgent",
"label": "Urgent"
},
{
"value": "High",
"label": "High"
},
{
"value": "Once Off",
"label": "Once Off"
"value": "Medium",
"label": "Medium"
},
{
"value": "Other",
"label": "Other"
"value": "Low",
"label": "Low"
}
],
"required": {
"value": true,
"message": "RequiredFieldError"
}
]
},
{
"name": "supervisorsAnalysis",
"label": "Supervisor's Analysis",
"type": "textarea",
"isPII": false,
"rows": 7,
"width": 250
},
{
"name": "planOfAction",
"label": "Plan of Action",
"type": "textarea",
"isPII": false,
"rows": 7,
"width": 250
},
{
"name": "location",
"label": "Location",
"name": "immediateOutcome",
"label": "Immediate outcome (from Duty of Care process)",
"type": "textarea",
"isPII": false,
"rows": 7,
"width": 250
},
{
"name": "consultationDetails",
"label": "Barnardos Consultation - Date, Time and who consulted",
"type": "textarea",
"isPII": false,
"rows": 7,
"width": 250
},
{
"name": "agenciesInvolved",
"label": "Agencies Involved",
"type": "textarea",
"isPII": false,
"rows": 7,
"width": 250
},
{
"name": "informedUnitManager",
"label": "Informed unit manager?",
"type": "select",
"isPII": false,
"options": [
{
"value": "",
"label": ""
},
{
"value": "Unknown",
"label": "Unknown"
"label": ""
},
{
"value": "School",
"label": "School"
"value": "Yes",
"label": "Yes"
},
{
"value": "Home",
"label": "Home"
},
"value": "No",
"label": "No"
}
]
},
{
"name": "whyNot",
"label": "If no, why not?",
"type": "input",
"isPII": false
},
{
"name": "methodOfInforming",
"label": "Method of informing",
"type": "listbox-multiselect",
"isPII": false,
"options": [
{
"value": "Institution",
"label": "Institution"
"value": "Conversation",
"label": "Conversation"
},
{
"value": "Online",
"label": "Online"
"value": "Email",
"label": "Email"
},
{
"value": "Public Place",
"label": "Public Place"
"value": "Instant Message",
"label": "Instant Message"
},
{
"value": "Other",
"label": "Other"
"value": "Phone Call",
"label": "Phone Call"
}
],
"required": {
"value": true,
"message": "RequiredFieldError"
}
]
},
{
"name": "isCaregiverAware",
"label": "Is caregiver aware?",
"type": "mixed-checkbox"
"name": "furtherActionNeeded",
"label": "Further action needed",
"type": "textarea",
"isPII": false,
"rows": 7,
"width": 250
},
{
"name": "incidentWitnessed",
"label": "Was the incident witnessed by anyone?",
"type": "mixed-checkbox"
"name": "followUpRequired",
"label": "This D.O.C requires further follow up",
"type": "select",
"isPII": false,
"options": [
{
"value": "Unknown",
"label": ""
},
{
"value": "Yes",
"label": "Yes"
},
{
"value": "No",
"label": "No"
}
]
},
{
"name": "abuseReportedElsewhere",
"label": "Has abuse been reported elsewhere?",
"type": "mixed-checkbox"
"name": "notesFromFollowupAction",
"label": "Notes from follow-up action",
"type": "textarea",
"isPII": false,
"rows": 7,
"width": 250
},
{
"name": "whereElseBeenReported",
"label": "Where else the incident has been reported?",
"type": "mixed-checkbox"
"name": "furtherContactWithClientOrAgency",
"label": "Further contact with client or agency",
"type": "textarea",
"isPII": false,
"rows": 7,
"width": 250
}
]
Loading
Loading