fix
This commit is contained in:
@@ -1,9 +1,35 @@
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-title>addPractice</ion-title>
|
||||
<ion-title>Add Practice</ion-title>
|
||||
<ion-buttons>
|
||||
<ion-button color="danger" (click)="dismiss()">Close</ion-button>
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
<ion-card>
|
||||
<img src="../../assets/imgs/merms-signup.jpg" />
|
||||
<ion-card-header>
|
||||
|
||||
|
||||
</ion-card-header>
|
||||
<ion-card-content>
|
||||
<ion-list lines="full" class="ion-no-margin">
|
||||
<ion-item>
|
||||
|
||||
<ion-input placeholder="Practice Code"></ion-input>
|
||||
|
||||
</ion-item>
|
||||
<ion-item>
|
||||
<ion-button expand="block" fill="outline">Add</ion-button>
|
||||
</ion-item>
|
||||
|
||||
</ion-list>
|
||||
|
||||
Go to your account at https://provider.mermsemr.com and enable your app access with your needed permissions.
|
||||
</ion-card-content>
|
||||
</ion-card>
|
||||
|
||||
<ion-button color="success" (click)="dismiss()">Close</ion-button>
|
||||
</ion-content>
|
||||
|
||||
@@ -1,9 +1,15 @@
|
||||
<ion-header>
|
||||
<ion-toolbar>
|
||||
<ion-title>consultBilling</ion-title>
|
||||
<ion-title>Consult Setup</ion-title>
|
||||
<ion-buttons>
|
||||
<ion-button color="danger" (click)="dismiss()">Close</ion-button>
|
||||
</ion-buttons>
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
|
||||
<ion-content>
|
||||
|
||||
|
||||
|
||||
<ion-button color="success" (click)="dismiss()">Close</ion-button>
|
||||
</ion-content>
|
||||
|
||||
Reference in New Issue
Block a user