@Unstable
public interface RecordConfiguration
| Modifier and Type | Field and Description |
|---|---|
static org.xwiki.model.reference.EntityReference |
CUSTOM_PREFERENCES_CLASS
The XClass used for storing group- and user-specific configurations.
|
static org.xwiki.model.reference.EntityReference |
GLOBAL_PREFERENCES_CLASS
The XClass used for storing the global configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllFieldNames()
The list of possible fields defined in the application.
|
List<RecordSection> |
getAllSections()
The list of available sections, enabled or disabled, that can be displayed in the patient record.
|
String |
getDateOfBirthFormat()
The format of the date of birth, in the standard
Java date format. |
List<String> |
getEnabledFieldNames()
The list of fields displayed in the patient record.
|
List<String> |
getEnabledNonIdentifiableFieldNames()
The list of non-identifiable fields displayed in the patient record (i.e.
|
List<RecordSection> |
getEnabledSections()
The list of sections enabled in the patient record.
|
String |
getISODateFormat()
The date format compliant with the ISO 8601 standard, in the
Java date format. |
org.xwiki.model.reference.DocumentReference |
getPhenotypeMapping()
The custom predefined phenotypes displayed in the "Clinical Symptoms" section are configured in a document, and
this type of configuration is called a "Phenotype Mapping".
|
static final org.xwiki.model.reference.EntityReference GLOBAL_PREFERENCES_CLASS
static final org.xwiki.model.reference.EntityReference CUSTOM_PREFERENCES_CLASS
List<RecordSection> getEnabledSections()
List<RecordSection> getAllSections()
List<String> getEnabledFieldNames()
List<String> getEnabledNonIdentifiableFieldNames()
List<String> getAllFieldNames()
@Unstable org.xwiki.model.reference.DocumentReference getPhenotypeMapping()
String getISODateFormat()
Java date format.String getDateOfBirthFormat()
Java date format.Copyright © 2011–2015 University of Toronto, Computational Biology Lab. All rights reserved.