Constraint Descriptor : constraint_mimetype (type: ERROR, kind: )

Constraint : constraint_mimetype

Constraint Name
constraint_mimetype (type: ERROR, kind: )
Constraint Class
XDSIDocEntry
Package
xdsi68
Description
mimeType SHALL bepopulated by the folowing values : application/dicom, text/xml, application/pdf (RAD TF Vol 3, Table 4.68.4.1.2.3-1)
OCL
(not self.mimeType.oclIsUndefined()) and 
(
	self.mimeType='application/dicom' or 
	self.mimeType='application/pdf' or 
	self.mimeType='text/xml'
)