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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040RelatedSubject
 POCDMT000040RelatedSubject CDAR2Factory.createPOCDMT000040RelatedSubject()
          Returns a new object of class 'POCDMT000040 Related Subject'.
 POCDMT000040RelatedSubject POCDMT000040Subject.getRelatedSubject()
          Returns the value of the 'Related Subject' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040RelatedSubject
 void POCDMT000040Subject.setRelatedSubject(POCDMT000040RelatedSubject value)
          Sets the value of the 'Related Subject' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040RelatedSubject
 class POCDMT000040RelatedSubjectImpl
          An implementation of the model object 'POCDMT000040 Related Subject'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040RelatedSubject
 POCDMT000040RelatedSubject CDAR2FactoryImpl.createPOCDMT000040RelatedSubject()
           
 POCDMT000040RelatedSubject POCDMT000040SubjectImpl.getRelatedSubject()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040RelatedSubject
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SubjectImpl.basicSetRelatedSubject(POCDMT000040RelatedSubject newRelatedSubject, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040SubjectImpl.setRelatedSubject(POCDMT000040RelatedSubject newRelatedSubject)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040RelatedSubject
 java.lang.Object CDAR2Switch.casePOCDMT000040RelatedSubject(POCDMT000040RelatedSubject object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Related Subject'.
 boolean CDAR2Validator.validatePOCDMT000040RelatedSubject(POCDMT000040RelatedSubject pocdmt000040RelatedSubject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)