com.ibm.jarm.api.core

Interface Vitalable

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void executeVital()
      Calculates the vital review dates and sets the vital review metadata of this object.
      boolean isVital()
      Indicates whether or not this object is actually a Vitalable object.
      void setVital(RMProperties vitalProperties)
      Sets the properties related to a vital record for this object.
      void updateVitalStatus(java.util.Date vitalReviewDate)
      Updates the VitalRecordNextReviewDate and VitalWorkflowStatus properties for this object.
    • Method Detail

      • setVital

        void setVital(RMProperties vitalProperties)
        Sets the properties related to a vital record for this object. This method should be used to make any changes to vital-related properties on an entity versus making direct entity property changes and performing a generic save operation.
        Parameters:
        vitalProperties - a RMProperties collection containing the vital-related property values to be set. Cannot be null or empty.
      • executeVital

        void executeVital()
        Calculates the vital review dates and sets the vital review metadata of this object.
      • updateVitalStatus

        void updateVitalStatus(java.util.Date vitalReviewDate)
        Updates the VitalRecordNextReviewDate and VitalWorkflowStatus properties for this object. The date specified by the vitalReviewDate parameter overrides the calculated next review date for this object.
        Parameters:
        vitalReviewDate - a Date object containing the date on which the latest review occurs.
      • isVital

        boolean isVital()
        Indicates whether or not this object is actually a Vitalable object.
        Returns:
        true if this object is Vitalable, false otherwise.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.