brotherton-erpnext/erpnext/healthcare/web_form/patient_appointments/patient_appointments.json
Jamsheer f926911399 [Enhance][Fix] Healthcare - DocType and Fields renaming (#14861)
* Rename DT - Physician Schedule Time Slot to Healthcare Schedule Time Slot

* Role name change

* Rename DT - Physician Schedule to Practitioner Schedule

* Rename DT - Physician Service Unit Schedule

* Rename DT - Physician to Practitioner

* Lab Test Template - field disabled in standard filter

* Patient - customer creation fix

* Rename DT - Consultation - Encounter

* Patches.txt updated for rename doctypes and fields in Healthcare

* Patch - Rename doctypes and fields in Healthcare Domain

* Fix - Patch - rename_healthcare_doctype_and_fields

* Vital Signs - New Fields - Abdomen, Tongue and Reflexes

* Web Form - Patient - Personal Details

* Rename DocType Physician to Healthcare Practitioner

* Rename DocType Consultation to Patient Encounter

* Web Form - Personal Details - Fix

* Web Form - Personal Details - Codacy Fix

* Healthcare patch run for all domain

* Rename label Practitioner to Healthcare Practitioner

* Rename Encounter to Patient Encounter
2018-07-16 18:08:53 +05:30

111 lines
2.3 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-07 15:30:44.984832",
"currency": "INR",
"doc_type": "Patient Appointment",
"docstatus": 0,
"doctype": "Web Form",
"idx": 0,
"introduction_text": "Patient Appointments",
"is_standard": 1,
"login_required": 1,
"max_attachment_size": 0,
"modified": "2018-07-16 13:11:08.626316",
"modified_by": "Administrator",
"module": "Healthcare",
"name": "patient-appointments",
"owner": "Administrator",
"payment_button_label": "Buy Now",
"published": 1,
"route": "patient-appointments",
"show_sidebar": 1,
"sidebar_items": [],
"success_url": "/patient-appointments",
"title": "Patient Appointments",
"web_form_fields": [
{
"fieldname": "patient",
"fieldtype": "Link",
"hidden": 0,
"label": "Patient",
"max_length": 0,
"max_value": 0,
"options": "Patient",
"read_only": 0,
"reqd": 1
},
{
"fieldname": "practitioner",
"fieldtype": "Link",
"hidden": 0,
"label": "Healthcare Practitioner",
"max_length": 0,
"max_value": 0,
"options": "Healthcare Practitioner",
"read_only": 0,
"reqd": 1
},
{
"fieldname": "appointment_date",
"fieldtype": "Date",
"hidden": 0,
"label": "Date",
"max_length": 0,
"max_value": 0,
"read_only": 0,
"reqd": 1
},
{
"fieldname": "appointment_time",
"fieldtype": "Data",
"hidden": 0,
"label": "Time",
"max_length": 0,
"max_value": 0,
"read_only": 0,
"reqd": 0
},
{
"fieldname": "department",
"fieldtype": "Link",
"hidden": 0,
"label": "Department",
"max_length": 0,
"max_value": 0,
"options": "Medical Department",
"read_only": 0,
"reqd": 0
},
{
"fieldname": "appointment_type",
"fieldtype": "Link",
"hidden": 0,
"label": "Type",
"max_length": 0,
"max_value": 0,
"options": "Appointment Type",
"read_only": 0,
"reqd": 0
},
{
"default": "Scheduled",
"fieldname": "status",
"fieldtype": "Select",
"hidden": 0,
"label": "Status",
"max_length": 0,
"max_value": 0,
"options": "\nScheduled\nOpen\nClosed\nPending\nCancelled",
"read_only": 1,
"reqd": 0
}
]
}