SupplyRequest.Builder |
SupplyRequest.Builder.authoredOn(DateTime authoredOn) |
When the request was made.
|
static SupplyRequest.Builder |
SupplyRequest.builder() |
|
SupplyRequest.Builder |
SupplyRequest.Builder.category(CodeableConcept category) |
Category of supply, e.g.
|
SupplyRequest.Builder |
SupplyRequest.Builder.contained(Resource... contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
SupplyRequest.Builder |
SupplyRequest.Builder.contained(Collection<Resource> contained) |
These resources do not have an independent existence apart from the resource that contains them - they cannot be
identified independently, and nor can they have their own independent transaction scope.
|
SupplyRequest.Builder |
SupplyRequest.Builder.deliverFrom(Reference deliverFrom) |
Where the supply is expected to come from.
|
SupplyRequest.Builder |
SupplyRequest.Builder.deliverTo(Reference deliverTo) |
Where the supply is destined to go.
|
SupplyRequest.Builder |
SupplyRequest.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
SupplyRequest.Builder |
SupplyRequest.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the resource.
|
protected SupplyRequest.Builder |
SupplyRequest.Builder.from(SupplyRequest supplyRequest) |
|
SupplyRequest.Builder |
SupplyRequest.Builder.id(String id) |
The logical id of the resource, as used in the URL for the resource.
|
SupplyRequest.Builder |
SupplyRequest.Builder.identifier(Identifier... identifier) |
Business identifiers assigned to this SupplyRequest by the author and/or other systems.
|
SupplyRequest.Builder |
SupplyRequest.Builder.identifier(Collection<Identifier> identifier) |
Business identifiers assigned to this SupplyRequest by the author and/or other systems.
|
SupplyRequest.Builder |
SupplyRequest.Builder.implicitRules(Uri implicitRules) |
A reference to a set of rules that were followed when the resource was constructed, and which must be understood when
processing the content.
|
SupplyRequest.Builder |
SupplyRequest.Builder.item(Element item) |
The item that is requested to be supplied.
|
SupplyRequest.Builder |
SupplyRequest.Builder.language(Code language) |
The base language in which the resource is written.
|
SupplyRequest.Builder |
SupplyRequest.Builder.meta(Meta meta) |
The metadata about the resource.
|
SupplyRequest.Builder |
SupplyRequest.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
SupplyRequest.Builder |
SupplyRequest.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the resource and that
modifies the understanding of the element that contains it and/or the understanding of the containing element's
descendants.
|
SupplyRequest.Builder |
SupplyRequest.Builder.occurrence(Element occurrence) |
When the request should be fulfilled.
|
SupplyRequest.Builder |
SupplyRequest.Builder.parameter(SupplyRequest.Parameter... parameter) |
Specific parameters for the ordered item.
|
SupplyRequest.Builder |
SupplyRequest.Builder.parameter(Collection<SupplyRequest.Parameter> parameter) |
Specific parameters for the ordered item.
|
SupplyRequest.Builder |
SupplyRequest.Builder.priority(RequestPriority priority) |
Indicates how quickly this SupplyRequest should be addressed with respect to other requests.
|
SupplyRequest.Builder |
SupplyRequest.Builder.quantity(Quantity quantity) |
The amount that is being ordered of the indicated item.
|
SupplyRequest.Builder |
SupplyRequest.Builder.reasonCode(CodeableConcept... reasonCode) |
The reason why the supply item was requested.
|
SupplyRequest.Builder |
SupplyRequest.Builder.reasonCode(Collection<CodeableConcept> reasonCode) |
The reason why the supply item was requested.
|
SupplyRequest.Builder |
SupplyRequest.Builder.reasonReference(Reference... reasonReference) |
The reason why the supply item was requested.
|
SupplyRequest.Builder |
SupplyRequest.Builder.reasonReference(Collection<Reference> reasonReference) |
The reason why the supply item was requested.
|
SupplyRequest.Builder |
SupplyRequest.Builder.requester(Reference requester) |
The device, practitioner, etc.
|
SupplyRequest.Builder |
SupplyRequest.Builder.status(SupplyRequestStatus status) |
Status of the supply request.
|
SupplyRequest.Builder |
SupplyRequest.Builder.supplier(Reference... supplier) |
Who is intended to fulfill the request.
|
SupplyRequest.Builder |
SupplyRequest.Builder.supplier(Collection<Reference> supplier) |
Who is intended to fulfill the request.
|
SupplyRequest.Builder |
SupplyRequest.Builder.text(Narrative text) |
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the
resource to a human.
|
SupplyRequest.Builder |
SupplyRequest.toBuilder() |
|