
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContext(String theKey, Object theValue) voidaddPrefetch(String theKey, org.hl7.fhir.instance.model.api.IBaseResource theResource) getHook()org.hl7.fhir.instance.model.api.IBaseResourcegetPrefetch(String theKey) voidremovePrefetch(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
-
removePrefetch
-
addContext
-
getPrefetchKeys
-