<div data-options="dxView : { name: 'patientEPR', title: 'Patient EPR' } ">

    <div data-bind="dxCommand: { id: 'title', title: 'Patient EPR', icon: 'fal fa-user', onExecute: refreshDataSource }"></div>

    <div style="height: 100%;" data-options="dxContent : { targetPlaceholder: 'content' } " data-bind="dxDeferRendering: { renderWhen: modelIsReady, showLoadIndicator: false, animation: 'fade' }">        
        <div data-options="dxViewPlaceholder: { viewName: 'patientEPRShared' }"></div>
    </div>
</div>