
Uses of Class
org.hl7.fhir.r5.tools.CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent
Packages that use CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent
-
Uses of CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent in org.hl7.fhir.r5.tools
Fields in org.hl7.fhir.r5.tools declared as CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponentModifier and TypeFieldDescriptionCDSHooksRequest.fhirAuthorization
A structure holding an OAuth 2.0 bearer access token granting the CDS Service access to FHIR resources, along with supplemental information relating to the tokenMethods in org.hl7.fhir.r5.tools that return CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponentModifier and TypeMethodDescriptionCDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.copy()
CDSHooksRequest.getFhirAuthorization()
ToolsJsonParser.parseCDSHooksRequestFhirAuthorizationComponent
(com.google.gson.JsonObject json) ToolsXmlParser.parseCDSHooksRequestFhirAuthorizationComponent
(org.xmlpull.v1.XmlPullParser xpp) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setAccessToken
(String value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setAccessTokenElement
(StringType value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setExpiresIn
(int value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setExpiresInElement
(IntegerType value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setPatient
(String value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setPatientElement
(IdType value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setScopeElement
(StringType value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setSubject
(String value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setSubjectElement
(StringType value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setTokenType
(String value) CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.setTokenTypeElement
(CodeType value) Methods in org.hl7.fhir.r5.tools with parameters of type CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponentModifier and TypeMethodDescriptionprotected void
ToolsJsonParser.composeCDSHooksRequestFhirAuthorizationComponent
(String name, CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent element) protected void
ToolsXmlParser.composeCDSHooksRequestFhirAuthorizationComponent
(String name, CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent element) protected void
ToolsXmlParser.composeCDSHooksRequestFhirAuthorizationComponentElements
(CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent element) protected void
ToolsJsonParser.composeCDSHooksRequestFhirAuthorizationComponentProperties
(CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent element) void
CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent.copyValues
(CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent dst) protected boolean
ToolsXmlParser.parseCDSHooksRequestFhirAuthorizationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent res) protected void
ToolsJsonParser.parseCDSHooksRequestFhirAuthorizationComponentProperties
(com.google.gson.JsonObject json, CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent res) CDSHooksRequest.setFhirAuthorization
(CDSHooksRequest.CDSHooksRequestFhirAuthorizationComponent value)