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 TECHNOLOGIST
public static final RoleInOrganization RADIATION_PHYSICIST
public java.lang.String toString()
toString in class java.lang.Objectpublic static RoleInOrganization getRoleInOrganization(ContentItem parent)
public static CodedSequenceItem getCodedSequenceItem(RoleInOrganization role) throws DicomException
DicomExceptionpublic CodedSequenceItem getCodedSequenceItem() throws DicomException
DicomException