Class CareEntryIntrospectConfig
- java.lang.Object
-
- org.ehrbase.webtemplate.parser.config.CareEntryIntrospectConfig
-
- All Implemented Interfaces:
ClassDependent<Object>,RmIntrospectConfig
- Direct Known Subclasses:
ActionIntrospectConfig,EvaluationIntrospectConfig,InstructionIntrospectConfig,ObservationIntrospectConfig
public abstract class CareEntryIntrospectConfig extends Object implements RmIntrospectConfig
Only used for extending
-
-
Constructor Summary
Constructors Constructor Description CareEntryIntrospectConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueSetfindExternalValueSet(String fieldName)Set<String>getNonTemplateFields()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ehrbase.util.reflection.ClassDependent
getAssociatedClass
-
-
-
-
Method Detail
-
getNonTemplateFields
public Set<String> getNonTemplateFields()
- Specified by:
getNonTemplateFieldsin interfaceRmIntrospectConfig
-
findExternalValueSet
public ValueSet findExternalValueSet(String fieldName)
- Specified by:
findExternalValueSetin interfaceRmIntrospectConfig
-
-