<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.9600.18953">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>Würde ich auch sehr begrüßen</FONT></DIV>
<DIV><FONT size=2 face=Arial>Notfalls auch nur ein php-script o.ä. das ich
zusätzlich auf dem Server aufrufn kann und das mir die falschen Werte
löscht.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Hatte schon mal nach etwas ähnlichem gefragt, aber
damals bestand wohl kein Interesse daran</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Viele Grüße</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT> </DIV>
<DIV><FONT size=2 face=Arial>Klaus</FONT></DIV>
<BLOCKQUOTE
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; PADDING-RIGHT: 0px; MARGIN-RIGHT: 0px"
dir=ltr>
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV
style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B>
<A title=cpuidle@gmail.com href="mailto:cpuidle@gmail.com">Andreas Goetz</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A
title=volkszaehler-dev@lists.volkszaehler.org
href="mailto:volkszaehler-dev@lists.volkszaehler.org">volkszaehler.org</A>
</DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, March 15, 2018 1:15
PM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> [vz-dev] Datensuche und
-korrektur per API?</DIV>
<DIV><BR></DIV>
<DIV dir=ltr>
<DIV>
<DIV>
<DIV>
<DIV>
<DIV>Hallo Zusammen,<BR><BR></DIV>ich habe ab und an das Problem falscher
Daten die ich gerne korrigieren bzw. löschen möchte. Schnell gemacht, aber nur
per SQL- dazu muss ich auf den Server und bei Fehlern kann echter Schaden
angerichtet werden.<BR><BR></DIV>Wie wäre es wenn wir das /data API- GET und
DELETE- um einen value Parameter erweitern der folgende Möglichkeiten bietet
(Quelle <A
href="https://www.hl7.org/fhir/stu3/search.html">https://www.hl7.org/fhir/stu3/search.html</A>):<BR><BR>
Searching on a simple numerical value in a resource.
Examples:<BR><BR> [parameter]=100 Values
that equal 100, to 3 significant figures precision, so range [99.5 ...
100.5)<BR> [parameter]=100.00 Values that
equal 100, to 5 significant figures precision, so range [99.995 ... 100.005).
Whole numbers also equal 100.00, but not 100.01<BR>
[parameter]=lt100 Values that are less than
100<BR> [parameter]=le100 Values that are
less or equal to 100<BR> [parameter]=gt100
Values that are greater than 100<BR>
[parameter]=ge100 Values that are greater or equal to
100<BR> [parameter]=ne100 Values that are
not equal to 100<BR><BR> Note: Uncertainty does not factor
in evaluations. The precision of the numbers is considered arbitrarily high.
(The way search parameters operate in resources is not the same as whether two
numbers are equal to each other in a mathematical sense). <BR><BR></DIV>Gute
Idee?
Bedarf?<BR><BR></DIV>vg<BR></DIV>Andreas<BR></DIV></BLOCKQUOTE></BODY></HTML>