你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.