ICD10CMEntity constructor
ICD10CMEntity({
- List<
ICD10CMAttribute> ? attributes, - int? beginOffset,
- ICD10CMEntityCategory? category,
- int? endOffset,
- List<
ICD10CMConcept> ? iCD10CMConcepts, - int? id,
- double? score,
- String? text,
- List<
ICD10CMTrait> ? traits, - ICD10CMEntityType? type,
Implementation
ICD10CMEntity({
this.attributes,
this.beginOffset,
this.category,
this.endOffset,
this.iCD10CMConcepts,
this.id,
this.score,
this.text,
this.traits,
this.type,
});