Class DocumentManifest.DocumentManifestContentComponent

  • All Implemented Interfaces:
    ca.uhn.fhir.model.api.IElement, Serializable, org.hl7.fhir.instance.model.api.IBase, org.hl7.fhir.instance.model.api.IBaseBackboneElement, org.hl7.fhir.instance.model.api.IBaseElement, org.hl7.fhir.instance.model.api.IBaseHasExtensions, org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions
    Enclosing class:
    DocumentManifest

    public static class DocumentManifest.DocumentManifestContentComponent
    extends BackboneElement
    implements org.hl7.fhir.instance.model.api.IBaseBackboneElement
    See Also:
    Serialized Form
    • Field Detail

      • p

        protected Type p
        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.
    • Method Detail

      • getP

        public Type getP()
        Returns:
        p (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.)
      • getPAttachment

        public Attachment getPAttachment()
                                  throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        p (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.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • getPReference

        public Reference getPReference()
                                throws org.hl7.fhir.exceptions.FHIRException
        Returns:
        p (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.)
        Throws:
        org.hl7.fhir.exceptions.FHIRException
      • hasP

        public boolean hasP()
      • setP

        public DocumentManifest.DocumentManifestContentComponent setP​(Type value)
        Parameters:
        value - p (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.)
      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in interface org.hl7.fhir.instance.model.api.IBase
        Overrides:
        isEmpty in class BackboneElement