| Package | Description |
|---|---|
| de.samply.common.mdrclient |
The base classes from the MDR RESTful client.
|
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
MdrClient.getDataElementGroupLabel(String recordId,
String languageCode)
Get dataelementgroup label, without authentication.
|
List<Label> |
MdrClient.getDataElementGroupLabel(String groupId,
String languageCode,
String accessToken,
String userAuthId)
Get dataelementgroup label from the MDR.
|
List<Label> |
MdrClient.getRecordLabel(String recordId,
String languageCode)
Get record label, without authentication.
|
List<Label> |
MdrClient.getRecordLabel(String recordId,
String languageCode,
String accessToken,
String userAuthId)
Get record label from the MDR.
|
Copyright © 2022 Samply Community. All rights reserved.