core.pointer.parent | Medplum
Pointer.parent() method
Create a new Pointer representing the parent of this one.
The parent of the empty pointer is the empty pointer.
Signature:
parent(): Pointer;
Returns:
Pointer
The parent pointer.
Create a new Pointer representing the parent of this one.
The parent of the empty pointer is the empty pointer.
Signature:
parent(): Pointer;
Returns:
Pointer
The parent pointer.