
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 TypeClassDescriptionclassThis structure is defined to allow the FHIR Validator to validate a CDSHooks order-select context.classThis structure is defined to allow the FHIR Validator to validate a CDSHooks Order-Sign context.classThis 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 CDSHookContextCDSHooksRequest.contextHook-specific contextual data that the CDS service will needMethods in org.hl7.fhir.r5.tools that return CDSHookContextModifier and TypeMethodDescriptionabstract CDSHookContextCDSHookContext.copy()CDSHooksRequest.getContext()protected CDSHookContextToolsJsonParser.parseCDSHookContext(com.google.gson.JsonObject resource, com.google.gson.JsonObject json) protected CDSHookContextToolsXmlParser.parseCDSHookContext(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.tools with parameters of type CDSHookContextModifier and TypeMethodDescriptionprotected voidToolsJsonParser.composeCDSHookContext(String name, CDSHookContext element) protected voidToolsXmlParser.composeCDSHookContext(String name, CDSHookContext element) protected voidToolsXmlParser.composeCDSHookContextElements(CDSHookContext element) protected voidToolsJsonParser.composeCDSHookContextProperties(CDSHookContext element) voidCDSHookContext.copyValues(CDSHookContext dst) protected booleanToolsXmlParser.parseCDSHookContextContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CDSHookContext res) protected voidToolsJsonParser.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