f926911399
* 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
88 lines
1.7 KiB
JSON
88 lines
1.7 KiB
JSON
{
|
|
"accept_payment": 0,
|
|
"allow_comments": 0,
|
|
"allow_delete": 0,
|
|
"allow_edit": 1,
|
|
"allow_incomplete": 0,
|
|
"allow_multiple": 0,
|
|
"allow_print": 0,
|
|
"amount": 0.0,
|
|
"amount_based_on_field": 0,
|
|
"creation": "2018-07-03 19:33:23.332661",
|
|
"currency": "INR",
|
|
"doc_type": "Patient",
|
|
"docstatus": 0,
|
|
"doctype": "Web Form",
|
|
"idx": 0,
|
|
"introduction_text": "",
|
|
"is_standard": 1,
|
|
"login_required": 1,
|
|
"max_attachment_size": 0,
|
|
"modified": "2018-07-04 17:22:28.936442",
|
|
"modified_by": "Administrator",
|
|
"module": "Healthcare",
|
|
"name": "personal-details",
|
|
"owner": "Administrator",
|
|
"payment_button_label": "Buy Now",
|
|
"published": 1,
|
|
"route": "personal-details",
|
|
"show_sidebar": 1,
|
|
"sidebar_items": [],
|
|
"success_url": "/personal-details",
|
|
"title": "Personal Details",
|
|
"web_form_fields": [
|
|
{
|
|
"fieldname": "patient_name",
|
|
"fieldtype": "Data",
|
|
"hidden": 0,
|
|
"label": "Full Name",
|
|
"max_length": 0,
|
|
"max_value": 0,
|
|
"read_only": 0,
|
|
"reqd": 1
|
|
},
|
|
{
|
|
"fieldname": "sex",
|
|
"fieldtype": "Select",
|
|
"hidden": 0,
|
|
"label": "Gender",
|
|
"max_length": 0,
|
|
"max_value": 0,
|
|
"options": "\nMale\nFemale\nOther",
|
|
"read_only": 0,
|
|
"reqd": 1
|
|
},
|
|
{
|
|
"fieldname": "dob",
|
|
"fieldtype": "Date",
|
|
"hidden": 0,
|
|
"label": "Date of birth",
|
|
"max_length": 0,
|
|
"max_value": 0,
|
|
"read_only": 0,
|
|
"reqd": 1
|
|
},
|
|
{
|
|
"fieldname": "mobile",
|
|
"fieldtype": "Data",
|
|
"hidden": 0,
|
|
"label": "Mobile",
|
|
"max_length": 0,
|
|
"max_value": 0,
|
|
"read_only": 0,
|
|
"reqd": 0
|
|
},
|
|
{
|
|
"fieldname": "email",
|
|
"fieldtype": "Data",
|
|
"hidden": 0,
|
|
"label": "Email",
|
|
"max_length": 0,
|
|
"max_value": 0,
|
|
"options": "Email",
|
|
"read_only": 1,
|
|
"reqd": 0
|
|
}
|
|
]
|
|
}
|