Fix resource
This commit is contained in:
parent
3901c429df
commit
e20e7d1e67
|
@ -52,7 +52,7 @@ public class DocumentManifest extends DomainResource {
|
|||
/**
|
||||
* The list of references to document content, or Attachment that consist of the parts of this document manifest. Usually, these would be document references, but direct references to Media or Attachments are also allowed.
|
||||
*/
|
||||
@Child(name = "p", type = {Attachment.class}, order=1, min=1, max=1)
|
||||
@Child(name = "p", type = {Attachment.class, DocumentReference.class, Media.class}, order=1, min=1, max=1)
|
||||
@Description(shortDefinition="Contents of this set of documents", formalDefinition="The list of references to document content, or Attachment that consist of the parts of this document manifest. Usually, these would be document references, but direct references to Media or Attachments are also allowed." )
|
||||
protected Type p;
|
||||
|
||||
|
|
Loading…
Reference in New Issue