public class PersonParticipant
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
id |
protected java.lang.String |
idIssuer |
protected java.lang.String |
name |
protected java.lang.String |
organization |
protected RoleInOrganization |
roleInOrganization |
protected RoleInProcedure |
roleInProcedure |
Constructor and Description |
---|
PersonParticipant(ContentItem parent) |
PersonParticipant(java.lang.String name,
RoleInProcedure roleInProcedure,
java.lang.String id,
java.lang.String idIssuer,
java.lang.String organization,
RoleInOrganization roleInOrganization) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId() |
java.lang.String |
getIdIssuer() |
java.lang.String |
getName() |
java.lang.String |
getOrganization() |
RoleInOrganization |
getRoleInOrganization() |
RoleInProcedure |
getRoleInProcedure() |
ContentItem |
getStructuredReportFragment() |
protected java.lang.String name
protected RoleInProcedure roleInProcedure
protected java.lang.String id
protected java.lang.String idIssuer
protected java.lang.String organization
protected RoleInOrganization roleInOrganization
public PersonParticipant(java.lang.String name, RoleInProcedure roleInProcedure, java.lang.String id, java.lang.String idIssuer, java.lang.String organization, RoleInOrganization roleInOrganization)
public PersonParticipant(ContentItem parent)
public java.lang.String getName()
public RoleInProcedure getRoleInProcedure()
public java.lang.String getId()
public java.lang.String getIdIssuer()
public java.lang.String getOrganization()
public RoleInOrganization getRoleInOrganization()
public ContentItem getStructuredReportFragment() throws DicomException
DicomException