java.lang.Object
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.AbstractMarshalPostprocessor<com.nedap.archie.rm.datavalues.quantity.DvQuantified>
org.ehrbase.openehr.sdk.serialisation.flatencoding.std.marshal.postprocessor.DvQuantifiedPostprocessor
All Implemented Interfaces:
MarshalPostprocessor<com.nedap.archie.rm.datavalues.quantity.DvQuantified>, ClassDependent<com.nedap.archie.rm.datavalues.quantity.DvQuantified>

public class DvQuantifiedPostprocessor extends AbstractMarshalPostprocessor<com.nedap.archie.rm.datavalues.quantity.DvQuantified>
  • Constructor Details

    • DvQuantifiedPostprocessor

      public DvQuantifiedPostprocessor()
  • Method Details

    • process

      public void process(String term, com.nedap.archie.rm.datavalues.quantity.DvQuantified rmObject, Map<String,Object> values, Context<Map<String,Object>> context)
      Adds or removes Values from values depending on rmObject. Adds the encoding information
      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.datavalues.quantity.DvQuantified> getAssociatedClass()