Class IotFhirDestinationProperties


  • public final class IotFhirDestinationProperties
    extends IotDestinationProperties
    IoT Connector destination properties for an Azure FHIR service.
    • Constructor Detail

      • IotFhirDestinationProperties

        public IotFhirDestinationProperties()
    • Method Detail

      • resourceIdentityResolutionType

        public IotIdentityResolutionType resourceIdentityResolutionType()
        Get the resourceIdentityResolutionType property: Determines how resource identity is resolved on the destination.
        Returns:
        the resourceIdentityResolutionType value.
      • withResourceIdentityResolutionType

        public IotFhirDestinationProperties withResourceIdentityResolutionType​(IotIdentityResolutionType resourceIdentityResolutionType)
        Set the resourceIdentityResolutionType property: Determines how resource identity is resolved on the destination.
        Parameters:
        resourceIdentityResolutionType - the resourceIdentityResolutionType value to set.
        Returns:
        the IotFhirDestinationProperties object itself.
      • fhirServiceResourceId

        public String fhirServiceResourceId()
        Get the fhirServiceResourceId property: Fully qualified resource id of the FHIR service to connect to.
        Returns:
        the fhirServiceResourceId value.
      • withFhirServiceResourceId

        public IotFhirDestinationProperties withFhirServiceResourceId​(String fhirServiceResourceId)
        Set the fhirServiceResourceId property: Fully qualified resource id of the FHIR service to connect to.
        Parameters:
        fhirServiceResourceId - the fhirServiceResourceId value to set.
        Returns:
        the IotFhirDestinationProperties object itself.
      • fhirMapping

        public IotMappingProperties fhirMapping()
        Get the fhirMapping property: FHIR Mappings.
        Returns:
        the fhirMapping value.
      • withFhirMapping

        public IotFhirDestinationProperties withFhirMapping​(IotMappingProperties fhirMapping)
        Set the fhirMapping property: FHIR Mappings.
        Parameters:
        fhirMapping - the fhirMapping value to set.
        Returns:
        the IotFhirDestinationProperties object itself.