ICD10CMEntity constructor

ICD10CMEntity({
  1. List<ICD10CMAttribute>? attributes,
  2. int? beginOffset,
  3. ICD10CMEntityCategory? category,
  4. int? endOffset,
  5. List<ICD10CMConcept>? iCD10CMConcepts,
  6. int? id,
  7. double? score,
  8. String? text,
  9. List<ICD10CMTrait>? traits,
  10. ICD10CMEntityType? type,
})

Implementation

ICD10CMEntity({
  this.attributes,
  this.beginOffset,
  this.category,
  this.endOffset,
  this.iCD10CMConcepts,
  this.id,
  this.score,
  this.text,
  this.traits,
  this.type,
});