Skip to content

Commit

Permalink
Issue #225, #312 - Updated Model Guide per feedback
Browse files Browse the repository at this point in the history
Signed-off-by: John T.E. Timm <johntimm@us.ibm.com>
  • Loading branch information
JohnTimm committed Oct 25, 2019
1 parent 5053ed8 commit 34c2d6d
Show file tree
Hide file tree
Showing 6 changed files with 322 additions and 212 deletions.
2 changes: 1 addition & 1 deletion docs/FHIRModelGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Several static factory / utility methods are also used:

Many of the primitive data types contain this type of "helper" method.

Fields from an immutable model object may be copied back into a builder object using the `toBuild()` method:
Fields from an immutable model object may be copied back into a builder object using the `toBuilder()` method:
```
bodyWeight = bodyWeight.toBuilder()
.value(bodyWeight.getValue().as(Quantity.class).toBuilder()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
/*
* (C) Copyright IBM Corp. 2019
*
* SPDX-License-Identifier: Apache-2.0
*/

package com.ibm.fhir.model.test;

import static com.ibm.fhir.model.type.String.string;
Expand Down
Loading

0 comments on commit 34c2d6d

Please sign in to comment.