Class DvOrderedPostprocessor
java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.AbstractUnmarshalPostprocessor<com.nedap.archie.rm.datavalues.quantity.DvOrdered>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.umarshal.postprocessor.DvOrderedPostprocessor
- All Implemented Interfaces:
UnmarshalPostprocessor<com.nedap.archie.rm.datavalues.quantity.DvOrdered>,ClassDependent<com.nedap.archie.rm.datavalues.quantity.DvOrdered>
public class DvOrderedPostprocessor
extends AbstractUnmarshalPostprocessor<com.nedap.archie.rm.datavalues.quantity.DvOrdered>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<com.nedap.archie.rm.datavalues.quantity.DvOrdered>voidprocess(String term, com.nedap.archie.rm.datavalues.quantity.DvOrdered 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
-
DvOrderedPostprocessor
public DvOrderedPostprocessor()
-
-
Method Details
-
process
public void process(String term, com.nedap.archie.rm.datavalues.quantity.DvOrdered 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
-