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

Packages that use AvailabilityStatusType
org.eclipse.ohf.ihe.xds.consumer.query   
org.eclipse.ohf.ihe.xds.consumer.storedquery   
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 AvailabilityStatusType in org.eclipse.ohf.ihe.xds.consumer.query
 

Methods in org.eclipse.ohf.ihe.xds.consumer.query with parameters of type AvailabilityStatusType
static java.lang.String QueryBuilderUtils.buildStatusClause(java.lang.String metadataUUID, AvailabilityStatusType[] status)
          Builds the status sub clause of a query
 

Constructors in org.eclipse.ohf.ihe.xds.consumer.query with parameters of type AvailabilityStatusType
FindDocumentsQuery(CX patientID, AvailabilityStatusType[] status)
          Constructor, with minimal parameters.
FindDocumentsQuery(CX patientID, CodedMetadataType[] classCodes, DateTimeRange[] dateTimeRanges, CodedMetadataType[] practiceSettingCodes, CodedMetadataType[] healthCareFacilityCodes, CodedMetadataType[] eventCodeList, CodedMetadataType[] confidentialityCodes, CodedMetadataType[] formatCodes, AvailabilityStatusType[] status)
          Constructor witf full set of parameters.
 

Uses of AvailabilityStatusType in org.eclipse.ohf.ihe.xds.consumer.storedquery
 

Methods in org.eclipse.ohf.ihe.xds.consumer.storedquery with parameters of type AvailabilityStatusType
static void StoredQueryBuilderUtils.addStatusParameter(java.util.HashMap queryParameters, AvailabilityStatusType[] status)
          Adds the status list given as query parameters for the metadata attribute to the given HashMap of StoredQuery parameters.
 

Constructors in org.eclipse.ohf.ihe.xds.consumer.storedquery with parameters of type AvailabilityStatusType
FindDocumentsQuery(CX patientID, AvailabilityStatusType[] status)
          Constructor, with minimal parameters.
FindDocumentsQuery(CX patientID, CodedMetadataType[] classCodes, DateTimeRange[] dateTimeRanges, CodedMetadataType[] practiceSettingCodes, CodedMetadataType[] healthCareFacilityCodes, CodedMetadataType[] eventCodeList, CodedMetadataType[] confidentialityCodes, CodedMetadataType[] formatCodes, AvailabilityStatusType[] status)
          Constructor witf full set of parameters.
 

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

Fields in org.eclipse.ohf.ihe.xds.metadata declared as AvailabilityStatusType
static AvailabilityStatusType AvailabilityStatusType.APPROVED_LITERAL
          The 'Approved' literal object.
static AvailabilityStatusType AvailabilityStatusType.DEPRECATED_LITERAL
          The 'Deprecated' literal object.
static AvailabilityStatusType AvailabilityStatusType.SUBMITTED_LITERAL
          The 'Submitted' literal object.
static AvailabilityStatusType AvailabilityStatusType.WITHDRAWN_LITERAL
          The 'Withdrawn' literal object.
 

Methods in org.eclipse.ohf.ihe.xds.metadata that return AvailabilityStatusType
static AvailabilityStatusType AvailabilityStatusType.get(int value)
          Returns the 'Availability Status Type' literal with the specified integer value.
static AvailabilityStatusType AvailabilityStatusType.get(java.lang.String literal)
          Returns the 'Availability Status Type' literal with the specified literal value.
 AvailabilityStatusType FolderType.getAvailabilityStatus()
          Returns the value of the 'Availability Status' attribute.
 AvailabilityStatusType DocumentEntryType.getAvailabilityStatus()
          Returns the value of the 'Availability Status' attribute.
 AvailabilityStatusType SubmissionSetType.getAvailabilityStatus()
          Returns the value of the 'Availability Status' attribute.
static AvailabilityStatusType AvailabilityStatusType.getByName(java.lang.String name)
          Returns the 'Availability Status Type' literal with the specified name.
 

Methods in org.eclipse.ohf.ihe.xds.metadata with parameters of type AvailabilityStatusType
 void FolderType.setAvailabilityStatus(AvailabilityStatusType value)
          Sets the value of the 'Availability Status' attribute.
 void DocumentEntryType.setAvailabilityStatus(AvailabilityStatusType value)
          Sets the value of the 'Availability Status' attribute.
 void SubmissionSetType.setAvailabilityStatus(AvailabilityStatusType value)
          Sets the value of the 'Availability Status' attribute.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.extract that return AvailabilityStatusType
 AvailabilityStatusType DocumentEntryElementExtractor.extractAvailabilityStatus()
          Populates the availabilityStatus using information from the associated source data.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.extract.cdar2 that return AvailabilityStatusType
 AvailabilityStatusType CDAR2Extractor.extractAvailabilityStatus()
          CDA R2 document header does not contain information corresponding to availablity status metadata.
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.impl that return AvailabilityStatusType
 AvailabilityStatusType MetadataFactoryImpl.createAvailabilityStatusTypeFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AvailabilityStatusType MetadataFactoryImpl.createAvailabilityStatusTypeObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 AvailabilityStatusType SubmissionSetTypeImpl.getAvailabilityStatus()
           
 AvailabilityStatusType FolderTypeImpl.getAvailabilityStatus()
           
 AvailabilityStatusType DocumentEntryTypeImpl.getAvailabilityStatus()
           
 

Methods in org.eclipse.ohf.ihe.xds.metadata.impl with parameters of type AvailabilityStatusType
 void SubmissionSetTypeImpl.setAvailabilityStatus(AvailabilityStatusType newAvailabilityStatus)
           
 void FolderTypeImpl.setAvailabilityStatus(AvailabilityStatusType newAvailabilityStatus)
           
 void DocumentEntryTypeImpl.setAvailabilityStatus(AvailabilityStatusType newAvailabilityStatus)
           
 

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

Methods in org.eclipse.ohf.ihe.xds.metadata.util with parameters of type AvailabilityStatusType
 boolean MetadataValidator.validateAvailabilityStatusType(AvailabilityStatusType availabilityStatusType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 boolean MetadataValidator.validateAvailabilityStatusTypeObject(AvailabilityStatusType availabilityStatusTypeObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)