Class CareEntryPostprocessor
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.AbstractUnmarshalPostprocessor<com.nedap.archie.rm.composition.CareEntry>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.CareEntryPostprocessor
- All Implemented Interfaces:
UnmarshalPostprocessor<com.nedap.archie.rm.composition.CareEntry>,ClassDependent<com.nedap.archie.rm.composition.CareEntry>
public class CareEntryPostprocessor
extends AbstractUnmarshalPostprocessor<com.nedap.archie.rm.composition.CareEntry>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<com.nedap.archie.rm.composition.CareEntry>voidprocess(String term, com.nedap.archie.rm.composition.CareEntry rmObject, Map<FlatPathDto, String> values, Set<String> consumedPaths, Context<Map<FlatPathDto, String>> context) Adds or removes Values fromvaluesdepending onrmObject.Methods inherited from class org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.AbstractUnmarshalPostprocessor
callPostProcess, callUnmarshal, handleRmAttribute, setParty, setValue
-
Constructor Details
-
CareEntryPostprocessor
public CareEntryPostprocessor()
-
-
Method Details
-
process
public void process(String term, com.nedap.archie.rm.composition.CareEntry rmObject, Map<FlatPathDto, String> values, Set<String> consumedPaths, Context<Map<FlatPathDto, String>> context) Adds or removes Values fromvaluesdepending onrmObject.- Parameters:
term- current term in the unmarshal recursion.rmObject- current rmObject in the unmarshal recursion.values- current values in the unmarshal recursion.
-
getAssociatedClass
-