Template:Databox LISfeature
Usage
To use this template in an article, copy the template below, then paste the template into an article.
No parameter is mandatory, though note with the databox template all fields will show up as long as there is a label.
{{Databox LISfeature | sample_login_man = | sample_track = | sample_batch = | task_event_sched = | manual_entry = | multiple_view = | custom_temps_forms = | data_analysis = | data_sharing = | data_mining = | custom_fields = | query = | import_data = | data_linking_int = | data_linking_ext = | eln_support = | export_msexcel = | export_raw = | data_warehouse = | project_task_man = | exp_trial_man = | inventory_man = | doc_image_man = | pat_case_man = | workflow_man = | spec_man = | customer_man = | billing_rev_man = | reg_compliance = | qa_qc = | performance_eval = | audit_trail = | chain_custody = | roles_security = | data_norm = | data_val = | data_encrypt = | version_control = | data_backup = | enviro_monitoring = | custom_reporting = | syn_reporting = | report_printing = | label_support = | bc_rfid_support = | export_pdf = | export_msword = | export_htmlxml = | fax_integration = | email_integration = | admin_manage = | modular = | instrument_inter = | mobile_device = | soft_integration = | alarms_alerts = | work_timetrack = | voice_rec = | external_monitor = | messaging = | commenting = | multilingual = | network = | web_client = | online_help = | saas_model = | usage_cost = | industries = }}
Parameters
The longhand version of the parameters for this databox are listed below:
sample_login_man: Sample login and management?
sample_track: Sample tracking?
sample_batch: Sample and/or result batching?
task_event_sched: Task and event scheduling?
manual_entry: Option for manual result entry?
multiple_view: Multiple data viewing methods?
custom_temps_forms: Configurable templates and forms?
data_analysis: Data and trend analysis?
data_sharing: Data and equipment sharing?
data_mining: Data mining?
custom_fields: Customizable fields and/or interface?
query: Query capability?
import_data: Import data?
data_linking_int: Internal file or data linking?
data_linking_ext: External file or data linking?
eln_support: ELN support or integration?
export_msexcel: Export data to MS Excel?
export_raw: Raw data management?
data_warehouse: Data warehouse?
project_task_man: Project and/or task management?
exp_trial_man: Test, experiment, and/or trial management?
inventory_man: Inventory management?
doc_image_man: Document and/or image management?
pat_case_man: Patiend and/or case management?
workflow_man: Workflow management?
spec_man: Specification management?
customer_man: Customer and physician management?
billing_man: Billing management?
reg_compliance: Regulatory Compliance?
qa_qc: QA / QC functions?
performance_eval: Performance evaluation?
audit_trail: Audit trail?
chain_custody: Chain of custody?
roles_security: Configurable roles and security?
data_norm: Data normalization?
data_val: Data validation?
data_encrypt: Data encryption?
version_control: Version control?
data_backup: Automatic data backup?
enviro_monitoring: Environmental monitoring?
custom_reporting: Custom reporting?
syn_reporting: Synoptic reporting?
report_printing: Report printing?
label_support: Label support?
bc_rfid_support: Barcode and/or RFID support?
export_pdf: Export to PDF?
export_msword: Export to MS Word?
export_htmlxml: Export to HTML and/or XML?
fax_integration: Fax integration?
email_integration: Email integration?
admin_manage: Administrator management?
modular: Modular?
instrument_inter: Instrument interfacing and management?
mobile_device: Mobile device integration?
soft_integration: Third-party software integration??
alarms_alerts: Alarms and/or alerts?
work_timetrack: Work-related time tracking?
voice_rec: Voice recognition system?
external_monitor: External monitoring?
messaging: Messaging?
commenting: Commenting?
multilingual: Multilingual?
network: Network-capable?
web_client: Web client or portal?
online_help: Online or integrated help?
saas_model: Software as a service delivery model?
usage_cost: Usage-based cost?
industries: Industries served
To learn more about each of these, please reference the LIS feature page.
Assigned values
When assigning values to these fields, there are only a few options:
- If the LIS software doesn't have the feature, the field should be left blank.
- If the LIS software has the feature, include a "Y" followed by either the full reference, of if a repeated reference, the ref name.
Additionally, note that a wikitable should be wrapped around the databox. (See example below.)
Example
Code
{| class="wikitable collapsible" style="border-style:none;" background="#ffffff" border="0" cellpadding="0" cellspacing="0" |- ! colspan="2"| Product: [http://www.alphasoft.biz/en/produkte/unilab-lis/ Unilab-700] |- | style="background-color:white; border-style:none;"| {{Databox LISfeature | sample_login_man = | sample_track = | sample_batch = | task_event_sched = | manual_entry = | multiple_view = | custom_temps_forms = | data_analysis = | data_sharing = | data_mining = | custom_fields = | query = | import_data = | data_linking_int = | data_linking_ext = | eln_support = | export_msexcel = | export_raw = | data_warehouse = Y<ref name="UL700About">{{cite web |url=http://www.alphasoft.biz/en/produkte/unilab-lis/ |title=Unilab-700 - webbased laboratory informationsystem |publisher=Alphasoft GmbH |accessdate=26 April 2013}}</ref> | project_task_man = | exp_trial_man = | inventory_man = | doc_image_man = | pat_case_man = | workflow_man = | spec_man = | customer_man = | billing_rev_man = | reg_compliance = | qa_qc = Y<ref name="UL700About" /> | performance_eval = | audit_trail = | chain_custody = | roles_security = | data_norm = | data_val = | data_encrypt = | version_control = | data_backup = | enviro_monitoring = | custom_reporting = | syn_reporting = | report_printing = | label_support = | bc_rfid_support = | export_pdf = | export_msword = | export_htmlxml = | fax_integration = | email_integration = | admin_manage = | modular = Y<ref name="UL700About" /> | instrument_inter = Y<ref name="UL700About" /> | mobile_device = | soft_integration = | alarms_alerts = | work_timetrack = | voice_rec = | external_monitor = | messaging = | commenting = | multilingual = | network = | web_client = | online_help = | saas_model = | usage_cost = | industries = industry-neutral }} |- |}
Result
Note the wikitable wrapped around the databox. It both adds the name of the software product and makes the databox collapsible.
Wikitable code
Here's the wikitable code, isolated from the databox:
{| class="wikitable collapsible" style="border-style:none;" background="#ffffff" border="0" cellpadding="0" cellspacing="0" |- ! colspan="2"| Product: [http://www.alphasoft.biz/en/produkte/unilab-lis/ Unilab-700] |- | style="background-color:white; border-style:none;"| <!-- Put the databox code here --> |- |}
Simply remove the comments (<!-- Put the databox code here -->) and replace it with the databox code. Also change the url and product name in the external link section located after "Product:"
The above documentation is transcluded from Template:Databox LISfeature/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |
- ↑ 1.0 1.1 1.2 1.3 "Unilab-700 - webbased laboratory informationsystem". Alphasoft GmbH. http://www.alphasoft.biz/en/produkte/unilab-lis/. Retrieved 26 April 2013.