contentProperties
The contentProperties
data type describes the contentProperties property of the contentClass
data type.
Properties
The table below describes the property included in the contentProperties
data type.
Property name | Data type | Description |
contentProperty |
content Property | Specifies a content property. |
Example
Here’s an XML example of the contentProperty data type:
<contentProperty> <name>Image_Date</name> <expression>/dicom_image/image/date</expression> <type>DATE</type> <multivalued>false</multivalued> <format>MM/dd/yyyy</format> </contentProperty>