static TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.builder() |
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.capabilities(Canonical capabilities) |
Minimum capabilities required of server for test script to execute successfully.
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.description(String description) |
Description of the capabilities that this test script is requiring the server to support.
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.destination(Integer destination) |
Which server these requirements apply to.
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.from(TestScript.Metadata.Capability capability) |
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.link(Uri... link) |
Links to the FHIR specification that describes this interaction and the resources involved in more detail.
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.link(Collection<Uri> link) |
Links to the FHIR specification that describes this interaction and the resources involved in more detail.
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.origin(Integer... origin) |
Which origin server these requirements apply to.
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.origin(Collection<Integer> origin) |
Which origin server these requirements apply to.
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.required(Boolean required) |
Whether or not the test execution will require the given capabilities of the server in order for this test script to
execute.
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.toBuilder() |
|
TestScript.Metadata.Capability.Builder |
TestScript.Metadata.Capability.Builder.validated(Boolean validated) |
Whether or not the test execution will validate the given capabilities of the server in order for this test script to
execute.
|