InferRxNormResponse class

Constructors

InferRxNormResponse({required List<RxNormEntity> entities, String? modelVersion, String? paginationToken})
InferRxNormResponse.fromJson(Map<String, dynamic> json)
factory

Properties

entities List<RxNormEntity>
The medication entities detected in the text linked to RxNorm concepts. If the action is successful, the service sends back an HTTP 200 response, as well as the entities detected.
final
hashCode int
The hash code for this object.
no setterinherited
modelVersion String?
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.
final
paginationToken String?
If the result of the previous request to InferRxNorm was truncated, include the PaginationToken to fetch the next page of medication entities.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited