Uses of Class
org.eclipse.ohf.ihe.xds.metadata.ParentDocumentRelationshipType

Packages that use ParentDocumentRelationshipType
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 ParentDocumentRelationshipType in org.eclipse.ohf.ihe.xds.metadata
 

Fields in org.eclipse.ohf.ihe.xds.metadata declared as ParentDocumentRelationshipType
static ParentDocumentRelationshipType ParentDocumentRelationshipType.APND_LITERAL
          The 'APND' literal object.
static ParentDocumentRelationshipType ParentDocumentRelationshipType.RPLC_LITERAL
          The 'RPLC' literal object.
static ParentDocumentRelationshipType ParentDocumentRelationshipType.XFRM_LITERAL
          The 'XFRM' literal object.
static ParentDocumentRelationshipType ParentDocumentRelationshipType.XFRMRPLC_LITERAL
          The 'XFRMRPLC' literal object.
 

Methods in org.eclipse.ohf.ihe.xds.metadata that return ParentDocumentRelationshipType
static ParentDocumentRelationshipType ParentDocumentRelationshipType.get(int value)
          Returns the 'Parent Document Relationship Type' literal with the specified integer value.
static ParentDocumentRelationshipType ParentDocumentRelationshipType.get(java.lang.String literal)
          Returns the 'Parent Document Relationship Type' literal with the specified literal value.
static ParentDocumentRelationshipType ParentDocumentRelationshipType.getByName(java.lang.String name)
          Returns the 'Parent Document Relationship Type' literal with the specified name.
 ParentDocumentRelationshipType DocumentEntryType.getParentDocumentRelationship()
          Returns the value of the 'Parent Document Relationship' attribute.
 

Methods in org.eclipse.ohf.ihe.xds.metadata with parameters of type ParentDocumentRelationshipType
 void DocumentEntryType.setParentDocumentRelationship(ParentDocumentRelationshipType value)
          Sets the value of the 'Parent Document Relationship' attribute.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.extract that return ParentDocumentRelationshipType
 ParentDocumentRelationshipType DocumentEntryElementExtractor.extractParentDocumentRelationship()
          Populates the parentDocumentRelationship using information from the associated source data.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2 that return ParentDocumentRelationshipType
 ParentDocumentRelationshipType CDAR2Extractor.extractParentDocumentRelationship()
          DocumentEntry.parentDocumentRelationship expresses the relationship of this CDA to another document in the XDS Regisry.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return ParentDocumentRelationshipType
 ParentDocumentRelationshipType MetadataFactoryImpl.createParentDocumentRelationshipTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ParentDocumentRelationshipType MetadataFactoryImpl.createParentDocumentRelationshipTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ParentDocumentRelationshipType DocumentEntryTypeImpl.getParentDocumentRelationship()
           
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl with parameters of type ParentDocumentRelationshipType
 void DocumentEntryTypeImpl.setParentDocumentRelationship(ParentDocumentRelationshipType newParentDocumentRelationship)
           
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.util with parameters of type ParentDocumentRelationshipType
 boolean MetadataValidator.validateParentDocumentRelationshipType(ParentDocumentRelationshipType parentDocumentRelationshipType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean MetadataValidator.validateParentDocumentRelationshipTypeObject(ParentDocumentRelationshipType parentDocumentRelationshipTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)