Package com.pixelmed.dose
Class PersonParticipant
- java.lang.Object
-
- com.pixelmed.dose.PersonParticipant
-
public class PersonParticipant extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringidprotected java.lang.StringidIssuerprotected java.lang.Stringnameprotected java.lang.Stringorganizationprotected RoleInOrganizationroleInOrganizationprotected RoleInProcedureroleInProcedure
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.StringgetIdIssuer()java.lang.StringgetName()java.lang.StringgetOrganization()RoleInOrganizationgetRoleInOrganization()RoleInProceduregetRoleInProcedure()ContentItemgetStructuredReportFragment()
-
-
-
Field Detail
-
name
protected java.lang.String name
-
roleInProcedure
protected RoleInProcedure roleInProcedure
-
id
protected java.lang.String id
-
idIssuer
protected java.lang.String idIssuer
-
organization
protected java.lang.String organization
-
roleInOrganization
protected RoleInOrganization roleInOrganization
-
-
Constructor Detail
-
PersonParticipant
public PersonParticipant(java.lang.String name, RoleInProcedure roleInProcedure, java.lang.String id, java.lang.String idIssuer, java.lang.String organization, RoleInOrganization roleInOrganization)
-
PersonParticipant
public PersonParticipant(ContentItem parent)
-
-
Method Detail
-
getName
public java.lang.String getName()
-
getRoleInProcedure
public RoleInProcedure getRoleInProcedure()
-
getId
public java.lang.String getId()
-
getIdIssuer
public java.lang.String getIdIssuer()
-
getOrganization
public java.lang.String getOrganization()
-
getRoleInOrganization
public RoleInOrganization getRoleInOrganization()
-
getStructuredReportFragment
public ContentItem getStructuredReportFragment() throws DicomException
- Throws:
DicomException
-
-