Updated scripts, new class notes
This commit is contained in:
parent
b36b8a0d46
commit
5123e72fa2
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
BIN
classnotes/Using the HL7 IG Publisher.docx
Normal file
BIN
classnotes/Using the HL7 IG Publisher.docx
Normal file
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||||
|
}
|
||||||
|
-------------------------------------------------------------------------------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user