Holding Preparation
Sample Schema
<xs:schema elementFormDefault="qualified"
targetNamespace="urn:uhg:en:xsd:clinicaldocs.1.0"
xmlns:ns1="urn:uhg:en:xsd:clinicaldocs.1.0" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="root">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" ref="ns1:documents"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="documents">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns1:Report_No"/>
<xs:element ref="ns1:Patient_No"/>
<xs:element ref="ns1:Decision_Date"/>
<xs:element ref="ns1:Status"/>
<xs:element ref="ns1:CoordinatedCare"/>
<xs:element ref="ns1:start_page"/>
<xs:element ref="ns1:page_count"/>
<xs:element ref="ns1:content_file"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Report_No" type="xs:string"/>
<xs:element name="Patient_No" type="xs:string"/>
<xs:element name="Decision_Date" type="xs:date"/>
<xs:element name="Status" type="xs:string"/>
<xs:element name="CoordinatedCare" type="xs:string"/>
<xs:element name="start_page" type="xs:int"/>
<xs:element name="page_count" type="xs:int"/>
<xs:element name="content_file" type="xs:string"/>
</xs:schema>
1. Create Holding
ApplicationsHoldings
Select prepared schema as shown below screen
Select AIU unit as shown below
Select search fileds
Select Partition key Method
Select fields for unstructured content.
Field name: content_file
Select encryption object.
Select File Format application/pdf.
Hash: SHA3-224
Encryption : true
Select Additional Settings of File format
Start Page (OffsetPath)
Number Of Pages ( lenghtPage)
*** Experimental feature: Enabling full-text on unstructured content in a SIP archive
As experimental feature, you can configure an application to extract and index text of unstructured content during ingestion, search on them with full-text capabilities, and highlight them in the search results.
Important
As experimental feature, this feature is for demo purpose and is not supported for production environments.
A ready to use example of this feature is available in the Invoices example application (refer to the "Search on unstructured contents" search.
To enable this feature for an application:
1. In the Global Settings tab, set the experimental.ci.text.enable to true. Refer to the Global Settings tab section of the Administration Guidefor more information.
2. Complete the following steps to update application configuration:
a. Edit the application-config/data-model-config/application.yml file to add the fulltext option in the PDI > CIS section:
b. pdi:
c. name: Invoices-pdi
d. ...
e. cis:
f. - path: /root/documents/content_file
g. offsetPath: /root/documents/start_page
h. lengthPath: /root/documents/page_count
i. offsetMode: PAGE
j. mimeType: application/pdf
k. compress: false
l. encrypt: true
m. ...
n. fulltext: true
...
o. Edit the application-config/searches/application.yml to declare the new CI criteria in the aic section:
p. aic:
q. name: Invoices-aic
r. criteria:
s. ...
t. - name: _ci-text
u. label: CI Text
v. type: ci
w. - name: _ci-mime-type
x. label: CI Mime-Type
type: ci
3. Import the updated DC configuration using one of the following methods:
o The import command in the IA Shell, or
o The Import from ZIP file function of the IA Web App’s Applications page
o
5. During search composition in the IA Web App:
a. In Search Form tab, add a new search criterion in the form.
b. In Result List/Detail, include a View/Downloadable content column.