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

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

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

Subinterfaces of CD in org.eclipse.ohf.ihe.common.cdar2
 interface BXITCD
          A representation of the model object 'BXITCD'.
 interface CE
          A representation of the model object 'CE'.
 interface CO
          A representation of the model object 'CO'.
 interface CS1
          A representation of the model object 'CS1'.
 interface CV
          A representation of the model object 'CV'.
 interface EIVLEvent
          A representation of the model object 'EIVL Event'.
 interface HXITCE
          A representation of the model object 'HXITCE'.
 interface PQR
          A representation of the model object 'PQR'.
 interface SXCMCD
          A representation of the model object 'SXCMCD'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return CD
 CD CDAR2Factory.createCD()
          Returns a new object of class 'CD'.
 CD POCDMT000040Organizer.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040Criterion.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040ExternalProcedure.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040SubstanceAdministration.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040Supply.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040Encounter.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040Observation.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040ExternalAct.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040Act.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040ObservationRange.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040ExternalObservation.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040ExternalDocument.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040Procedure.getCode()
          Returns the value of the 'Code' containment reference.
 CD POCDMT000040ParentDocument.getCode()
          Returns the value of the 'Code' containment reference.
 CD CR.getValue()
          Returns the value of the 'Value' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type CD
 void POCDMT000040Organizer.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040Criterion.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040ExternalProcedure.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040SubstanceAdministration.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040Supply.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040Encounter.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040Observation.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040ExternalAct.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040Act.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040ObservationRange.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040ExternalObservation.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040ExternalDocument.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040Procedure.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void POCDMT000040ParentDocument.setCode(CD value)
          Sets the value of the 'Code' containment reference.
 void CR.setValue(CD value)
          Sets the value of the 'Value' containment reference.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement CD
 class BXITCDImpl
          An implementation of the model object 'BXITCD'.
 class CDImpl
          An implementation of the model object 'CD'.
 class CEImpl
          An implementation of the model object 'CE'.
 class COImpl
          An implementation of the model object 'CO'.
 class CS1Impl
          An implementation of the model object 'CS1'.
 class CVImpl
          An implementation of the model object 'CV'.
 class EIVLEventImpl
          An implementation of the model object 'EIVL Event'.
 class HXITCEImpl
          An implementation of the model object 'HXITCE'.
 class PQRImpl
          An implementation of the model object 'PQR'.
 class SXCMCDImpl
          An implementation of the model object 'SXCMCD'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return CD
 CD CDAR2FactoryImpl.createCD()
           
 CD POCDMT000040SupplyImpl.getCode()
           
 CD POCDMT000040SubstanceAdministrationImpl.getCode()
           
 CD POCDMT000040ProcedureImpl.getCode()
           
 CD POCDMT000040ParentDocumentImpl.getCode()
           
 CD POCDMT000040OrganizerImpl.getCode()
           
 CD POCDMT000040ObservationRangeImpl.getCode()
           
 CD POCDMT000040ObservationImpl.getCode()
           
 CD POCDMT000040ExternalProcedureImpl.getCode()
           
 CD POCDMT000040ExternalObservationImpl.getCode()
           
 CD POCDMT000040ExternalDocumentImpl.getCode()
           
 CD POCDMT000040ExternalActImpl.getCode()
           
 CD POCDMT000040EncounterImpl.getCode()
           
 CD POCDMT000040CriterionImpl.getCode()
           
 CD POCDMT000040ActImpl.getCode()
           
 CD CRImpl.getValue()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type CD
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SupplyImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SubstanceAdministrationImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ProcedureImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ParentDocumentImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040OrganizerImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ObservationRangeImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ObservationImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ExternalProcedureImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ExternalObservationImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ExternalDocumentImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ExternalActImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040EncounterImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040CriterionImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040ActImpl.basicSetCode(CD newCode, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain CRImpl.basicSetValue(CD newValue, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void POCDMT000040SupplyImpl.setCode(CD newCode)
           
 void POCDMT000040SubstanceAdministrationImpl.setCode(CD newCode)
           
 void POCDMT000040ProcedureImpl.setCode(CD newCode)
           
 void POCDMT000040ParentDocumentImpl.setCode(CD newCode)
           
 void POCDMT000040OrganizerImpl.setCode(CD newCode)
           
 void POCDMT000040ObservationRangeImpl.setCode(CD newCode)
           
 void POCDMT000040ObservationImpl.setCode(CD newCode)
           
 void POCDMT000040ExternalProcedureImpl.setCode(CD newCode)
           
 void POCDMT000040ExternalObservationImpl.setCode(CD newCode)
           
 void POCDMT000040ExternalDocumentImpl.setCode(CD newCode)
           
 void POCDMT000040ExternalActImpl.setCode(CD newCode)
           
 void POCDMT000040EncounterImpl.setCode(CD newCode)
           
 void POCDMT000040CriterionImpl.setCode(CD newCode)
           
 void POCDMT000040ActImpl.setCode(CD newCode)
           
 void CRImpl.setValue(CD newValue)
           
 

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

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