The DCR is a project under heavy construction. This wiki is a development accompanied to the project.
The Digital Certificate Request (DCR) is an XML schema based on DX, enabling customers to request a digital certificate for an item or instrument.
The concept behind this is that a customer can specify their requirements and instruct a laboratory on how they intend to use their item or instrument, as well as the expected results. This allows laboratories to provide certificates based on the DX that meet specific needs and ensure compliance with relevant standards.
A Digital Certificate Request has following five child elements:
See the list of abbreviations here
| Element Element type |
Use | Description |
|---|---|---|
| dcr:administrativeData | [M] | The element administrativeData contains all essential administrative information about the certificate request. |
| dcr:target | [M] | In the target element, all information about the request’s target is provided. For example, it specifies whether the target is a calibration, a verification, or something else. It should also contain the target points and a list of items required for the result. |
| dcr:comment (dx:commentType) |
[O] | All further information and files requested by the client can be inserted into this element. Files of different file formats (e.g. results from spreadsheet programs) are converted using the Base64 method [1] so that they can be saved in the XML structure. They can then be extracted again from the XML structure and converted back identically into the original data format using the Base64 procedure. |
| dcr:prefilledCertificate (dcr:prefilledCertificateType) |
[O] | The "prefilledCertificate" element can contain a prefilled certificate, which serves as a template from the customer. This allows the laboratory to adapt and expand it with the requested values. |
| ds:Signature | [O] | The signature of the DCR document. |