public class RaveOdmClient extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
RaveOdmClient.RaveResponse |
static interface |
RaveOdmClient.ResponseHandler |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CLINICAL_RECORDS_URI |
protected String |
encodedCredentials |
protected String |
host |
protected static String |
linkHeader |
protected static String |
locationOidParameter |
protected static org.slf4j.Logger |
LOGGER |
protected static String |
METADATA_MATRIX_URI |
protected static String |
METADATA_VERSION_URI |
protected static String |
METADATA_VERSIONS_URI |
protected static String |
pageSizeParameter |
protected static String |
SIGNATURES_URI |
protected static String |
SITES_URI |
protected Boolean |
ssl |
protected static String |
startIdParameter |
protected static Pattern |
startIdPattern |
protected static String |
startIdRegex |
protected static String |
STUDIES_URI |
protected static String |
studyIdParameter |
protected static String |
studyOidEnvironmentRegex |
protected static String |
studyOidParameter |
protected Transformer |
transformer |
protected org.springframework.web.reactive.function.client.WebClient |
webClient |
static String |
XSLT_RESOURCE |
| Constructor and Description |
|---|
RaveOdmClient() |
protected static org.slf4j.Logger LOGGER
protected static final String METADATA_VERSION_URI
protected static final String METADATA_MATRIX_URI
protected static final String METADATA_VERSIONS_URI
protected static final String SIGNATURES_URI
protected static final String SITES_URI
protected static final String STUDIES_URI
protected static final String CLINICAL_RECORDS_URI
public static final String XSLT_RESOURCE
protected static String linkHeader
protected static String studyOidParameter
protected static String studyIdParameter
protected static String startIdParameter
protected static String locationOidParameter
protected static String pageSizeParameter
protected static String startIdRegex
protected static String studyOidEnvironmentRegex
protected static Pattern startIdPattern
protected Boolean ssl
protected Transformer transformer
protected String encodedCredentials
protected String host
protected org.springframework.web.reactive.function.client.WebClient webClient
public org.springframework.web.reactive.function.client.WebClient getClient()
protected org.springframework.web.util.UriBuilder setupUriBuilder(org.springframework.web.util.UriBuilder builder)
public org.springframework.http.ResponseEntity<org.springframework.core.io.buffer.DataBuffer> getResponseEntity(org.springframework.web.reactive.function.client.WebClient.ResponseSpec spec)
protected RaveOdmClient.RaveResponse handleResponseSpec(org.springframework.web.reactive.function.client.WebClient.ResponseSpec spec, RaveOdmClient.ResponseHandler handler)
public String getHost()
public void setHost(String host)
public RaveOdmClient.RaveResponse getClinicalData(String study, Long startId, Integer pageSize, RaveOdmClient.ResponseHandler handler)
public RaveOdmClient.RaveResponse getStudies(RaveOdmClient.ResponseHandler handler)
public RaveOdmClient.RaveResponse getSites(String studyOid, RaveOdmClient.ResponseHandler handler)
public RaveOdmClient.RaveResponse getSignatures(String studyOid, RaveOdmClient.ResponseHandler handler)
public RaveOdmClient.RaveResponse getMetaDataListOdm(String study, RaveOdmClient.ResponseHandler handler)
public RaveOdmClient.RaveResponse getMetaDataMatricesOdm(String studyOid, RaveOdmClient.ResponseHandler handler)
public RaveOdmClient.RaveResponse getMetaDataVersionOdm(String study, String oid, RaveOdmClient.ResponseHandler handler)
public void transform(InputStream input, OutputStream output) throws TransformerException
TransformerExceptionpublic InputStream transform(InputStream input)
public Transformer getTransformer()
Copyright © 2024. All rights reserved.