58596061626364
// HAPI version private boolean myUseBrowserFriendlyContentTypes; public RestfulServer() { myFhirContext = new FhirContext(); myServerConformanceProvider = new ServerConformanceProvider(this); }
107108109110111112113
this(new FhirContext()); } public RestfulServer(FhirContext theCtx) { myFhirContext = theCtx; myServerConformanceProvider = new ServerConformanceProvider(this); }
117118119120121122123
83848586878889
53545556575859
private String myServerName = "HAPI FHIR Server"; private String myServerVersion = VersionUtil.getVersion(); public RestfulServer() { myFhirContext = new FhirContext(); myServerConformanceProvider=new ServerConformanceProvider(this); }
126127128129130131132