Uses of Interface
ca.cdr.api.fhirgw.model.IBaseRequest
Packages that use IBaseRequest
-
Uses of IBaseRequest in ca.cdr.api.fhirgw.model
Classes in ca.cdr.api.fhirgw.model with type parameters of type IBaseRequestClasses in ca.cdr.api.fhirgw.model that implement IBaseRequestModifier and TypeClassDescriptionclass
BaseRequest<T extends IBaseRequest>
class
Represents a Gateway Create requestclass
Represents a Delete requestclass
This class represents a FHIR Gateway Operation requestclass
This class represents a FHIR Gateway Read requestclass
class
This class represents a FHIR Gateway Search requestclass
Represents a FHIR transaction requestclass
Represents an Update requestMethods in ca.cdr.api.fhirgw.model that return IBaseRequestModifier and TypeMethodDescriptionIBaseRequest.setResourceType
(String theResourceType) IBaseRequest.setServletRequest
(jakarta.servlet.http.HttpServletRequest theServletRequest) Constructors in ca.cdr.api.fhirgw.model with parameters of type IBaseRequest