These settings are used for Fleming Provider
s in Chatterbox.
Hospital application specific permissions. This is also known as ACL
in Jarvis.
Allow the content to be streamed directly from Hippocrates instead of a redirect. Use sparingly and with care. Defaults to false
.
Array of Hospital
keys that will have access to the resource. Defaults to allow any hospital if not specified. Empty array (i.e., []
) will deny all access.
Must contain a minimum of 1
items
All items must be unique
No Additional ItemsList of organization keys that double up as tags. These tags are for access control at the hospital and organizational level.
Alexandra Hospital
Specific value:"alexandra"
Association of Healthtech Indonesia
Specific value:"ahi"
Digihealth
Specific value:"digihealth"
Bot MD Demo Hospital for our internal testing purposes.
Specific value:"bdh"
Changi General Hospital
Specific value:"cgh"
All cleo dialogues are nested under this hospital. Permissions to different clinics are separated by tags of the form cleo:<domain>
.
"cleo"
Rumah Sakit Kanker Dharmais
Specific value:"dharmais"
Fleming Hospital is our hospital for public users.
Specific value:"fleminghospital"
Bot MD.
Specific value:"botmd"
Bot MD ID Demo Web
Specific value:"botmd_id_web"
EB Medicine Demo
Specific value:"eb_medicine"
Faithful Empire Webbot
Specific value:"faithful_empire_web"
Pusat Jantung Nasional Harapan Kita
Specific value:"pjnhk"
Icon Cancer Centre
Specific value:"icc"
Indonesian Medical Association
Specific value:"idi"
Indonesian Medical Association Web
Specific value:"idi_web"
Indonesian Medical Association Whatsapp
Specific value:"idi_whatsapp"
Iskandar demo project.
Indonesia care
Specific value:"indonesia_care"
Indonesia hospital
Specific value:"indonesia_hospital"
Klinik In Harmony
Specific value:"inharmony"
Konsulta MD
Specific value:"konsultamd"
KK Women's and Children's Hospital
Specific value:"kkwch"
Khoo Teck Puat Hospital
Specific value:"ktph"
Ministry of Health (Singapore)
Specific value:"moh_sg"
National Hospital
Specific value:"nationalhospital"
National Cancer Centre Singapore
Specific value:"nccs"
National University Cancer Institute Singapore
Specific value:"ncis"
NCIS Engage
Specific value:"ncis_engage"
NCIS Engage Web
Specific value:"ncis_engage_web"
Northeast Medical Group
Specific value:"nemg"
NEMG WEB
Specific value:"nemg_web"
National Kidney Transplant Institute
Specific value:"nkti"
Ng Teng Fong General Hospital
Specific value:"ntfgh"
National University Health System
Specific value:"nuhs"
National University Hospital
Specific value:"nuh"
NUS School of Medicine
Specific value:"nus_med"
Parkway Radiology
Specific value:"parkwayradio"
Philippine General Hospital
Specific value:"pgh"
Prodia Demo
Specific value:"prodia_demo"
Philippine Pharmacists Association, Inc
Specific value:"ppha"
Roche Singapore
Specific value:"roche"
Roche Brunei
Specific value:"roche_brunei"
Roche HCP is the public bot hosted on https://roche.com.sg
Specific value:"roche_hcp"
Roche HCP Private is the private bot hosted on https://roche.com.sg
Specific value:"roche_hcp_private"
Philippine General Hospital
Specific value:"upcm"
Sanglah General Hospital
Specific value:"sanglah"
Singapore General Hospital
Specific value:"sgh"
Sengkang General Hospital
Specific value:"skh"
SingHealth
Specific value:"singhealth"
Siloam Hospitals
Specific value:"siloam"
Speedoc
Specific value:"speedoc"
Stanford Health Care
Specific value:"stanford"
Sunway
Specific value:"sunway"
Tan Tock Seng Hospital
Specific value:"ttsh"
Ultravioleta hospital
Specific value:"ultravioleta"
College of Medicine - University of the Philippines Manila
Array of ACLs in DNF format (OR of ANDs). Defaults to allow any acl_dnf if not specified. Empty array (i.e., []
) will deny all access.
Must contain a minimum of 1
items
All items must be unique
No Additional ItemsMust be at least 1
characters long
For legacy use.
Must contain a minimum of 1
items
Must be at least 1
characters long
Additional Properties of any type are allowed.
Type: objectSettings for using scalpel.externals.Airtable
.
The URL containing tabular data.
Must be at least 1
characters long
URLs containing tabular data (for use when data is split into multiple tables).
Must contain a minimum of 1
items
Must be at least 1
characters long
Name of the sheet in a workbook
Must be at least 1
characters long
Used to denote which is the Status column. Defaults to Status
.
If any of development
, staging
, production
, test
appears in the status column, the row will be ignored unless it is executed in the same environment (as denoted by settings.ENVIRONMENT
).
If ignore
appears in the status column, the row is ignored.
Must be at least 1
characters long
An array of string to denote the headers for the TabularInterface. Useful if the source data does not define headers.
Must contain a minimum of 1
items
Must be at least 1
characters long
Whether to skip the header row.
This is a misnomer. It refers to whether the source data contains a header row.
When set to true
, every row of the source data is read.
When set to false
(default behavior), the first row of the data is treated as the headers
value and data starts from the 2nd row onwards.
Each additional property must conform to the following schema
Type: objectAdditional properties will be passed on to the __init__
for the TabularInterface
reader.
Settings for using scalpel.externals.GoogleSheets
.
The URL containing tabular data.
Must be at least 1
characters long
URLs containing tabular data (for use when data is split into multiple tables).
Must contain a minimum of 1
items
Must be at least 1
characters long
Name of the sheet in a workbook
Must be at least 1
characters long
Used to denote which is the Status column. Defaults to Status
.
If any of development
, staging
, production
, test
appears in the status column, the row will be ignored unless it is executed in the same environment (as denoted by settings.ENVIRONMENT
).
If ignore
appears in the status column, the row is ignored.
Must be at least 1
characters long
An array of string to denote the headers for the TabularInterface. Useful if the source data does not define headers.
Must contain a minimum of 1
items
Must be at least 1
characters long
Whether to skip the header row.
This is a misnomer. It refers to whether the source data contains a header row.
When set to true
, every row of the source data is read.
When set to false
(default behavior), the first row of the data is treated as the headers
value and data starts from the 2nd row onwards.
Each additional property must conform to the following schema
Type: objectAdditional properties will be passed on to the __init__
for the TabularInterface
reader.
Default logo for the provider to display
Logo URL for display
Additional Properties of any type are allowed.
Type: object