com.pixelmed.dose
Class PersonParticipant
java.lang.Object
com.pixelmed.dose.PersonParticipant
public class PersonParticipant
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected String name
roleInProcedure
protected RoleInProcedure roleInProcedure
id
protected String id
idIssuer
protected String idIssuer
organization
protected String organization
roleInOrganization
protected RoleInOrganization roleInOrganization
PersonParticipant
public PersonParticipant(String name,
RoleInProcedure roleInProcedure,
String id,
String idIssuer,
String organization,
RoleInOrganization roleInOrganization)
PersonParticipant
public PersonParticipant(ContentItem parent)
getName
public String getName()
getRoleInProcedure
public RoleInProcedure getRoleInProcedure()
getId
public String getId()
getIdIssuer
public String getIdIssuer()
getOrganization
public String getOrganization()
getRoleInOrganization
public RoleInOrganization getRoleInOrganization()
getStructuredReportFragment
public ContentItem getStructuredReportFragment()
throws DicomException
- Throws:
DicomException