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 TypeMethodDescriptiongetCount()getId()voidvoidsetDateAt(DateRangeParam theDateAt) voidsetDateSince(Date theDateSince) voidvoidMethods 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
-
setCount
-
getId
-
getOffset
-
getDateSince
-
getDateAt
-
getCount
-