FHIRContextBinding

.r4. FHIRContextBinding

Context binding implementation for the FHIRModel

Constructor

new FHIRContextBinding(oModel, sPath, oContext, mParametersopt)

Constructor for a new FHIRContextBinding

Version:
  • 2.3.7
Since:
  • 1.0.0
Author:
  • SAP SE
Source:
Parameters:
Name Type Attributes Description
oModel sap.ui.model.Model

The assigned FHIR Model

sPath string

The binding path in the model

oContext sap.fhir.model.r4.Context

The context which is required as base for a relative path

mParameters object <optional>

The map which contains additional parameters for the binding

Name Type Attributes Description
groupId string <optional>

The group id

request object <optional>

The parameters which will be passed with the request as url parameters, Note: any additional url parameters can be mentioned here also

Name Type Attributes Description
_include string <optional>

The _include parameter, e.g. in a list which is bind to '/Patient' it's possible to include 'Coverage:payor'

_revinclude string <optional>

The _revinclude parameter, e.g. in a list which is bind to '/Practitioner' it's possible to reverse include 'PractitionerRole:practitioner'

_count number <optional>

The number of resources which should be requested from the server

Extends

  • sap.ui.model.ContextBinding

Methods

refresh(sChangeReason)

Refreshes all depending bindings

Since:
  • 1.0.0
Source:
Parameters:
Name Type Description
sChangeReason sap.ui.model.ChangeReason

The reason for refreshing the binding