-
Notifications
You must be signed in to change notification settings - Fork 529
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Removed Status for Search Params in Capability Statement #3413
Conversation
…lder as it is no longer used after this reversion.
@@ -184,13 +177,12 @@ public ICapabilityStatementBuilder AddGlobalSearchParameters() | |||
return this; | |||
} | |||
|
|||
private async Task<ICapabilityStatementBuilder> SyncSearchParamsAsync(string resourceType, CancellationToken cancellationToken) | |||
private ICapabilityStatementBuilder SyncSearchParamsAsync(string resourceType) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Low priority: we should rename this method. I had the impression it was async.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I missed that. Without seach parameter status mamager they went back to synch calls.
@@ -340,10 +330,8 @@ public ICapabilityStatementBuilder PopulateDefaultResourceInteractions() | |||
return this; | |||
} | |||
|
|||
public async Task<ICapabilityStatementBuilder> SyncSearchParametersAsync(CancellationToken cancellationToken) | |||
public ICapabilityStatementBuilder SyncSearchParametersAsync() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Low priority: This one should be renamed as well. The async suffix causes doubts.
Description
The change to use Documentation field to host search parameter status was redundant since it always is "Enabled". Removing this as it isn't needed.
Related issues
Addresses [issue AB#104442].
Testing
Ran Capability statement Unit Tests, and manually validated that the field no longer displays the status.
FHIR Team Checklist
Semver Change (docs)
Patch|Skip|Feature|Breaking (reason)