次の方法で共有


FhirService.EventState プロパティ

定義

fhir Service イベントのサポート状態を取得または設定します。 使用可能な値は次のとおりです: 'Disabled'、'Enabled'、'Updating'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.eventState")]
public string EventState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.eventState")>]
member this.EventState : string with get, set
Public Property EventState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象