Class EntityMention
An entity mention in the document.
Implements
Inherited Members
Namespace: Google.Apis.CloudHealthcare.v1beta1.Data
Assembly: Google.Apis.CloudHealthcare.v1beta1.dll
Syntax
public class EntityMention : IDirectResponseSchema
Properties
AdditionalInfo
Additional information about the entity mention. For example, for an entity mention of type DATE
this can
be its more specific date types from the following list: ADMISSION_DATE
, CONSULTATION_DATE
,
DISCHARGE_DATE
, SERVICE_DATE
, VISIT_DATE
, DIAGNOSIS_DATE
, MED_STARTED_DATE
, MED_ENDED_DATE
,
NOTE_DATE
, PROCEDURE_DATE
, RADIATION_STARTED_DATE
, RADIATION_ENDED_DATE
, STAGE_DATE
Declaration
[JsonProperty("additionalInfo")]
public virtual IList<Feature> AdditionalInfo { get; set; }
Property Value
Type | Description |
---|---|
IList<Feature> |
CertaintyAssessment
The certainty assessment of the entity mention. Its value is one of: LIKELY, SOMEWHAT_LIKELY, UNCERTAIN, SOMEWHAT_UNLIKELY, UNLIKELY, CONDITIONAL
Declaration
[JsonProperty("certaintyAssessment")]
public virtual Feature CertaintyAssessment { get; set; }
Property Value
Type | Description |
---|---|
Feature |
Confidence
The model's confidence in this entity mention annotation. A number between 0 and 1.
Declaration
[JsonProperty("confidence")]
public virtual double? Confidence { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LinkedEntities
linked_entities are candidate ontological concepts that this entity mention may refer to. They are sorted by decreasing confidence.
Declaration
[JsonProperty("linkedEntities")]
public virtual IList<LinkedEntity> LinkedEntities { get; set; }
Property Value
Type | Description |
---|---|
IList<LinkedEntity> |
MentionId
mention_id uniquely identifies each entity mention in a single response.
Declaration
[JsonProperty("mentionId")]
public virtual string MentionId { get; set; }
Property Value
Type | Description |
---|---|
string |
Subject
The subject this entity mention relates to. Its value is one of: PATIENT, FAMILY_MEMBER, OTHER
Declaration
[JsonProperty("subject")]
public virtual Feature Subject { get; set; }
Property Value
Type | Description |
---|---|
Feature |
TemporalAssessment
How this entity mention relates to the subject temporally. Its value is one of: CURRENT, CLINICAL_HISTORY, FAMILY_HISTORY, UPCOMING, ALLERGY
Declaration
[JsonProperty("temporalAssessment")]
public virtual Feature TemporalAssessment { get; set; }
Property Value
Type | Description |
---|---|
Feature |
Text
text is the location of the entity mention in the document.
Declaration
[JsonProperty("text")]
public virtual TextSpan Text { get; set; }
Property Value
Type | Description |
---|---|
TextSpan |
Type
The semantic type of the entity: UNKNOWN_ENTITY_TYPE, ALONE, ANATOMICAL_STRUCTURE, ASSISTED_LIVING, BF_RESULT, BM_RESULT, BM_UNIT, BM_VALUE, BODY_FUNCTION, BODY_MEASUREMENT, COMPLIANT, DOESNOT_FOLLOWUP, FAMILY, FOLLOWSUP, LABORATORY_DATA, LAB_RESULT, LAB_UNIT, LAB_VALUE, MEDICAL_DEVICE, MEDICINE, MED_DOSE, MED_DURATION, MED_FORM, MED_FREQUENCY, MED_ROUTE, MED_STATUS, MED_STRENGTH, MED_TOTALDOSE, MED_UNIT, NON_COMPLIANT, OTHER_LIVINGSTATUS, PROBLEM, PROCEDURE, PROCEDURE_RESULT, PROC_METHOD, REASON_FOR_NONCOMPLIANCE, SEVERITY, SUBSTANCE_ABUSE, UNCLEAR_FOLLOWUP.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |