FHIRPropertyBinding

.r4. FHIRPropertyBinding

Property binding implementation for the FHIRModel

Constructor

new FHIRPropertyBinding(oModel, sPath, oContext, mParametersopt)

Constructor for a new FHIRPropertyBinding

Version:
  • 2.3.7
Since:
  • 1.0.0
Author:
  • SAP SE
Source:
Parameters:
Name Type Attributes Description
oModel sap.fhir.model.r4.FHIRModel

The assigned FHIRModel

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

Extends

  • sap.ui.model.PropertyBinding

Methods

getValue() → {object}

Determines the current value of the property binding

Since:
  • 1.0.0
Source:
See:
  • sap.ui.model.PropertyBinding#getValue
Returns:
Type:
object

The current value of the property binding

setValue(oValue)

Sets the current value of the property binding, the value of the model property and fire a change event. Only changes the value if it differs from the current value

Since:
  • 1.0.0
Source:
Parameters:
Name Type Description
oValue object

The new value of the property binding