Class DvCodedTextStdConfiguration
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.AbstractsStdConfig<com.nedap.archie.rm.datavalues.DvCodedText>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.DvCodedTextStdConfiguration
- All Implemented Interfaces:
StdConfig<com.nedap.archie.rm.datavalues.DvCodedText>,ClassDependent<com.nedap.archie.rm.datavalues.DvCodedText>
public class DvCodedTextStdConfiguration
extends AbstractsStdConfig<com.nedap.archie.rm.datavalues.DvCodedText>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.config.AbstractsStdConfig
addValue
-
Constructor Details
-
DvCodedTextStdConfiguration
public DvCodedTextStdConfiguration()
-
-
Method Details
-
getAssociatedClass
-
buildChildValues
public Map<String,Object> buildChildValues(String currentTerm, com.nedap.archie.rm.datavalues.DvCodedText rmObject, Context<Map<String, Object>> context) - Specified by:
buildChildValuesin interfaceStdConfig<com.nedap.archie.rm.datavalues.DvCodedText>- Overrides:
buildChildValuesin classAbstractsStdConfig<com.nedap.archie.rm.datavalues.DvCodedText>- Parameters:
currentTerm- current flat term pathrmObject- TheRMObjectto flatten- Returns:
- Map containing the flat representation of
rmObject
-