This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://docs.aidbox.app/basic-concepts/search-1/_count-and-_page | |
- id: get-one-patient-from-second-response-page | |
GET: /Patient?_count=1&_page=2 | |
match: | |
status: 200 | |
body: | |
entry: | |
- resource: | |
id: pt-2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns profile-site.style | |
(:require [garden.core :as gc])) | |
(defn style [data] | |
(gc/css data)) | |
(def profile-style [[:.line-item | |
{:vertical-align "top" | |
:text-align "left" | |
:padding "0px 4px 0px 4px" |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.