Package ca.cdr.api.fhirgw.model
Class HistoryRequest
- All Implemented Interfaces:
IBaseRequest
This class represents a FHIR Gateway History request
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setDateAt
(DateRangeParam theDateAt) void
setDateSince
(Date theDateSince) void
void
Methods inherited from class ca.cdr.api.fhirgw.model.BaseRequest
addAdditionalHeader, getAdditionalHeaders, getClientInterceptor, getResourceType, getServerCapabilityStatementValidationEnabled, getServletRequest, isSkip, setClientInterceptor, setResourceType, setServerCapabilityStatementValidationEnabled, setServletRequest, setSkip
-
Constructor Details
-
HistoryRequest
public HistoryRequest() -
HistoryRequest
Copy constructor
-
-
Method Details
-
setOffSet
- Parameters:
theOffset
- Used to indicate the starting position of the queried results
-
setId
- Parameters:
theId
- Used to set the ID of the specified resource
-
setDateSince
- Parameters:
theDateSince
- Used to include resource versions that were created at or after the specified date
-
setDateAt
- Parameters:
theDateAt
- Used to include resource versions that were created at the specified date
-
getId
-
getOffset
-
getDateSince
-
getDateAt
-