Updated scripts, new class notes

This commit is contained in:
Lloyd McKenzie 2022-06-05 19:08:28 -06:00
parent b36b8a0d46
commit 5123e72fa2
5 changed files with 18384 additions and 7489 deletions

View File

@ -20,7 +20,7 @@ IF "%~1"=="/f" SET skipPrompts=y
ECHO. ECHO.
ECHO Checking internet connection... ECHO Checking internet connection...
PING tx.fhir.org -4 -n 1 -w 5000 | FINDSTR TTL && GOTO isonline PING tx.fhir.org -4 -n 1 -w 1000 | FINDSTR TTL && GOTO isonline
ECHO We're offline, nothing to do... ECHO We're offline, nothing to do...
GOTO end GOTO end

View File

@ -31,11 +31,7 @@ while [ "$#" -gt 0 ]; do
done done
echo "Checking internet connection" echo "Checking internet connection"
case "$OSTYPE" in curl -sSf tx.fhir.org > /dev/null
linux-gnu* ) ping tx.fhir.org -4 -c 1 -w 1000 >/dev/null ;;
darwin* ) ping tx.fhir.org -c 1 >/dev/null ;;
*) echo "unknown: $OSTYPE"; exit 1 ;;
esac
if [ $? -ne 0 ] ; then if [ $? -ne 0 ] ; then
echo "Offline (or the terminology server is down), unable to update. Exiting" echo "Offline (or the terminology server is down), unable to update. Exiting"

Binary file not shown.

File diff suppressed because it is too large Load Diff

View File

@ -49,3 +49,13 @@ v: {
"system" : "http://loinc.org" "system" : "http://loinc.org"
} }
------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------
{"code" : {
"system" : "http://loinc.org",
"code" : "85354-9"
}, "valueSet" :null, "lang":"en-US", "useServer":"true", "useClient":"true", "guessSystem":"false", "valueSetMode":"ALL_CHECKS", "versionFlexible":"true"}####
v: {
"display" : "Blood pressure panel with all children optional",
"code" : "85354-9",
"system" : "http://loinc.org"
}
-------------------------------------------------------------------------------------