C# 클래스 Spark.Controllers.FhirController

상속: ApiController
파일 보기 프로젝트 열기: cqframework/cds-on-fhir

공개 메소드들

메소드 설명
FhirController ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

FhirController() 공개 메소드

public FhirController ( ) : System
리턴 System