update note about server type

This commit is contained in:
Grahame Grieve 2024-10-18 21:16:12 +08:00
parent 17afe7c7e6
commit bed070c736
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ public class ServerDetailsPOJO {
// possible values: none, basic, token, apikey // possible values: none, basic, token, apikey
String authenticationType; String authenticationType;
@Deprecated // npm or fhir, because the FHIR npm usage varies a little bit from general NPM usage (change over time)
String serverType; String serverType;
String username; String username;