public class Recipient extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Recipient(String data)
Creates a recipient based on raw data.
|
protected |
Recipient(String data,
boolean isGroup)
Creates a recipient based on raw data.
|
protected |
Recipient(ca.uhn.fhir.model.dstu.resource.User user)
Creates a recipient based on the specified user.
|
protected Recipient(ca.uhn.fhir.model.dstu.resource.User user)
user - A user.protected Recipient(String data, boolean isGroup)
data - Raw data.isGroup - If true, the raw data represents a group. If false, the type of recipient is
to be inferred from the raw data.protected Recipient(String data)
data - Raw data.public boolean isGroup()
public String getName()
public long getIen()
Copyright © 2014 Regenstrief Center for Biomedical Informatics. All rights reserved.