gcp-nrces-fhir
Advanced tools
Comparing version 9.0.64 to 9.0.65
@@ -203,3 +203,3 @@ "use strict"; | ||
ret += `<h4>Insurances</h4>`; | ||
ret += `<table> | ||
ret += `<table data-pdfmake="{'widths':['50%','25%', '25%']}"> | ||
<tr> | ||
@@ -256,3 +256,3 @@ <th>Coverage</th> | ||
ret += `<h2>Text</h2>`; | ||
ret += `${body.text}`; | ||
ret += `${body.div.text}`; | ||
} | ||
@@ -259,0 +259,0 @@ if (option.showPatient) { |
@@ -84,3 +84,3 @@ import { CODEABLE_CONCEPT, IDENTTIFIER, MULTI_RESOURCE, PERIOD } from "../config"; | ||
export interface TO_HTML_HCX_OPTIONS_COVERAGE extends Omit<Omit<TO_HTML_HCX_OPTIONS, "body">, "coverages"> { | ||
body: COVERAGE; | ||
body: any; | ||
showPatient: boolean; | ||
@@ -87,0 +87,0 @@ showInsuranceCompany: boolean; |
{ | ||
"name": "gcp-nrces-fhir", | ||
"version": "9.0.64", | ||
"version": "9.0.65", | ||
"description": "Google cloud healthcare api NRCES FHIR implimenataion", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2761679