java.lang.Object
org.projecthusky.fhir.emed.ch.epr.model.emediplan.chmed23a.repetition.Repetition
All Implemented Interfaces:
EMediplanObject
Direct Known Subclasses:
RepetitionDuration, RepetitionNumber, RepetitionNumberAndDuration

public abstract class Repetition extends Object implements EMediplanObject
Indicates how often a prescription can be repeated or how long the prescription is valid.
  • Field Details

  • Constructor Details

    • Repetition

      public Repetition()
  • Method Details

    • hasExtensions

      public boolean hasExtensions(boolean inDepth)
      Description copied from interface: EMediplanObject
      Whether the eMediplan object has any extension or not.
      Specified by:
      hasExtensions in interface EMediplanObject
      Parameters:
      inDepth - If true, the called object, and all its children objects, are subject to the check. If false, only the called object is checked for extensions.
      Returns:
      true if the object contains any extensions; false otherwise.