RelationType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Type of relation. Examples include: DosageOfMedication or 'FrequencyOfMedication', etc.
public readonly struct RelationType : IEquatable<Azure.AI.Language.Text.RelationType>
type RelationType = struct
Public Structure RelationType
Implements IEquatable(Of RelationType)
- Inheritance
-
RelationType
- Implements
Constructors
| Name | Description |
|---|---|
| RelationType(String) |
Initializes a new instance of RelationType. |
Properties
| Name | Description |
|---|---|
| Abbreviation |
Abbreviation. |
| BodySiteOfCondition |
Body site of condition. |
| BodySiteOfTreatment |
Body site of treatment. |
| CourseOfCondition |
Course of condition. |
| CourseOfExamination |
Course of examination. |
| CourseOfMedication |
Course of medication. |
| CourseOfTreatment |
Course of treatment. |
| DirectionOfBodyStructure |
Direction of body structure. |
| DirectionOfCondition |
Direction of condition. |
| DirectionOfExamination |
Direction of examination. |
| DirectionOfTreatment |
Direction of treatment. |
| DosageOfMedication |
Dosage of medication. |
| ExaminationFindsCondition |
Examination finds condition. |
| ExpressionOfGene |
Expression of gene. |
| ExpressionOfVariant |
Expression of variant. |
| FormOfMedication |
Form of medication. |
| FrequencyOfCondition |
Frequency of condition. |
| FrequencyOfMedication |
Frequency of medication. |
| FrequencyOfTreatment |
Frequency of treatment. |
| MutationTypeOfGene |
Mutation type of gene. |
| MutationTypeOfVariant |
Mutation type of variant. |
| QualifierOfCondition |
Qualifier of condition. |
| RelationOfExamination |
Relation of examination. |
| RouteOfMedication |
Route of medication. |
| ScaleOfCondition |
Scale of condition. |
| TimeOfCondition |
Time of condition. |
| TimeOfEvent |
Time of event. |
| TimeOfExamination |
Time of examination. |
| TimeOfMedication |
Time of medication. |
| TimeOfTreatment |
Time of treatment. |
| UnitOfCondition |
Unit of condition. |
| UnitOfExamination |
Unit of examination. |
| ValueOfCondition |
Value of condition. |
| ValueOfExamination |
Value of examination. |
| VariantOfGene |
Variant of gene. |
Methods
| Name | Description |
|---|---|
| Equals(RelationType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(RelationType, RelationType) |
Determines if two RelationType values are the same. |
| Implicit(String to RelationType) |
Converts a String to a RelationType. |
| Inequality(RelationType, RelationType) |
Determines if two RelationType values are not the same. |