Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish the FHIR controller with methods including post #3

Open
verzada opened this issue Nov 1, 2018 · 0 comments
Open

Finish the FHIR controller with methods including post #3

verzada opened this issue Nov 1, 2018 · 0 comments
Assignees
Labels
Requirement A feature that is required before the project can be seen as finished and can be an impediment

Comments

@verzada
Copy link
Owner

verzada commented Nov 1, 2018

The FHIR Controller is empty and does not contain all of the bits and pieces to make it complete

@verzada verzada created this issue from a note in FhirStarter R4 Server (To do) Nov 1, 2018
@verzada verzada moved this from To do to In progress in FhirStarter R4 Server Nov 1, 2018
verzada pushed a commit that referenced this issue Nov 2, 2018
…e out how to add headers for the .NET Core version of FhirStarter
@verzada verzada added enhancement New feature or request Requirement A feature that is required before the project can be seen as finished and can be an impediment and removed enhancement New feature or request labels Nov 2, 2018
verzada pushed a commit that referenced this issue Nov 5, 2018
…hirService (ControllerHelper)

#8 Added FhirStarterSettings object in IServiceCollection
#9 More changes to Startup configuration file plus the FhirStarterConfig file to accomodate dependency injection for services which can be used in the FhirController
@verzada verzada moved this from In progress to To do in FhirStarter R4 Server Nov 5, 2018
@verzada verzada self-assigned this Nov 6, 2018
verzada pushed a commit that referenced this issue Nov 9, 2018
…that an application or library based on .NET Core

#14 Added UrlHandler - missing from the original project
#3 Had both the project and the local nuget package referenced in the Twisted project. The FhirController is only going to be available in the Instigator project along with the default settings.
#10 testing how to handle xml and json in accept headers
verzada pushed a commit that referenced this issue Feb 22, 2019
#3 separated the FhirController into 4 files within a partial class
#3 Changed the IFhirBaseService for create, update, patch and delete to return actionresult instead of a fhir base object since those endpoints will onlyl return 201 or 202 (ref https://www.restapitutorial.com/httpstatuscodes.html)
#16 Some config is moved out of Instigator due to dependencies that aren't recommended to have in a class library (ref startup.cs and fhirstarter.config)
@verzada verzada moved this from To do to In progress in FhirStarter R4 Server Feb 22, 2019
@verzada verzada moved this from In progress to To do in FhirStarter R4 Server Jun 27, 2019
@verzada verzada modified the milestone: 4.0.24 Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Requirement A feature that is required before the project can be seen as finished and can be an impediment
Projects
Development

No branches or pull requests

1 participant