@Unstable
@Role
public interface RecordConfigurationManager
record configurations.| Modifier and Type | Method and Description |
|---|---|
RecordConfiguration |
getActiveConfiguration()
Deprecated.
since 1.4, use
getConfiguration(String) instead |
RecordConfiguration |
getConfiguration(String recordType)
Retrieves the
RecordConfiguration active for the current user on a specific record type. |
@Deprecated RecordConfiguration getActiveConfiguration()
getConfiguration(String) insteadrecord configuration for patient records active for the current user.RecordConfiguration getConfiguration(String recordType)
RecordConfiguration active for the current user on a specific record type.recordType - an identifier for the type of record whose configuration is requested, such as patient
or familyCopyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.