Package com.pixelmed.dose
Class RoleInOrganization
- java.lang.Object
-
- com.pixelmed.dose.RoleInOrganization
-
public class RoleInOrganization extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static RoleInOrganizationPHYSICIANstatic RoleInOrganizationRADIATION_PHYSICISTstatic RoleInOrganizationTECHNOLOGIST
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CodedSequenceItemgetCodedSequenceItem()static CodedSequenceItemgetCodedSequenceItem(RoleInOrganization role)static RoleInOrganizationgetRoleInOrganization(ContentItem parent)java.lang.StringtoString()
-
-
-
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 java.lang.String toString()
- Overrides:
toStringin classjava.lang.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
-
-