PatientViewUtil - apache/ctakes GitHub Wiki
Utility class to get view information from a JCas.
- Author: SPF , chip-nlp
- Version: %I%
-
Since: 9/27/2017
-
Parameters:
-
jCasye olde ...
-
-
Returns: Names of all views, including gold and default
-
Returns: {@link #DEFAULT_VIEW}
-
Parameters:
-
jCasye olde ...
-
-
Returns: Names of all gold views, which are views with the prefix {@link #GOLD_PREFIX}
-
Parameters:
-
jCasye olde ...
-
-
Returns: Names of all document views, which are views that are not the default and not gold
-
Parameters:
-
jCasye olde ...
-
-
Returns: All views, including gold and default
-
Returns: The view with name {@link #DEFAULT_VIEW}
-
Parameters:
-
jCasye olde ...
-
-
Returns: All gold views, which are views with the prefix {@link #GOLD_PREFIX}
-
Parameters:
-
jCasye olde ...
-
-
Returns: All document views, which are views that are not the default and not gold
Use to sort views by logical number suffix. {@link NumberedSuffixComparator}