Skip to content

Commit

Permalink
Merge pull request #64 from FirelyTeam/count-summary-addition
Browse files Browse the repository at this point in the history
SerializationFilter.ForCount addition
  • Loading branch information
mmsmits committed Apr 3, 2024
2 parents 1d622c1 + 50c4127 commit f9d568e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions parsing/system-text-json-serialization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ To enable summary generation, create a concrete subclass of the ``SerializationF
* SerializationFilter.ForSummary() - returns a new serialization filter to support ``_summary=true``
* SerializationFilter.ForText() - returns a new serialization filter for ``_summary=text``
* SerializationFilter.ForData() - returns a new serialization filter for ``_summary=data``
* SerializationFilter.ForCount() - returns a new serialization filter for ``_summary=count``
* SerializationFilter.ForElements() - returns a new serialization filter for ``_elements=``

The other summary forms mentioned in the FHIR specification do not need specific support from the serializer and can be constructed by hand.
Expand Down

0 comments on commit f9d568e

Please sign in to comment.