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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return POCDMT000040Person
 POCDMT000040Person CDAR2Factory.createPOCDMT000040Person()
          Returns a new object of class 'POCDMT000040 Person'.
 POCDMT000040Person POCDMT000040AssignedAuthor.getAssignedPerson()
          Returns the value of the 'Assigned Person' containment reference.
 POCDMT000040Person POCDMT000040AssignedEntity.getAssignedPerson()
          Returns the value of the 'Assigned Person' containment reference.
 POCDMT000040Person POCDMT000040AssociatedEntity.getAssociatedPerson()
          Returns the value of the 'Associated Person' containment reference.
 POCDMT000040Person POCDMT000040Guardian.getGuardianPerson()
          Returns the value of the 'Guardian Person' containment reference.
 POCDMT000040Person POCDMT000040IntendedRecipient.getInformationRecipient()
          Returns the value of the 'Information Recipient' containment reference.
 POCDMT000040Person POCDMT000040MaintainedEntity.getMaintainingPerson()
          Returns the value of the 'Maintaining Person' containment reference.
 POCDMT000040Person POCDMT000040RelatedEntity.getRelatedPerson()
          Returns the value of the 'Related Person' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type POCDMT000040Person
 void POCDMT000040AssignedAuthor.setAssignedPerson(POCDMT000040Person value)
          Sets the value of the 'Assigned Person' containment reference.
 void POCDMT000040AssignedEntity.setAssignedPerson(POCDMT000040Person value)
          Sets the value of the 'Assigned Person' containment reference.
 void POCDMT000040AssociatedEntity.setAssociatedPerson(POCDMT000040Person value)
          Sets the value of the 'Associated Person' containment reference.
 void POCDMT000040Guardian.setGuardianPerson(POCDMT000040Person value)
          Sets the value of the 'Guardian Person' containment reference.
 void POCDMT000040IntendedRecipient.setInformationRecipient(POCDMT000040Person value)
          Sets the value of the 'Information Recipient' containment reference.
 void POCDMT000040MaintainedEntity.setMaintainingPerson(POCDMT000040Person value)
          Sets the value of the 'Maintaining Person' containment reference.
 void POCDMT000040RelatedEntity.setRelatedPerson(POCDMT000040Person value)
          Sets the value of the 'Related Person' containment reference.
 

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return POCDMT000040Person
 POCDMT000040Person CDAR2FactoryImpl.createPOCDMT000040Person()
           
 POCDMT000040Person POCDMT000040AssignedEntityImpl.getAssignedPerson()
           
 POCDMT000040Person POCDMT000040AssignedAuthorImpl.getAssignedPerson()
           
 POCDMT000040Person POCDMT000040AssociatedEntityImpl.getAssociatedPerson()
           
 POCDMT000040Person POCDMT000040GuardianImpl.getGuardianPerson()
           
 POCDMT000040Person POCDMT000040IntendedRecipientImpl.getInformationRecipient()
           
 POCDMT000040Person POCDMT000040MaintainedEntityImpl.getMaintainingPerson()
           
 POCDMT000040Person POCDMT000040RelatedEntityImpl.getRelatedPerson()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type POCDMT000040Person
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040AssignedEntityImpl.basicSetAssignedPerson(POCDMT000040Person newAssignedPerson, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040AssignedAuthorImpl.basicSetAssignedPerson(POCDMT000040Person newAssignedPerson, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040AssociatedEntityImpl.basicSetAssociatedPerson(POCDMT000040Person newAssociatedPerson, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040GuardianImpl.basicSetGuardianPerson(POCDMT000040Person newGuardianPerson, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040IntendedRecipientImpl.basicSetInformationRecipient(POCDMT000040Person newInformationRecipient, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040MaintainedEntityImpl.basicSetMaintainingPerson(POCDMT000040Person newMaintainingPerson, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040RelatedEntityImpl.basicSetRelatedPerson(POCDMT000040Person newRelatedPerson, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040AssignedEntityImpl.setAssignedPerson(POCDMT000040Person newAssignedPerson)
           
 void POCDMT000040AssignedAuthorImpl.setAssignedPerson(POCDMT000040Person newAssignedPerson)
           
 void POCDMT000040AssociatedEntityImpl.setAssociatedPerson(POCDMT000040Person newAssociatedPerson)
           
 void POCDMT000040GuardianImpl.setGuardianPerson(POCDMT000040Person newGuardianPerson)
           
 void POCDMT000040IntendedRecipientImpl.setInformationRecipient(POCDMT000040Person newInformationRecipient)
           
 void POCDMT000040MaintainedEntityImpl.setMaintainingPerson(POCDMT000040Person newMaintainingPerson)
           
 void POCDMT000040RelatedEntityImpl.setRelatedPerson(POCDMT000040Person newRelatedPerson)
           
 

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

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