Method |
Description |
|
ConditionalDelete ( string type ) : FhirResponse |
|
|
Create ( string type, Hl7.Fhir.Model.Resource resource ) : FhirResponse |
|
|
Delete ( string type, string id ) : FhirResponse |
|
|
History ( ) : FhirResponse |
|
|
History ( string type ) : FhirResponse |
|
|
History ( string type, string id ) : FhirResponse |
|
|
InstanceOperation ( string type, string id, string operation, Hl7.Fhir.Model.Parameters parameters ) : FhirResponse |
|
|
Mailbox ( Hl7.Fhir.Model.Bundle document ) : FhirResponse |
|
|
Metadata ( ) : FhirResponse |
|
|
Options ( ) : FhirResponse |
|
|
Read ( string type, string id ) : FhirResponse |
|
|
Search ( string type ) : FhirResponse |
|
|
SearchWithOperator ( string type ) : FhirResponse |
|
|
ServerOperation ( string operation, Hl7.Fhir.Model.Parameters parameters ) : FhirResponse |
|
|
Snapshot ( ) : FhirResponse |
|
|
Transaction ( Hl7.Fhir.Model.Bundle bundle ) : FhirResponse |
|
|
Update ( string type, string id, Hl7.Fhir.Model.Resource resource ) : FhirResponse |
|
|
VRead ( string type, string id, string vid ) : FhirResponse |
|
|
Validate ( string type, Hl7.Fhir.Model.Resource resource ) : FhirResponse |
|
|
Validate ( string type, string id, Hl7.Fhir.Model.Resource resource ) : FhirResponse |
|
|