public class RoleInOrganization
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RoleInOrganization |
PHYSICIAN |
static RoleInOrganization |
RADIATION_PHYSICIST |
static RoleInOrganization |
TECHNOLOGIST |
Modifier and Type | Method and Description |
---|---|
CodedSequenceItem |
getCodedSequenceItem() |
static CodedSequenceItem |
getCodedSequenceItem(RoleInOrganization role) |
static RoleInOrganization |
getRoleInOrganization(ContentItem parent) |
java.lang.String |
toString() |
public static final RoleInOrganization PHYSICIAN
public static final RoleInOrganization RADIATION_PHYSICIST
public static final RoleInOrganization TECHNOLOGIST
public CodedSequenceItem getCodedSequenceItem() throws DicomException
DicomException
public static CodedSequenceItem getCodedSequenceItem(RoleInOrganization role) throws DicomException
DicomException
public static RoleInOrganization getRoleInOrganization(ContentItem parent)
public java.lang.String toString()
toString
in class java.lang.Object