Class HealthcareEntityRelation


  • public final class HealthcareEntityRelation
    extends Object
    The HealthcareEntityRelation Every relation is an entity graph of a certain relationType, where all entities are connected and have specific roles within the relation context.
    • Constructor Detail

      • HealthcareEntityRelation

        public HealthcareEntityRelation()
    • Method Detail

      • getRelationType

        public HealthcareEntityRelationType getRelationType()
        Gets the relationType property: Type of relation. Examples include: `DosageOfMedication` or 'FrequencyOfMedication', etc.
        Returns:
        The relationType value.
      • getRoles

        public com.azure.core.util.IterableStream<HealthcareEntityRelationRole> getRoles()
        Gets the entities property: The entities in the relation.
        Returns:
        The entities value.