Uses of Class
com.merative.acd.v1.model.AcdFlow
-
Packages that use AcdFlow Package Description com.merative.acd.v1 Annotator for Clinical Data v1.com.merative.acd.v1.model -
-
Uses of AcdFlow in com.merative.acd.v1
Methods in com.merative.acd.v1 that return types with arguments of type AcdFlow Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,AcdFlow>>
AnnotatorForClinicalData. getFlows()
Get list of available persisted flows.com.ibm.cloud.sdk.core.http.ServiceCall<java.util.Map<java.lang.String,AcdFlow>>
AnnotatorForClinicalData. getFlows(GetFlowsOptions getFlowsOptions)
Get list of available persisted flows.com.ibm.cloud.sdk.core.http.ServiceCall<AcdFlow>
AnnotatorForClinicalData. getFlowsById(GetFlowsByIdOptions getFlowsByIdOptions)
Get details of a specific flow. -
Uses of AcdFlow in com.merative.acd.v1.model
Methods in com.merative.acd.v1.model that return AcdFlow Modifier and Type Method Description AcdFlow
AcdFlow.Builder. build()
Builds a AcdFlow.Methods in com.merative.acd.v1.model with parameters of type AcdFlow Modifier and Type Method Description CreateFlowsOptions.Builder
CreateFlowsOptions.Builder. acdFlow(AcdFlow acdFlow)
Set the acdFlow.UpdateFlowsOptions.Builder
UpdateFlowsOptions.Builder. acdFlow(AcdFlow acdFlow)
Set the acdFlow.
-