@Unstable
public interface RecordElement
RecordSection section.| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPrivateIdentifiableInformation()
Whether this element contains any private indentifiable information (PII) about the patient or not.
|
RecordSection |
getContainingSection()
The parent
section containing this element. |
List<String> |
getDisplayedFields()
The list of fields displayed in the patient record by this element.
|
org.xwiki.uiextension.UIExtension |
getExtension()
The extension defining this element.
|
String |
getName()
The name of this element, displayed in the form designer.
|
boolean |
isEnabled()
Whether this element is going to be displayed in the patient record or not.
|
org.xwiki.uiextension.UIExtension getExtension()
UIExtension objectString getName()
boolean isEnabled()
true if this element must be displayed, false otherwiseboolean containsPrivateIdentifiableInformation()
true if this element contains PII, false otherwiseList<String> getDisplayedFields()
RecordSection getContainingSection()
section containing this element.Copyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.