Uses of Interface
org.eclipse.ohf.ihe.common.cdar2.POCDMT000040SpecimenRole

Packages that use POCDMT000040SpecimenRole
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of POCDMT000040SpecimenRole in org.eclipse.ohf.ihe.common.cdar2
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040SpecimenRole
 POCDMT000040SpecimenRole CDAR2Factory.createPOCDMT000040SpecimenRole()
          Returns a new object of class 'POCDMT000040 Specimen Role'.
 POCDMT000040SpecimenRole POCDMT000040Specimen.getSpecimenRole()
          Returns the value of the 'Specimen Role' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040SpecimenRole
 void POCDMT000040Specimen.setSpecimenRole(POCDMT000040SpecimenRole value)
          Sets the value of the 'Specimen Role' containment reference.
 

Uses of POCDMT000040SpecimenRole in org.eclipse.ohf.ihe.common.cdar2.impl
 

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040SpecimenRole
 class POCDMT000040SpecimenRoleImpl
          An implementation of the model object 'POCDMT000040 Specimen Role'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040SpecimenRole
 POCDMT000040SpecimenRole CDAR2FactoryImpl.createPOCDMT000040SpecimenRole()
           
 POCDMT000040SpecimenRole POCDMT000040SpecimenImpl.getSpecimenRole()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040SpecimenRole
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SpecimenImpl.basicSetSpecimenRole(POCDMT000040SpecimenRole newSpecimenRole, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040SpecimenImpl.setSpecimenRole(POCDMT000040SpecimenRole newSpecimenRole)
           
 

Uses of POCDMT000040SpecimenRole in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040SpecimenRole
 java.lang.Object CDAR2Switch.casePOCDMT000040SpecimenRole(POCDMT000040SpecimenRole object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Specimen Role'.
 boolean CDAR2Validator.validatePOCDMT000040SpecimenRole(POCDMT000040SpecimenRole pocdmt000040SpecimenRole, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)