static InferRxNormResponse.Builder |
InferRxNormResponse.builder() |
|
InferRxNormResponse.Builder |
InferRxNormResponse.Builder.entities(Collection<RxNormEntity> entities) |
The medication entities detected in the text linked to RxNorm concepts.
|
InferRxNormResponse.Builder |
InferRxNormResponse.Builder.entities(Consumer<RxNormEntity.Builder>... entities) |
The medication entities detected in the text linked to RxNorm concepts.
|
InferRxNormResponse.Builder |
InferRxNormResponse.Builder.entities(RxNormEntity... entities) |
The medication entities detected in the text linked to RxNorm concepts.
|
InferRxNormResponse.Builder |
InferRxNormResponse.Builder.modelVersion(String modelVersion) |
The version of the model used to analyze the documents, in the format n.n.n You can use
this information to track the model used for a particular batch of documents.
|
InferRxNormResponse.Builder |
InferRxNormResponse.Builder.paginationToken(String paginationToken) |
If the result of the previous request to InferRxNorm was truncated, include the
PaginationToken to fetch the next page of medication entities.
|
InferRxNormResponse.Builder |
InferRxNormResponse.toBuilder() |
|