Skip to content

Commit

Permalink
Merge e48eccb into 3202c47
Browse files Browse the repository at this point in the history
  • Loading branch information
luisgrases authored Nov 2, 2018
2 parents 3202c47 + e48eccb commit ca1b65c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ You can also populate your message without explicit creation of its children, as
>>> from hl7apy.core import Message
>>> m = Message("ADT_A01")
>>> m.pid.pid_5_1 = 'EVERYMAN'
>>> m.pid.pid_5_2 = 'ADAM'
>>> m.pid.pid_5.pid_5_1 = 'EVERYMAN'
>>> m.pid.pid_5.pid_5_2 = 'ADAM'
The ``PID`` segment is created during child traversal, as well as their related fields and components.
The previous snippet of code is equivalent to:
Expand Down

0 comments on commit ca1b65c

Please sign in to comment.