brotherton-erpnext/erpnext/healthcare/web_form/prescription/prescription.json
Jamsheer c07e8e5b0d [Fix] Healthcare minor fixes and field rename (#15413)
* Healthcare practitoiner in Clinical Procedure

* Insert and Update Patient Medical Record from Healthcare DocTypes

* vital signs remove extra columns

* Rename Healthcare Field test_name

* Healthcare Util - get_drugs_to_invoice - fix

* Rename Healthcare Field test_code

* Rename Healthcare Field test_comment

* Rename Healthcare Field test_created

* Rename Healthcare Field test_template

* Rename Healthcare Field test_rate

* Rename Healthcare Field test_description

* Rename Healthcare Field test_groups

* Rename Healthcare Field test_group

* Rename Healthcare Field test_template_type

* Rename Healthcare Field test_uom

* Rename Healthcare Field test_normal_range

* Rename Healthcare Field test_event

* Rename Healthcare Field test_prescription

* Rename Healthcare Field test_particulars

* Patch - Rename healthcare fields

* Sales Invoice - Filter updated for get drugs to invoice

* Patient Appointment - fix - get_event
2018-09-18 10:54:03 +05:30

120 lines
2.6 KiB
JSON

{
"accept_payment": 0,
"allow_comments": 0,
"allow_delete": 0,
"allow_edit": 1,
"allow_incomplete": 0,
"allow_multiple": 1,
"allow_print": 1,
"amount": 0.0,
"amount_based_on_field": 0,
"creation": "2017-06-06 17:13:19.101374",
"currency": "INR",
"doc_type": "Patient Encounter",
"docstatus": 0,
"doctype": "Web Form",
"idx": 0,
"introduction_text": "Patient Prescriptions",
"is_standard": 1,
"login_required": 1,
"max_attachment_size": 0,
"modified": "2018-09-04 11:53:40.954517",
"modified_by": "Administrator",
"module": "Healthcare",
"name": "prescription",
"owner": "Administrator",
"payment_button_label": "Buy Now",
"print_format": "Encounter Print",
"published": 1,
"route": "prescription",
"show_in_grid": 0,
"show_sidebar": 1,
"sidebar_items": [],
"success_url": "/prescription",
"title": "Prescription",
"web_form_fields": [
{
"fieldname": "practitioner",
"fieldtype": "Link",
"hidden": 0,
"label": "Healthcare Practitioner",
"max_length": 0,
"max_value": 0,
"options": "Healthcare Practitioner",
"read_only": 0,
"reqd": 1,
"show_in_filter": 0
},
{
"fieldname": "visit_department",
"fieldtype": "Link",
"hidden": 0,
"label": "Department",
"max_length": 0,
"max_value": 0,
"options": "Medical Department",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"default": "Today",
"fieldname": "encounter_date",
"fieldtype": "Date",
"hidden": 0,
"label": "Encounter Date",
"max_length": 0,
"max_value": 0,
"read_only": 0,
"reqd": 1,
"show_in_filter": 0
},
{
"default": "",
"fieldname": "encounter_time",
"fieldtype": "Data",
"hidden": 0,
"label": "Encounter Time",
"max_length": 0,
"max_value": 0,
"read_only": 0,
"reqd": 1,
"show_in_filter": 0
},
{
"fieldname": "drug_prescription",
"fieldtype": "Table",
"hidden": 0,
"label": "Drug Prescription",
"max_length": 0,
"max_value": 0,
"options": "Drug Prescription",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"fieldname": "lab_test_prescription",
"fieldtype": "Table",
"hidden": 0,
"label": "Investigations",
"max_length": 0,
"max_value": 0,
"options": "Lab Prescription",
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
},
{
"fieldname": "encounter_comment",
"fieldtype": "Small Text",
"hidden": 0,
"label": "Review Details",
"max_length": 0,
"max_value": 0,
"read_only": 0,
"reqd": 0,
"show_in_filter": 0
}
]
}