Class HistoryRequest

All Implemented Interfaces:
IBaseRequest

This class represents a FHIR Gateway History request
  • Constructor Details

  • Method Details

    • setOffSet

      public void setOffSet(Integer theOffset)
      Parameters:
      theOffset - Used to indicate the starting position of the queried results
    • setId

      public void setId(IIdType theId)
      Parameters:
      theId - Used to set the ID of the specified resource
    • setDateSince

      public void setDateSince(Date theDateSince)
      Parameters:
      theDateSince - Used to include resource versions that were created at or after the specified date
    • setDateAt

      public void setDateAt(DateRangeParam theDateAt)
      Parameters:
      theDateAt - Used to include resource versions that were created at the specified date
    • getId

      public IIdType getId()
    • getOffset

      public Integer getOffset()
    • getDateSince

      public Date getDateSince()
    • getDateAt