| Package | Description |
|---|---|
| de.samply.common.mdrclient |
The base classes from the MDR RESTful client.
|
| de.samply.common.mdrclient.domain |
MDR domain classes, mapped directly to the JSON that MDR produces.
|
| Modifier and Type | Method and Description |
|---|---|
Validations |
MdrClient.getDataElementValidations(String mdrDataElementId,
String languageCode)
Get a data element's validations, without authentication.
|
Validations |
MdrClient.getDataElementValidations(String mdrDataElementId,
String languageCode,
String accessToken,
String userAuthId)
Get a data element's validations.
|
| Modifier and Type | Method and Description |
|---|---|
Validations |
Definition.getValidation()
Get the validations of this data element.
|
Validations |
DataElement.getValidation() |
| Modifier and Type | Method and Description |
|---|---|
void |
Definition.setValidation(Validations validation)
Set the validations of this data element.
|
void |
DataElement.setValidation(Validations validation) |
Copyright © 2022 Samply Community. All rights reserved.