gcp-nrces-fhir
Advanced tools
Comparing version 3.0.3 to 4.0.0
@@ -79,6 +79,6 @@ "use strict"; | ||
</div> | ||
<table style="width:9950px"> | ||
<table> | ||
<tr> | ||
<td style="width:50%;">${getpatientdetails()}</td> | ||
<td style="width:50%;">${options.type}</td> | ||
<td>${getpatientdetails()}</td> | ||
<td>${options.type}</td> | ||
</tr> | ||
@@ -85,0 +85,0 @@ </table> |
@@ -35,8 +35,8 @@ "use strict"; | ||
: []; | ||
let medArray = `<tr> | ||
<th style="width:20%">Medcine</th> | ||
<th style="width:20%">Frequency</th> | ||
<th style="width:20%">Duration</th> | ||
<th style="width:20%">Instructions</th> | ||
<th style="width:20%">Route</th> | ||
let medArray = `<table><tr> | ||
<th>Medcine</th> | ||
<th>Frequency</th> | ||
<th>Duration</th> | ||
<th>Instructions</th> | ||
<th>Route</th> | ||
</tr>`; | ||
@@ -43,0 +43,0 @@ options.medicationCodeableConcept.forEach((el, i) => { |
{ | ||
"name": "gcp-nrces-fhir", | ||
"version": "3.0.3", | ||
"version": "4.0.0", | ||
"description": "Google cloud healthcare api Nrces Fhir imlimenataion", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
696655