| FhirServiceBehaviorUpdateResource Method |
Update a resource
Namespace:
SanteDB.Messaging.FHIR.Rest
Assembly:
SanteDB.Messaging.FHIR (in SanteDB.Messaging.FHIR.dll) Version: 2.2.1
Syntax public Resource UpdateResource(
string resourceType,
string id,
Resource target
)
Public Function UpdateResource (
resourceType As String,
id As String,
target As Resource
) As Resource
public:
virtual Resource^ UpdateResource(
String^ resourceType,
String^ id,
Resource^ target
) sealed
abstract UpdateResource :
resourceType : string *
id : string *
target : Resource -> Resource
override UpdateResource :
resourceType : string *
id : string *
target : Resource -> Resource
Parameters
- resourceType
- Type: SystemString
[Missing <param name="resourceType"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.UpdateResource(System.String,System.String,Hl7.Fhir.Model.Resource)"]
- id
- Type: SystemString
[Missing <param name="id"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.UpdateResource(System.String,System.String,Hl7.Fhir.Model.Resource)"]
- target
- Type: Resource
[Missing <param name="target"/> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.UpdateResource(System.String,System.String,Hl7.Fhir.Model.Resource)"]
Return Value
Type:
Resource[Missing <returns> documentation for "M:SanteDB.Messaging.FHIR.Rest.FhirServiceBehavior.UpdateResource(System.String,System.String,Hl7.Fhir.Model.Resource)"]
Implements
IFhirServiceContractUpdateResource(String, String, Resource)See Also