
Uses of Class
org.hl7.fhir.r5.tools.CDSHookContext
Packages that use CDSHookContext
-
Uses of CDSHookContext in org.hl7.fhir.r5.tools
Subclasses of CDSHookContext in org.hl7.fhir.r5.toolsModifier and TypeClassDescriptionclass
This structure is defined to allow the FHIR Validator to validate a CDSHooks order-select context.class
This structure is defined to allow the FHIR Validator to validate a CDSHooks Order-Sign context.class
This structure is defined to allow the FHIR Validator to validate a CDSHooks Patient-View context.Fields in org.hl7.fhir.r5.tools declared as CDSHookContextModifier and TypeFieldDescriptionprotected CDSHookContext
CDSHooksRequest.context
Hook-specific contextual data that the CDS service will needMethods in org.hl7.fhir.r5.tools that return CDSHookContextModifier and TypeMethodDescriptionabstract CDSHookContext
CDSHookContext.copy()
CDSHooksRequest.getContext()
protected CDSHookContext
ToolsJsonParser.parseCDSHookContext
(com.google.gson.JsonObject resource, com.google.gson.JsonObject json) protected CDSHookContext
ToolsXmlParser.parseCDSHookContext
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.tools with parameters of type CDSHookContextModifier and TypeMethodDescriptionprotected void
ToolsJsonParser.composeCDSHookContext
(String name, CDSHookContext element) protected void
ToolsXmlParser.composeCDSHookContext
(String name, CDSHookContext element) protected void
ToolsXmlParser.composeCDSHookContextElements
(CDSHookContext element) protected void
ToolsJsonParser.composeCDSHookContextProperties
(CDSHookContext element) void
CDSHookContext.copyValues
(CDSHookContext dst) protected boolean
ToolsXmlParser.parseCDSHookContextContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CDSHookContext res) protected void
ToolsJsonParser.parseCDSHookContextProperties
(com.google.gson.JsonObject json, CDSHookContext res) CDSHooksRequest.setContext
(CDSHookContext value) Constructors in org.hl7.fhir.r5.tools with parameters of type CDSHookContextModifierConstructorDescriptionCDSHooksRequest
(String hook, String hookInstance, CDSHookContext context) Constructor