HealthInsightsRadiologyInsightsModelFactory.Encounter Method
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.
Initializes a new instance of Encounter.
public static Azure.Health.Insights.RadiologyInsights.Encounter Encounter (string id = default, Azure.Health.Insights.RadiologyInsights.TimePeriod period = default, Azure.Health.Insights.RadiologyInsights.EncounterClass? class = default);
static member Encounter : string * Azure.Health.Insights.RadiologyInsights.TimePeriod * Nullable<Azure.Health.Insights.RadiologyInsights.EncounterClass> -> Azure.Health.Insights.RadiologyInsights.Encounter
Public Shared Function Encounter (Optional id As String = Nothing, Optional period As TimePeriod = Nothing, Optional class As Nullable(Of EncounterClass) = Nothing) As Encounter
Parameters
- id
- String
The id of the visit.
- period
- TimePeriod
Time period of the visit. In case of admission, use timePeriod.start to indicate the admission time and timePeriod.end to indicate the discharge time.
- class
- Nullable<EncounterClass>
The class of the encounter.
Returns
A new Encounter instance for mocking.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET