What Is a Data Dictionary? A Practical Guide for Research Teams
A data dictionary is a structured document that defines the variables, data types, allowed values, and meanings used within a research dataset. For research teams, it serves as the authoritative reference that ensures everyone collecting, entering, analyzing, and interpreting data uses the same terms in the same way. This guide explains what a data dictionary contains, why it matters for research quality and reproducibility, and how to build one for your team, with a fillable template and a checklist of essential fields.
At a Glance
A data dictionary is not a data management plan, a codebook appendix, or a database schema, although it shares features with each. It is the working document that translates raw data fields into interpretable information. The table below summarizes the core decisions your team will make when creating a data dictionary.
| Decision Point | What to Document | Why It Matters |
|---|---|---|
| Variable identification | Exact variable name, label, and position in the dataset | Prevents confusion when multiple team members reference the same field |
| Data type and format | Whether the field is numeric, text, date, categorical, or binary | Determines what statistical and analytical procedures are valid |
| Allowed values and ranges | Specific codes, categories, or numeric limits | Reduces entry errors and supports consistent analysis |
| Source and derivation | Where the data came from or how it was calculated | Supports traceability and replication of results |
Why Research Teams Need a Data Dictionary
Research data loses value when its meaning is locked inside the heads of the people who collected it. A data dictionary makes that meaning explicit and durable. When a team member leaves, when a new analyst joins, or when a collaborator requests access to the data, the dictionary is what allows the data to remain usable.
The consequences of missing or poor data documentation are not hypothetical. During the COVID-19 pandemic, the Genomic Standards Consortium highlighted that limited reusability of primary genomic data, caused by insufficient contextual information, challenged the scientific community's ability to respond efficiently to the emergency. The consortium emphasized that contextual genomic data must be findable, accessible, interoperable, and reusable to empower data-driven biological questions. A data dictionary is one of the practical tools that delivers that contextual information.
The FAIR principles, which guide optimal data sharing, depend on domain-specific metadata standards. A review of practices in the low carbon energy research community found that such standards are widely missing in that sector, limiting the potential for innovation. The same pattern appears across many research fields. Teams that invest in a data dictionary position themselves to share data effectively and to benefit from data shared by others.
Core Components of a Data Dictionary
A data dictionary must capture enough information for a person who has never seen your dataset to understand and use it correctly. The essential fields fall into several categories.
Variable Identification Fields
Every variable needs a unique name that is stable across versions of the dataset. The variable label should be a human-readable description that clarifies what the variable measures. For example, the variable name AGE_YRS might have the label "Age of participant at enrollment in years." The dictionary should also record the variable's position in the dataset, such as column number, to help users locate it.
Data Type and Format Specifications
Each variable must specify its data type. Common types include numeric integer, numeric decimal, text string, date, time, categorical, and binary. The format specification should note details such as the number of decimal places, the date format (for example YYYY-MM-DD), and whether text is case sensitive. These details prevent subtle errors when data are imported into different software packages.
Allowed Values and Ranges
For categorical variables, the dictionary must list every permitted code and its meaning. For example, a variable SEX might allow values 1 for female, 2 for male, and 9 for unknown or missing. For numeric variables, the dictionary should state the valid range and any values that indicate missing data. The dictionary should also specify whether missing values are distinguished by type, such as "not applicable" versus "not recorded."
Source and Derivation Rules
When a variable is collected directly from a participant, instrument, or record, the dictionary should state the source. When a variable is calculated from other variables, the dictionary must document the formula or algorithm. This is especially important for derived variables such as body mass index, composite scores, or time-to-event outcomes. Without this documentation, analysts cannot verify calculations or reproduce them.
Definitions and Notes
Each variable should have a clear definition that distinguishes it from similar variables. The definition should be specific enough that two people reading it would classify the same observation in the same way. The dictionary can also include notes about known limitations, such as changes in measurement instruments over time or differences in how sites collected the data.
How Data Dictionaries Support Research Quality
The primary function of a data dictionary is to standardize language across a research team. A study that created a data dictionary for pediatric autonomic disorders documented this process in detail. The team compiled 589 terms organized by signs and symptoms, triggers, co-morbid disorders, family history, medications, medical devices, physical examination findings, testing, and diagnoses. They prioritized definitions from established sources, then published consensus statements, then Internet sources, and only created their own definitions when no appropriate source existed. This tiered approach to sourcing definitions ensured that their dictionary harmonized with existing standards wherever possible.
The same study noted that whether evaluating patients clinically, documenting care in the electronic health record, performing research, or communicating with administrative agencies, a common set of terms and definitions is vital to ensure appropriate use of language. This observation applies broadly. Research teams that share a data dictionary reduce the risk that the same concept gets measured or recorded differently by different members.
Data dictionaries also support data abstraction and validation. A study that developed a data dictionary for emergency department key performance indicators included 43 data variables covering patient demographics, time variables, outcome variables, service and staffing units, and medical definitions. Each variable had a clear definition and a set of data abstraction instructions including data sources. When two abstractors independently extracted data from 9,276 patient records using the dictionary, the median Cohen kappa score ranged from 0.56 to 0.81, indicating moderate to substantial agreement. The dictionary was central to achieving this level of consistency.
Building a Data Dictionary for Your Research Team
Creating a data dictionary does not require specialized software or technical expertise. A spreadsheet or word processing document works well for most research teams. The process involves several steps that should happen early in the study lifecycle.
Step 1: Inventory Your Variables
List every variable that will appear in your dataset. Include variables collected directly from participants or records, variables derived from other data, and administrative variables such as study ID, site ID, and date of entry. Do not assume that obvious variables do not need documentation. The variable that records a participant's study ID still needs a definition that specifies its format and uniqueness.
Step 2: Define Each Variable
For each variable, work through the core components described above. Write the variable name, label, data type, format, allowed values, source, derivation rule, and definition. Involve the people who will actually collect and enter data in this process. They will catch ambiguities that the study designer might miss.
Step 3: Establish Sourcing Rules for Definitions
Decide where definitions will come from before you start writing them. The pediatric autonomic disorders study used a clear hierarchy: established sources first, then published consensus statements, then Internet sources, and finally self-created definitions. Your team should adopt a similar approach. For clinical variables, check whether professional organizations or regulatory bodies have published standard definitions. For example, the Medical Dictionary for Regulatory Activities (MedDRA) provides standardized terminology for adverse event reporting, organized by system organ class and preferred terms. A pharmacovigilance study of osimertinib used MedDRA definitions to classify adverse events from the FDA Adverse Event Reporting System, identifying 68 significant disproportionality terms across 27 organ systems. Using established terminologies like MedDRA makes your data comparable to other studies.
Step 4: Test the Dictionary
Before data collection begins, test the dictionary with a small sample. Ask two team members to code the same set of records independently and compare their results. Discrepancies reveal ambiguous definitions that need revision. The emergency department study used this approach to validate its dictionary, measuring inter-observer agreement between data abstractors at 12 participating sites.
Step 5: Maintain the Dictionary
A data dictionary is a living document. When variables are added, removed, or redefined, the dictionary must be updated. Record the date and reason for each change. This version history is essential for understanding how the dataset evolved and for interpreting analyses that used different versions of the data.
Data Dictionary Template
The following template provides a starting point for your team. Adapt it to your specific research context.
| Field | Description | Example |
|---|---|---|
| Variable Name | Short unique identifier, no spaces | AGE_YRS |
| Variable Label | Human-readable description | Age at enrollment in years |
| Data Type | Numeric, text, date, categorical, binary | Numeric integer |
| Format | Specific formatting rules | Integer, 0 to 120 |
| Allowed Values | Permitted codes or range | 0 to 120 |
| Missing Value Codes | Codes that indicate missing data | 999 = not recorded |
| Source | Where the data came from | Participant self-report at baseline visit |
| Derivation | Formula or algorithm if calculated | None |
| Definition | Clear statement of what the variable measures | Age in completed years at the date of the baseline study visit |
| Notes | Limitations, changes over time, special instructions | If participant refused to answer, record 999 |
Checklist of Essential Fields
Use this checklist when reviewing your data dictionary before data collection begins.
- Every variable in the dataset appears in the dictionary
- Each variable has a unique name that is stable across versions
- Each variable has a human-readable label
- Data type is specified for every variable
- Format rules are documented, including date formats and decimal places
- Allowed values are listed for categorical variables
- Valid ranges are stated for numeric variables
- Missing value codes are defined and distinguished by type
- Sources are documented for every variable
- Derivation rules are specified for calculated variables
- Definitions are clear enough for two people to code the same observation consistently
- Definitions are sourced from established references where available
- The dictionary has been tested by independent coders
- A version history records all changes
Common Failure Patterns in Data Dictionary Use
Research teams encounter predictable problems when creating and using data dictionaries. Recognizing these patterns helps you avoid them.
Creating the Dictionary Too Late
Teams often draft the data dictionary after data collection has already begun or even after it has ended. By that point, inconsistencies have already entered the dataset. The dictionary should be drafted during the study design phase and finalized before the first record is entered.
Writing Definitions That Are Too Vague
A definition that says "date of admission" is insufficient if the team needs to know whether this means the date the patient arrived at the emergency department or the date they were formally admitted to a ward. The dictionary must be specific enough to eliminate ambiguity. The emergency department study addressed this by developing clear definitions and abstraction instructions for each of its 43 variables.
Ignoring Missing Value Codes
Teams frequently fail to document how missing data are represented. One team member might leave a field blank, another might enter 0, and a third might enter 99. Without explicit missing value codes, these entries become indistinguishable from real values during analysis. The dictionary must specify exactly how to record each type of missing data.
Failing to Update the Dictionary
When a study protocol changes, the dictionary must change with it. A common failure is updating the data collection forms but not the dictionary, leaving the dictionary describing a version of the study that no longer exists. Assign one team member responsibility for maintaining the dictionary and require that all changes be documented.
Treating the Dictionary as a One-Time Deliverable
A data dictionary that sits in a drawer after data collection is of limited value. The dictionary should be used throughout the study, during analysis, and when the data are shared or archived. It should accompany the dataset wherever the data go.
Data Dictionaries Across Research Domains
The need for data dictionaries extends across scientific fields, and different domains have developed their own approaches and standards.
Clinical and Health Research
Clinical research has perhaps the most mature data dictionary practices. The pediatric autonomic disorders dictionary and the emergency department key performance indicators dictionary both demonstrate the value of structured definitions in clinical settings. Clinical research often draws on established terminologies such as MedDRA for adverse events, which organizes terms by system organ class and preferred terms. The osimertinib pharmacovigilance study relied on MedDRA to classify adverse events, demonstrating how standardized terminologies enable large-scale safety analyses.
Genomic and Biodiversity Research
Genomic research depends heavily on metadata standards. The Darwin Tree of Life project, which aims to generate complete genomes for approximately 70,000 eukaryotic species in Britain and Ireland, determined early on that it needed to standardize the metadata accompanying every sample. The project developed a manifest and standard operating procedure to ensure high-quality contextual information was available for all associated data. The project noted that this approach enables richer searching and filtering of datasets as well as interoperability between datasets used for downstream analysis.
Similarly, DNA barcoding and metabarcoding studies require careful metadata documentation. A review of practices for building barcode reference libraries for aquatic life specified the data and metadata required to ensure the relevance, accessibility, and traceability of DNA barcodes. The review emphasized that sufficient metadata and vouchers must be available for each reference barcode to ensure reliable library curation and trustworthy baselines for molecular species identification.
Microscopy and Imaging Research
Imaging research has its own metadata challenges. The 4DN Initiative and BINA proposed light microscopy metadata specifications that extend the OME Data Model. These specifications scale with experimental intent and complexity, making it possible for scientists to create comprehensive records of imaging experiments. The specifications were developed in response to the recognition that rigorous record-keeping and quality control are required to ensure the quality, reproducibility, and value of imaging data.
Single-Cell Research
Single-cell research has identified gaps in metadata standards related to data matrices and analysis workflows. The matrix and analysis metadata standards (MAMS) were developed to address this gap, defining metadata fields for matrices and parameters commonly used in analytical workflows. The developers created the rmams package to extract MAMS from single-cell objects, promoting harmonization, integration, and reproducibility of single-cell data across platforms.
Registry and Outcomes Research
Outcomes registries face particular challenges because they often develop organically, with different datasets, definitions, and infrastructure across registries. A study comparing colorectal cancer outcome registries from Australia and New Zealand, the United Kingdom, and the Netherlands found no comprehensive data dictionary that served as a standard. The study developed a combined comprehensive dataset of 225 fields under seven domains and a common dataset of 38 overlapping fields. This mapping exercise demonstrated both the value of data dictionaries and the difficulty of harmonizing them across organizations.
Technical Approaches to Data Dictionaries
While many research teams use simple spreadsheets for their data dictionaries, more sophisticated approaches exist for complex or large-scale projects.
Dictionary Definition Languages
For disciplines with complex data structures, formal dictionary definition languages provide machine-readable specifications. The dictionary definition language DDLm was developed to define data items in a domain dictionary. DDLm is implemented in the STAR File syntax, is extensible, and is machine parsable. It provides strong data typing, data enumerations, and ranges, and enables relationship keys between data items. DDLm also supports importing definitions from other local and remote dictionaries, encouraging the sharing of data dictionaries within and across domains.
Automated Dictionary Creation
Researchers have explored options for automatic creation of dictionary definitions from corpora. These approaches use natural language processing to extract definitions from large text collections. While these methods are not yet mature enough to replace human-authored definitions, they may assist in drafting definitions that human editors then refine.
Natural Language Processing for Data Extraction
Natural language processing approaches can support the use of data dictionaries in extracting information from unstructured text. A study evaluating nine natural language processing approaches to extract drug indications from FDA Structured Product Labels found that dictionary-based matching produced excessive false positives, with an F1 score of 0.106. General-purpose large language models performed better, with the best model achieving an F1 score of 0.568. The study noted that performance differed markedly by drug, with narrow indication profiles yielding near-perfect accuracy and broader or symptom-adjacent indications proving consistently challenging. These findings suggest that dictionary-based approaches work best when combined with other methods in hybrid pipelines.
Limitations of Data Dictionaries
A data dictionary is a powerful tool, but it has limits that research teams should understand.
A Dictionary Cannot Fix Poor Data Collection
If the underlying data collection process is flawed, no dictionary can make the data trustworthy. The dictionary documents what the data should mean, but it cannot correct errors introduced during collection. Teams must invest in training, quality checks, and validation procedures alongside their dictionary.
Definitions Can Become Circular
Dictionary definitions can suffer from circularity, where a term is defined using other terms that ultimately lead back to the original term. This problem has been documented in linguistic dictionaries, such as an analysis of circular definitions in the Dictionary of Modern Latvian. Research teams should review their definitions for circularity, especially when defining related concepts that reference each other.
Definitions Change Over Time
Definitions are not static. A study of changing definitions of climate in Polish and English dictionaries found that dictionary definitions evolve to reflect changing understanding and usage. Research teams must be aware that their definitions may need revision as the science evolves, and they must document those revisions to maintain the integrity of longitudinal data.
Standards Are Not Always Harmonized
Different registries and research groups may use different definitions for the same concept. The colorectal cancer registry study found that the organic development of registries led to differing datasets, data definitions, and infrastructure, which limited data pooling and international comparison. Even when standards exist, they may not be consistently applied across organizations.
Professional Escalation Criteria
Research teams should know when to seek additional expertise or escalate data documentation issues.
When to Consult a Data Manager or Informatician
If your team is struggling to define variables consistently, or if your dataset is growing beyond what a spreadsheet can reasonably document, consult a data manager or health care informatician. The emergency department study convened a summit involving frontline staff, a health economist, an ED clinical data manager, and a health care informatician to develop its data dictionary. These professionals can help your team design a dictionary that supports your analytical goals.
When to Seek Standards from Professional Organizations
Before creating your own definitions, check whether professional organizations have published standards. The pediatric autonomic disorders study prioritized definitions from established sources, then published consensus statements, then Internet sources. Following this hierarchy reduces the risk of creating definitions that conflict with the broader field.
When to Escalate Data Quality Concerns
If data abstraction or entry consistently produces disagreements between team members, escalate the issue. The emergency department study measured inter-observer agreement using Cohen's kappa and reported results using the Landis and Koch criteria. If your team's agreement falls below acceptable levels, the dictionary definitions need revision, or the team needs additional training.
When to Involve Regulatory or Compliance Expertise
For research that involves regulated products, such as pharmaceuticals or medical devices, consult regulatory expertise early. The osimertinib pharmacovigilance study used MedDRA terminology, which is the standard for regulatory adverse event reporting. Teams working in regulated spaces must ensure their data dictionaries align with regulatory requirements.
Records and Measurements for Data Dictionary Quality
Research teams should track specific measures to assess whether their data dictionary is working effectively.
Inter-Observer Agreement
Measure the agreement between two independent coders using the same dictionary. The emergency department study used Cohen's kappa, with median scores ranging from 0.56 to 0.81 across variables. Lower scores indicate that definitions need clarification.
Dictionary Coverage
Track whether every variable in the dataset appears in the dictionary. Missing variables are a common failure that undermines the dictionary's utility.
Definition Source Quality
Record the source of each definition. Definitions sourced from established references are more likely to align with the broader field than self-created definitions.
Version History Completeness
Maintain a complete version history that records every change to the dictionary, the date of the change, and the reason for it. This history is essential for understanding how the dataset evolved.
Safety and Regulatory Context
Data dictionaries have implications for patient safety and regulatory compliance in clinical research.
Adverse Event Reporting
Accurate adverse event reporting depends on consistent terminology. The osimertinib pharmacovigilance study collected 9,704,33 reports from the FDA Adverse Event Reporting System and identified 10,804 reports of osimertinib as primary suspected adverse events. The study found that the median onset time of osimertinib-associated adverse events was 58 days, with the majority occurring within the first 30 days after treatment initiation. These findings depended on the consistent application of MedDRA terminology, which is a form of data dictionary. Without standardized definitions, such analyses would be impossible.
Clinical Documentation
The pediatric autonomic disorders study noted that a common set of terms and definitions is vital for documenting care in the electronic health record. Inconsistent terminology in clinical documentation can lead to miscommunication among providers and errors in patient care.
Research Reproducibility
Funding agencies and journals increasingly require data sharing, and shared data must be interpretable. A data dictionary is the minimum documentation needed to make shared data usable. The Genomic Standards Consortium's warning about the perils of ignoring metadata standards during the COVID-19 pandemic applies broadly to research data.
Frequently Asked Questions
What is the difference between a data dictionary and a codebook?
A codebook typically describes the variables in a specific dataset, including their names, labels, and value codes. A data dictionary serves a broader purpose. It defines the terms and concepts used across a research program, including variables that may appear in multiple datasets. A data dictionary can also include definitions, sourcing rules, and derivation formulas that go beyond what a typical codebook contains. In practice, the terms are sometimes used interchangeably, but a data dictionary is generally more comprehensive and more focused on standardizing language across a team or organization.
How often should a data dictionary be updated?
A data dictionary should be updated whenever the dataset changes. This includes adding new variables, removing variables, changing definitions, or modifying allowed values. Each update should be recorded in a version history with the date and reason for the change. The dictionary should also be reviewed at key study milestones, such as the start of data collection, the start of analysis, and the preparation of data for sharing or archiving.
Who should be responsible for maintaining the data dictionary?
One person should have primary responsibility for maintaining the data dictionary, but the creation process should involve everyone who collects, enters, or analyzes data. The emergency department study convened a summit involving frontline staff, a health economist, a clinical data manager, and a health care informatician. Involving multiple perspectives during creation reduces ambiguity, while assigning one person responsibility for maintenance ensures consistency.
Can a data dictionary be created after data collection is complete?
A data dictionary can be created after data collection, but this is not recommended. Creating the dictionary after the fact means the team must reconstruct definitions and decisions from memory, which risks inaccuracies. More importantly, a dictionary created after data collection cannot prevent the inconsistencies that occur when team members interpret variables differently. The dictionary should be drafted during study design and finalized before the first record is entered.
What should be done if two team members disagree on how to code a variable?
Disagreements between coders indicate that the dictionary definition is ambiguous. The team should discuss the disagreement, determine the intended meaning, and revise the dictionary definition to eliminate the ambiguity. The revised definition should then be tested again with independent coders. The emergency department study used this approach, measuring inter-observer agreement and using the results to refine the dictionary.
How does a data dictionary support data sharing?
A data dictionary provides the contextual information that makes shared data interpretable. When you share data without a dictionary, recipients must guess at the meaning of variable names and codes. With a dictionary, recipients can understand the data, verify its quality, and use it appropriately. The FAIR principles of findability, accessibility, interoperability, and reusability all depend on metadata, and a data dictionary is a core piece of that metadata.
Are there existing data dictionary standards my team should use?
Several domains have established metadata standards. Clinical research can draw on MedDRA for adverse event terminology. Genomic research has standards developed by projects such as the Darwin Tree of Life project. Microscopy research has the OME Data Model and the specifications proposed by the 4DN Initiative and BINA. Single-cell research has the matrix and analysis metadata standards. Your team should check whether your domain has established standards before creating definitions from scratch.
What is the minimum information a data dictionary must contain?
At minimum, a data dictionary must include for each variable its unique name, a human-readable label, the data type, the allowed values or range, and a clear definition. Without these five elements, the dictionary cannot serve its purpose of standardizing language across the team. Additional fields such as source, derivation, missing value codes, and notes add value but are secondary to these core elements.
Related Articles
- Scientific Data Provenance For Reproducible Research
- Scientific Data Provenance For Reproducible Research
- Scientific Data Provenance For Reproducible Research
- Bacterial Genome Annotation: A Practical Quality Checklist
- Snakemake for Research Pipelines: A Practical Starting Framework
References and Further Reading
- Research Data Framework. National Institute of Standards and Technology.
- EQUATOR Network. EQUATOR Network.
- Experimental Design Assistant. NC3Rs.
- NCBI Literature Resources. National Center for Biotechnology Information.
- PubMed. National Library of Medicine.
- A real-world pharmacovigilance study of FDA Adverse Event Reporting System (FAERS) events for osimertinib.. Scientific reports, 2022.
- A concept analysis of nurse practitioner autonomy.. Journal of the American Association of Nurse Practitioners, 2020.
- Rapid identification of primary atopic disorders (PAD) by a clinical landmark-guided, upfront use of genomic sequencing.. Allergologie select, 2024.
- Talazoparib versus chemotherapy in patients with germline BRCA1/2-mutated HER2-negative advanced breast cancer: final overall survival results from the EMBRACA trial.. Annals of oncology : official journal of the European Society for Medical Oncology, 2020.
- Creating a data dictionary for pediatric autonomic disorders.. Clinical autonomic research : official journal of the Clinical Autonomic Research Society, 2023.
- Development and validation of a data dictionary for a feasibility analysis of emergency department key performance indicators.. International journal of medical informatics, 2019.
- DDLm: a new dictionary definition language.. Journal of chemical information and modeling, 2012.
- Identifying a common data dictionary across colorectal cancer outcome registries: A mapping exercise to identify opportunities for data dictionary harmonisation.. European journal of surgical oncology : the journal of the European Society of Surgical Oncology and the British Association of Surgical Oncology, 2024.
- Hierarchical Mesh Representation Learning With Spectral Dictionary Embedding.. 2026.
- OP49 Building Capacity In Horizon Scanning: Developing A Tool For Data Extraction And Search Recommendations. 2025.
- Evaluating NLP Approaches to Extract Drug Indications.. 2026.
- OjibweMorph: an approachable finite-state transducer for Ojibwe (and beyond).. 2026.
- Forward-Projected Cortical Eigenmodes Provide an Efficient Sensor-Space Representation of Resting-State EEG.. 2026.
- MAMS: matrix and analysis metadata standards to facilitate harmonization and reproducibility of single-cell data. Genome Biology, 2024.
- Specimen and sample metadata standards for biodiversity genomics: a proposal from the Darwin Tree of Life project. Wellcome Open Research, 2022.
- Towards community-driven metadata standards for light microscopy: tiered specifications extending the OME model. Nature Methods, 2021.
- Metadata standards and practical guidelines for specimen and DNA curation when building barcode reference libraries for aquatic life. Metabarcoding and Metagenomics, 2021.
- FAIR Metadata Standards for Low Carbon Energy Research-A Review of Practices and How to Advance. Energies, 2021.
- COVID-19 pandemic reveals the peril of ignoring metadata standards. Scientific Data, 2020.
- Circular definitions in the “Dictionary of Modern Latvian”: some theoretical and practical problems. Linguistica Lettica, 2020.
- Changing definitions of climate in Polish and English dictionaries. Respectus Philologicus, 2020.
- Auto-encoding dictionary definitions into consistent word embeddings. Proceedings of the 2018 Conference on Empirical Methods in Natural Language Processing Emnlp 2018, 2018.
- Options for automatic creation of dictionary definitions from corpora. 10th Workshop on Recent Advances in Slavonic Natural Language Processing Raslan 2016 Proceedings, 2016.
This article is educational and does not replace institutional policy, professional advice, or applicable safety and regulatory requirements.