fix: vitals added naimg series, minor field rearrangements

This commit is contained in:
anoop 2020-04-13 11:56:09 +05:30
parent 407b33d7e0
commit be2dc701c2
3 changed files with 26 additions and 12 deletions

View File

@ -1,6 +1,5 @@
{ {
"actions": [], "actions": [],
"allow_copy": 1,
"allow_import": 1, "allow_import": 1,
"allow_rename": 1, "allow_rename": 1,
"autoname": "naming_series:", "autoname": "naming_series:",
@ -51,17 +50,20 @@
"fieldname": "first_name", "fieldname": "first_name",
"fieldtype": "Data", "fieldtype": "Data",
"label": "First Name", "label": "First Name",
"no_copy": 1,
"reqd": 1 "reqd": 1
}, },
{ {
"fieldname": "middle_name", "fieldname": "middle_name",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Middle Name (Optional)" "label": "Middle Name (Optional)",
"no_copy": 1
}, },
{ {
"fieldname": "last_name", "fieldname": "last_name",
"fieldtype": "Data", "fieldtype": "Data",
"label": "Last Name" "label": "Last Name",
"no_copy": 1
}, },
{ {
"fieldname": "image", "fieldname": "image",
@ -226,6 +228,7 @@
"in_list_view": 1, "in_list_view": 1,
"in_standard_filter": 1, "in_standard_filter": 1,
"label": "Full Name", "label": "Full Name",
"no_copy": 1,
"read_only": 1, "read_only": 1,
"search_index": 1 "search_index": 1
}, },
@ -233,6 +236,7 @@
"fieldname": "naming_series", "fieldname": "naming_series",
"fieldtype": "Select", "fieldtype": "Select",
"label": "Series", "label": "Series",
"no_copy": 1,
"options": "HLC-PRAC-.YYYY.-", "options": "HLC-PRAC-.YYYY.-",
"report_hide": 1, "report_hide": 1,
"set_only_once": 1 "set_only_once": 1

View File

@ -9,14 +9,14 @@
"document_type": "Document", "document_type": "Document",
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"inpatient_record",
"naming_series", "naming_series",
"invoiced",
"patient", "patient",
"column_break_4",
"patient_age", "patient_age",
"patient_sex", "patient_sex",
"column_break_4",
"inpatient_record",
"company", "company",
"invoiced",
"section_break_6", "section_break_6",
"sample", "sample",
"sample_uom", "sample_uom",
@ -167,7 +167,7 @@
], ],
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2020-03-25 16:55:52.376834", "modified": "2020-04-04 19:17:02.707203",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Healthcare", "module": "Healthcare",
"name": "Sample Collection", "name": "Sample Collection",

View File

@ -8,11 +8,8 @@
"editable_grid": 1, "editable_grid": 1,
"engine": "InnoDB", "engine": "InnoDB",
"field_order": [ "field_order": [
"inpatient_record",
"patient", "patient",
"patient_name", "patient_name",
"appointment",
"encounter",
"column_break_2", "column_break_2",
"signs_date", "signs_date",
"signs_time", "signs_time",
@ -34,6 +31,11 @@
"bmi", "bmi",
"column_break_14", "column_break_14",
"nutrition_note", "nutrition_note",
"sb_references",
"inpatient_record",
"appointment",
"encounter",
"column_break_28",
"company", "company",
"amended_from" "amended_from"
], ],
@ -217,7 +219,6 @@
{ {
"fieldname": "company", "fieldname": "company",
"fieldtype": "Link", "fieldtype": "Link",
"hidden": 1,
"label": "Company", "label": "Company",
"options": "Company" "options": "Company"
}, },
@ -229,11 +230,20 @@
"options": "Vital Signs", "options": "Vital Signs",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1
},
{
"collapsible": 1,
"fieldname": "sb_references",
"fieldtype": "Section Break"
},
{
"fieldname": "column_break_28",
"fieldtype": "Column Break"
} }
], ],
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2020-03-04 17:19:29.549889", "modified": "2020-04-03 23:06:29.786184",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Healthcare", "module": "Healthcare",
"name": "Vital Signs", "name": "Vital Signs",