C# 클래스 Spark.MetaStore.MaintenanceService

파일 보기 프로젝트 열기: raysearchlabs/spark

공개 메소드들

메소드 설명
Clean ( ) : string
Init ( string type ) : string
Initialize ( ) : string

Reinitializes the (database of) the server to its initial state

Quite a destructive operation, mostly useful in debugging situations

MaintenanceService ( Infrastructure infrastructure, FhirService service ) : System
importLimitedExamples ( ) : void

비공개 메소드들

메소드 설명
storeExamples ( ) : void

메소드 상세

Clean() 공개 메소드

public Clean ( ) : string
리턴 string

Init() 공개 메소드

public Init ( string type ) : string
type string
리턴 string

Initialize() 공개 메소드

Reinitializes the (database of) the server to its initial state
Quite a destructive operation, mostly useful in debugging situations
public Initialize ( ) : string
리턴 string

MaintenanceService() 공개 메소드

public MaintenanceService ( Infrastructure infrastructure, FhirService service ) : System
infrastructure Spark.Core.Infrastructure
service Spark.Service.FhirService
리턴 System

importLimitedExamples() 공개 메소드

public importLimitedExamples ( ) : void
리턴 void