Skip to content

Commit

Permalink
Merge pull request #33 from ritikarawlani/main
Browse files Browse the repository at this point in the history
iheSSId  updated casing
  • Loading branch information
JohnMoehrke authored Oct 24, 2024
2 parents 9e05ccb + 3af0e1b commit 0a9d6a0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Volume3/ch-5.10.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ <h4 id="5.10.3.5">5.10.3.5 JSON SubmissionSet Signature</h4>

The SubmissionSet Signature shall be a Detached Signature that has references for:</p>
<ul>
<li>the SubmissionSet uniqueId as per <a href="5.10.3.5.1">5.10.3.5.1 "IheSSId" (SubmissionSet uniqueId) Header Parameter</a></li>
<li>the SubmissionSet uniqueId as per <a href="5.10.3.5.1">5.10.3.5.1 "iheSSId" (SubmissionSet uniqueId) Header Parameter</a></li>
<li>the document uniqueId for each of the documents contained in the SubmissionSet not including the SubmissionSet Signature document within the manifest as per <a href="5.10.3.1.1">above section</a></li>
</ul>
<p>
Expand All @@ -209,25 +209,25 @@ <h4 id="5.10.3.5">5.10.3.5 JSON SubmissionSet Signature</h4>
<li>
A Digital Signature document is created which includes reference of:</li>
<ol type="i">
<li>The SubmissionSet.uniqueId is included in the IheSSId header parameter.</li>
<li>The SubmissionSet.uniqueId is included in the iheSSId header parameter.</li>
<li>All of the (n) documents to be included in the SubmissionSet, other than the signature document, are listed in the manifest.</li>
<li>The signature document is processed according to <a href="5.10.3">Section 5.10.3</a>, and thus signed.</li>
</ol>
</li>
<li>The signature document would be added to the SubmissionSet according to <a href="5.10.6">Section 5.10.6</a>. The SubmissionSet may, but is not required, include all the “SIGNS” association defined in <a href="5.10.6.4">Section 5.10.6.4</a> with associations to all the other documents in the SubmissionSet. The “SIGNS” association is redundant in this case as the SubmissionSet already groups these documents.</li>
<li>The SubmissionSet with the (n) documents and the Digital Signature document is submitted using the Provide and Register Document Set-b [ITI-41] transaction, or equivalent from the other Document Sharing infrastructures.</li>
</ol>
<h5 id="5.10.3.5.1">5.10.3.5.1 "IheSSId" (SubmissionSet uniqueId) Header Parameter</h4>
<h5 id="5.10.3.5.1">5.10.3.5.1 "iheSSId" (SubmissionSet uniqueId) Header Parameter</h4>
<p><b>Semantics</b></p>
<p>The IheSSId header parameter shall be a new signed (protected) header parameter that qualifies the signature.</br></br>
The IheSSId header parameter's value shall specify the SubmissionSet uniqueId as per the <a href="https://profiles.ihe.net/ITI/TF/Volume3/ch-4.2.html#4.2.3.3.12">4.2.3.3.12 SubmissionSet.uniqueId</a>
<p>The iheSSId header parameter shall be a new signed (protected) header parameter that qualifies the signature.</br></br>
The iheSSId header parameter's value shall specify the SubmissionSet uniqueId as per the <a href="https://profiles.ihe.net/ITI/TF/Volume3/ch-4.2.html#4.2.3.3.12">4.2.3.3.12 SubmissionSet.uniqueId</a>
</p>
<p><b>Syntax</b></p>
<p>The IheSSId header parameter is defined below:</br></br>
<p>The iheSSId header parameter is defined below:</br></br>

"IHESSID" : {"type":"string","format":"oid"}. </br></br>
"iheSSId" : {"type":"string","format":"oid"}. </br></br>

<b>Note:</b> The <a href="5.10.2.1.3">crit</a> header parameter shall include the "IheSSId" extension header parameter when the SubmissionSet Option is used.
<b>Note:</b> The <a href="5.10.2.1.3">crit</a> header parameter shall include the "iheSSId" extension header parameter when the SubmissionSet Option is used.
</p>
<h3 id="5.10.4">5.10.4 JSON Enveloping Signature</h3>
<h4 id="5.10.4.1">5.10.4.1 Protected Header</h4>
Expand Down

0 comments on commit 0a9d6a0

Please sign in to comment.