DocumentManifestContent

open class DocumentManifestContent: BackboneElement

The items included.

The list of Documents included in the manifest.

  • The items included.

    The list of Documents included in the manifest.

    Declaration

    Swift

    override open class var resourceType: String
  • Contents of this set of documents.

    Declaration

    Swift

    public var pAttachment: Attachment?
  • Contents of this set of documents.

    Declaration

    Swift

    public var pReference: Reference?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(p: Any)
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class DocumentManifestContent: BackboneElement