HealthcareFhirResourceCreatedEventData Class
- java.
lang. Object - com.
azure. messaging. eventgrid. systemevents. HealthcareFhirResourceCreatedEventData
- com.
Implements
@Deprecated
public final class HealthcareFhirResourceCreatedEventData
implements JsonSerializable<HealthcareFhirResourceCreatedEventData>
Note
This class has been deprecated. This class is deprecated and may be removed in future releases. System events are now available in the azure-messaging-eventgrid-systemevents package.
Schema of the Data property of an EventGridEvent for a Microsoft.HealthcareApis.FhirResourceCreated event.
Constructor Summary
| Constructor | Description |
|---|---|
| HealthcareFhirResourceCreatedEventData() |
Creates an instance of Healthcare |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Healthcare |
fromJson(JsonReader jsonReader)
Reads an instance of Healthcare |
| String |
getFhirResourceId()
Get the fhir |
|
Healthcare |
getFhirResourceType()
Get the fhir |
| Long |
getFhirResourceVersionId()
Get the fhir |
| String |
getFhirServiceHostName()
Get the fhir |
|
Healthcare |
setFhirResourceId(String fhirResourceId)
Set the fhir |
|
Healthcare |
setFhirResourceType(HealthcareFhirResourceType fhirResourceType)
Set the fhir |
|
Healthcare |
setFhirResourceVersionId(Long fhirResourceVersionId)
Set the fhir |
|
Healthcare |
setFhirServiceHostName(String fhirServiceHostName)
Set the fhir |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
HealthcareFhirResourceCreatedEventData
public HealthcareFhirResourceCreatedEventData()
Creates an instance of HealthcareFhirResourceCreatedEventData class.
Method Details
fromJson
public static HealthcareFhirResourceCreatedEventData fromJson(JsonReader jsonReader)
Reads an instance of HealthcareFhirResourceCreatedEventData from the JsonReader.
Parameters:
Returns:
Throws:
getFhirResourceId
public String getFhirResourceId()
Get the fhirResourceId property: Id of HL7 FHIR resource.
Returns:
getFhirResourceType
public HealthcareFhirResourceType getFhirResourceType()
Get the fhirResourceType property: Type of HL7 FHIR resource.
Returns:
getFhirResourceVersionId
public Long getFhirResourceVersionId()
Get the fhirResourceVersionId property: VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion).
Returns:
getFhirServiceHostName
public String getFhirServiceHostName()
Get the fhirServiceHostName property: Domain name of FHIR account for this resource.
Returns:
setFhirResourceId
public HealthcareFhirResourceCreatedEventData setFhirResourceId(String fhirResourceId)
Set the fhirResourceId property: Id of HL7 FHIR resource.
Parameters:
Returns:
setFhirResourceType
public HealthcareFhirResourceCreatedEventData setFhirResourceType(HealthcareFhirResourceType fhirResourceType)
Set the fhirResourceType property: Type of HL7 FHIR resource.
Parameters:
Returns:
setFhirResourceVersionId
public HealthcareFhirResourceCreatedEventData setFhirResourceVersionId(Long fhirResourceVersionId)
Set the fhirResourceVersionId property: VersionId of HL7 FHIR resource. It changes when the resource is created, updated, or deleted(soft-deletion).
Parameters:
Returns:
setFhirServiceHostName
public HealthcareFhirResourceCreatedEventData setFhirServiceHostName(String fhirServiceHostName)
Set the fhirServiceHostName property: Domain name of FHIR account for this resource.
Parameters:
Returns: