/// <summary>
 /// Delete
 /// </summary>
 public FhirOperationResult Delete(string id, Core.Services.TransactionMode mode)
 {
     throw new NotSupportedException();
 }
 /// <summary>
 /// Create the specified definition
 /// </summary>
 public FhirOperationResult Create(DomainResourceBase target, Core.Services.TransactionMode mode)
 {
     throw new NotSupportedException();
 }
 /// <summary>
 /// Delete
 /// </summary>
 public Resource Delete(string id, Core.Services.TransactionMode mode)
 {
     throw new NotSupportedException(m_localizationService.GetString("error.type.NotSupportedException"));
 }
Exemplo n.º 4
0
 /// <summary>
 /// Delete
 /// </summary>
 public ResourceBase Delete(string id, Core.Services.TransactionMode mode)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 5
0
 /// <summary>
 /// Create the specified definition
 /// </summary>
 public ResourceBase Create(ResourceBase target, Core.Services.TransactionMode mode)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 6
0
 /// <summary>
 /// Update
 /// </summary>
 public ResourceBase Update(string id, ResourceBase target, Core.Services.TransactionMode mode)
 {
     throw new NotSupportedException();
 }