Skip to content

Commit

Permalink
sim_ehr
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed May 29, 2024
1 parent dde3447 commit cbb02ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/routes/launcherRemote.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ export default (req: Request, res: Response) => {
// iss ---------------------------------------------------------------------
const sim = new LaunchOptions({
launch_type: "provider-ehr",
fhir_server: fhir_server.href
fhir_server: fhir_server.href,
sim_ehr : bool(sim_ehr)
})

const launchOptions = new LaunchOptions({
Expand Down

0 comments on commit cbb02ae

Please sign in to comment.