|
@@ -79,12 +79,7 @@
|
|
{
|
|
{
|
|
cpt: '',
|
|
cpt: '',
|
|
dateOfService: '{{date('Y-m-d')}}',
|
|
dateOfService: '{{date('Y-m-d')}}',
|
|
- icds: [
|
|
|
|
- {
|
|
|
|
- code: '',
|
|
|
|
- description: '',
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
|
|
+ icds: window.noteReasons
|
|
}
|
|
}
|
|
]
|
|
]
|
|
}
|
|
}
|
|
@@ -94,12 +89,7 @@
|
|
this.payload.lines.push({
|
|
this.payload.lines.push({
|
|
cpt: '',
|
|
cpt: '',
|
|
dateOfService: '{{date('Y-m-d')}}',
|
|
dateOfService: '{{date('Y-m-d')}}',
|
|
- icds: [
|
|
|
|
- {
|
|
|
|
- code: '',
|
|
|
|
- description: '',
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
|
|
+ icds: window.noteReasons
|
|
});
|
|
});
|
|
Vue.nextTick(() => {
|
|
Vue.nextTick(() => {
|
|
this.initICDAutoSuggest();
|
|
this.initICDAutoSuggest();
|