 | IHdsiServiceContractHead Method |
Retrieves only the metadata of the specified resource
Namespace: SanteDB.Rest.HDSIAssembly: SanteDB.Rest.HDSI (in SanteDB.Rest.HDSI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxvoid Head(
string resourceType,
string id
)
Sub Head (
resourceType As String,
id As String
)
void Head(
String^ resourceType,
String^ id
)
abstract Head :
resourceType : string *
id : string -> unit Parameters
- resourceType String
- The type of resource to be retrieved
- id String
- The identifier of the resource to be retrieved
RemarksThe metadata for the most recent version of this resource includes the last modified time, the e-tag, etc.
See Also