Click or drag to resize

ServiceEndpointType Enumeration

Service endpoint type

Namespace:  SanteDB.Core.Interop
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public enum ServiceEndpointType
Members
  Member nameValueDescription
HealthDataService0 The service endpoint is the HDSI
ReportIntegrationService1 The service endpoint is the RISI
AdministrationIntegrationService2 The service endpoint is the AMI
IhePixPdqInterface3 The service endpoint is a PIX/PDQ interface
Hl7FhirInterface4 The service endpoint is a FHIR interface
Hl7v2Interface5 The service endpoint is the v2 service
Gs1StockInterface6 The service endpoint is a GS1 interface
AuthenticationService7 The service endpoint is the ACS
Metadata8 The service endpoint represents API
BusinessIntelligenceService9 The service endpoint represents the BIS
Other10 The service is som other sort of service
See Also