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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040SubjectPerson
 POCDMT000040SubjectPerson CDAR2Factory.createPOCDMT000040SubjectPerson()
          Returns a new object of class 'POCDMT000040 Subject Person'.
 POCDMT000040SubjectPerson POCDMT000040RelatedSubject.getSubject()
          Returns the value of the 'Subject' containment reference.
 

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

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement POCDMT000040SubjectPerson
 class POCDMT000040SubjectPersonImpl
          An implementation of the model object 'POCDMT000040 Subject Person'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040SubjectPerson
 POCDMT000040SubjectPerson CDAR2FactoryImpl.createPOCDMT000040SubjectPerson()
           
 POCDMT000040SubjectPerson POCDMT000040RelatedSubjectImpl.getSubject()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040SubjectPerson
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040RelatedSubjectImpl.basicSetSubject(POCDMT000040SubjectPerson newSubject, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040RelatedSubjectImpl.setSubject(POCDMT000040SubjectPerson newSubject)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type POCDMT000040SubjectPerson
 java.lang.Object CDAR2Switch.casePOCDMT000040SubjectPerson(POCDMT000040SubjectPerson object)
          Returns the result of interpretting the object as an instance of 'POCDMT000040 Subject Person'.
 boolean CDAR2Validator.validatePOCDMT000040SubjectPerson(POCDMT000040SubjectPerson pocdmt000040SubjectPerson, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)