Uses of Interface
org.eclipse.ohf.ihe.xds.metadata.AuthorType

Packages that use AuthorType
org.eclipse.ohf.ihe.xds.metadata   
org.eclipse.ohf.ihe.xds.metadata.extract   
org.eclipse.ohf.ihe.xds.metadata.extract.cdar2   
org.eclipse.ohf.ihe.xds.metadata.impl   
org.eclipse.ohf.ihe.xds.metadata.util   
 

Uses of AuthorType in org.eclipse.ohf.ihe.xds.metadata
 

Methods in org.eclipse.ohf.ihe.xds.metadata that return AuthorType
 AuthorType MetadataFactory.createAuthorType()
          Returns a new object of class 'Author Type'.
 

Uses of AuthorType in org.eclipse.ohf.ihe.xds.metadata.extract
 

Methods in org.eclipse.ohf.ihe.xds.metadata.extract that return AuthorType
 AuthorType[] DocumentEntryElementExtractor.extractAuthors()
          Populates the authors using information from the associated source data.
 

Uses of AuthorType in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2
 

Methods in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2 that return AuthorType
 AuthorType[] CDAR2Extractor.extractAuthors()
          Extracts the relevant authorInstitution, authorPerson, authorRole and authorSpeciality information from the CDA: ClinicalDocument/author/assignedAuthor.
 

Uses of AuthorType in org.eclipse.ohf.ihe.xds.metadata.impl
 

Classes in org.eclipse.ohf.ihe.xds.metadata.impl that implement AuthorType
 class AuthorTypeImpl
          An implementation of the model object 'Author Type'.
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return AuthorType
 AuthorType MetadataFactoryImpl.createAuthorType()
           
 

Uses of AuthorType in org.eclipse.ohf.ihe.xds.metadata.util
 

Methods in org.eclipse.ohf.ihe.xds.metadata.util with parameters of type AuthorType
 java.lang.Object MetadataSwitch.caseAuthorType(AuthorType object)
          Returns the result of interpretting the object as an instance of 'Author Type'.
 boolean MetadataValidator.validateAuthorType(AuthorType authorType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)