Skip to content

Commit

Permalink
fixed incorrect statement that you can use partial classes to extend …
Browse files Browse the repository at this point in the history
…the POCOs
  • Loading branch information
Ewout Kramer committed Jan 4, 2021
1 parent d8d287b commit f1a3439
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions firelynetsdk/model/classes.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
Model classes
-------------
For each Resource type and data type in FHIR, the SDK contains a class in the form of a public partial
class. If you need extra code to be performed when using these classes, you can just implement
your own partial class for it. That way you can keep your code separate from the SDK code.

Creating a new Patient resource instance, and an instance of the Identifier data type:
For each Resource type and data type in FHIR, the SDK contains a class in the form of a public
class. Creating a new Patient resource instance, and an instance of the Identifier data type:

.. code-block:: csharp
Expand Down

0 comments on commit f1a3439

Please sign in to comment.