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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET