java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.AbstractMarshalPostprocessor<com.nedap.archie.rm.datastructures.History>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.HistoryPostprocessor
All Implemented Interfaces:
MarshalPostprocessor<com.nedap.archie.rm.datastructures.History>, ClassDependent<com.nedap.archie.rm.datastructures.History>

public class HistoryPostprocessor extends AbstractMarshalPostprocessor<com.nedap.archie.rm.datastructures.History>
  • Constructor Details

    • HistoryPostprocessor

      public HistoryPostprocessor()
  • Method Details

    • process

      public void process(String term, com.nedap.archie.rm.datastructures.History rmObject, Map<String,Object> values, Context<Map<String,Object>> context)
      Adds or removes Values from values depending on rmObject. Removes the History.getOrigin() if it is equal to fist Event.getTime()
      Parameters:
      term - current term in the marshal recursion.
      rmObject - current rmObject in the marshal recursion.
      values - current values in the marshal recursion.
    • getAssociatedClass

      public Class<com.nedap.archie.rm.datastructures.History> getAssociatedClass()