Class CdsServiceRequestJson
java.lang.Object
ca.uhn.fhir.rest.api.server.cdshooks.BaseCdsServiceJson
ca.uhn.fhir.rest.api.server.cdshooks.CdsServiceRequestJson
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IModelJson
Represents a CDS Hooks Service Request
- See Also:
-
Field Summary
Fields inherited from interface ca.uhn.fhir.model.api.IModelJson
SENSITIVE_DATA_FILTER_NAME
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addContext
(String theKey, Object theValue) void
addPrefetch
(String theKey, org.hl7.fhir.instance.model.api.IBaseResource theResource) getHook()
org.hl7.fhir.instance.model.api.IBaseResource
getPrefetch
(String theKey) setContext
(CdsServiceRequestContextJson theContext) setFhirServer
(String theFhirServer) setHookInstance
(String theHookInstance) setServiceRequestAuthorizationJson
(CdsServiceRequestAuthorizationJson theServiceRequestAuthorizationJson) Methods inherited from class ca.uhn.fhir.rest.api.server.cdshooks.BaseCdsServiceJson
getExtension, getExtensionClass, setExtension, setExtensionClass
-
Constructor Details
-
CdsServiceRequestJson
public CdsServiceRequestJson()
-
-
Method Details
-
getHookInstance
-
setHookInstance
-
getFhirServer
-
setFhirServer
-
getHook
-
setHook
-
getContext
-
setContext
-
getServiceRequestAuthorizationJson
-
setServiceRequestAuthorizationJson
public CdsServiceRequestJson setServiceRequestAuthorizationJson(CdsServiceRequestAuthorizationJson theServiceRequestAuthorizationJson) -
addPrefetch
-
getPrefetch
-
addContext
-
getPrefetchKeys
-