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

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

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

Subinterfaces of II in org.eclipse.ohf.ihe.common.cdar2
 interface POCDMT000040InfrastructureRootTypeId
          A representation of the model object 'POCDMT000040 Infrastructure Root Type Id'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return II
 II CDAR2Factory.createII()
          Returns a new object of class 'II'.
 II POCDMT000040Section.getId()
          Returns the value of the 'Id' containment reference.
 II POCDMT000040ClinicalDocument.getId()
          Returns the value of the 'Id' containment reference.
 II POCDMT000040Patient.getId()
          Returns the value of the 'Id' containment reference.
 II POCDMT000040ClinicalDocument.getSetId()
          Returns the value of the 'Set Id' containment reference.
 II POCDMT000040ExternalDocument.getSetId()
          Returns the value of the 'Set Id' containment reference.
 II POCDMT000040ParentDocument.getSetId()
          Returns the value of the 'Set Id' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type II
 void POCDMT000040Section.setId(II value)
          Sets the value of the 'Id' containment reference.
 void POCDMT000040ClinicalDocument.setId(II value)
          Sets the value of the 'Id' containment reference.
 void POCDMT000040Patient.setId(II value)
          Sets the value of the 'Id' containment reference.
 void POCDMT000040ClinicalDocument.setSetId(II value)
          Sets the value of the 'Set Id' containment reference.
 void POCDMT000040ExternalDocument.setSetId(II value)
          Sets the value of the 'Set Id' containment reference.
 void POCDMT000040ParentDocument.setSetId(II value)
          Sets the value of the 'Set Id' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement II
 class IIImpl
          An implementation of the model object 'II'.
 class POCDMT000040InfrastructureRootTypeIdImpl
          An implementation of the model object 'POCDMT000040 Infrastructure Root Type Id'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return II
 II CDAR2FactoryImpl.createII()
           
 II POCDMT000040SectionImpl.getId()
           
 II POCDMT000040PatientImpl.getId()
           
 II POCDMT000040ClinicalDocumentImpl.getId()
           
 II POCDMT000040ParentDocumentImpl.getSetId()
           
 II POCDMT000040ExternalDocumentImpl.getSetId()
           
 II POCDMT000040ClinicalDocumentImpl.getSetId()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type II
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SectionImpl.basicSetId(II newId, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040PatientImpl.basicSetId(II newId, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ClinicalDocumentImpl.basicSetId(II newId, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ParentDocumentImpl.basicSetSetId(II newSetId, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ExternalDocumentImpl.basicSetSetId(II newSetId, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ClinicalDocumentImpl.basicSetSetId(II newSetId, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040SectionImpl.setId(II newId)
           
 void POCDMT000040PatientImpl.setId(II newId)
           
 void POCDMT000040ClinicalDocumentImpl.setId(II newId)
           
 void POCDMT000040ParentDocumentImpl.setSetId(II newSetId)
           
 void POCDMT000040ExternalDocumentImpl.setSetId(II newSetId)
           
 void POCDMT000040ClinicalDocumentImpl.setSetId(II newSetId)
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type II
 java.lang.Object CDAR2Switch.caseII(II object)
          Returns the result of interpretting the object as an instance of 'II'.
 boolean CDAR2Validator.validateII(II ii, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)