예제 #1
0
 public UpdateResourceService(
     IFhirResourceIdSupport IFhirResourceIdSupport,
     IFhirResourceVersionSupport IFhirResourceVersionSupport,
     IFhirResourceLastUpdatedSupport IFhirResourceLastUpdatedSupport)
 {
     this.IFhirResourceIdSupport          = IFhirResourceIdSupport;
     this.IFhirResourceVersionSupport     = IFhirResourceVersionSupport;
     this.IFhirResourceLastUpdatedSupport = IFhirResourceLastUpdatedSupport;
 }
예제 #2
0
 public ValidateQueryService(IOperationOutcomeSupport IOperationOutcomeSupport,
                             IFhirResourceNameSupport IFhirResourceNameSupport,
                             IFhirResourceIdSupport IFhirResourceIdSupport,
                             IFhirUriFactory IFhirUriFactory)
 {
     this.IOperationOutcomeSupport = IOperationOutcomeSupport;
     this.IFhirResourceNameSupport = IFhirResourceNameSupport;
     this.IFhirResourceIdSupport   = IFhirResourceIdSupport;
     this.IFhirUriFactory          = IFhirUriFactory;
 }