com.pixelmed.dose
Class RoleInOrganization

java.lang.Object
  extended by com.pixelmed.dose.RoleInOrganization

public class RoleInOrganization
extends Object


Field Summary
static RoleInOrganization PHYSICIAN
           
static RoleInOrganization RADIATION_PHYSICIST
           
static RoleInOrganization TECHNOLOGIST
           
 
Method Summary
 CodedSequenceItem getCodedSequenceItem()
           
static CodedSequenceItem getCodedSequenceItem(RoleInOrganization role)
           
static RoleInOrganization getRoleInOrganization(ContentItem parent)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PHYSICIAN

public static final RoleInOrganization PHYSICIAN

TECHNOLOGIST

public static final RoleInOrganization TECHNOLOGIST

RADIATION_PHYSICIST

public static final RoleInOrganization RADIATION_PHYSICIST
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getRoleInOrganization

public static RoleInOrganization getRoleInOrganization(ContentItem parent)

getCodedSequenceItem

public static CodedSequenceItem getCodedSequenceItem(RoleInOrganization role)
                                              throws DicomException
Throws:
DicomException

getCodedSequenceItem

public CodedSequenceItem getCodedSequenceItem()
                                       throws DicomException
Throws:
DicomException