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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET