MessageHeader.Builder | 
MessageHeader.Builder.author(Reference author) | 
 The logical author of the message - the person or device that decided the described event should happen. 
 | 
static MessageHeader.Builder | 
MessageHeader.builder() | 
  | 
MessageHeader.Builder | 
MessageHeader.Builder.contained(java.util.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. 
 | 
MessageHeader.Builder | 
MessageHeader.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. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.definition(Canonical definition) | 
 Permanent link to the MessageDefinition for this message. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.destination(java.util.Collection<MessageHeader.Destination> destination) | 
 The destination application which the message is intended for. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.destination(MessageHeader.Destination... destination) | 
 The destination application which the message is intended for. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.enterer(Reference enterer) | 
 The person or device that performed the data entry leading to this message. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.event(Element event) | 
 Code that identifies the event this message represents and connects it with its definition. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.extension(java.util.Collection<Extension> extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.extension(Extension... extension) | 
 May be used to represent additional information that is not part of the basic definition of the resource. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.focus(java.util.Collection<Reference> focus) | 
 The actual data of the message - a reference to the root/focus class of the event. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.focus(Reference... focus) | 
 The actual data of the message - a reference to the root/focus class of the event. 
 | 
protected MessageHeader.Builder | 
MessageHeader.Builder.from(MessageHeader messageHeader) | 
  | 
MessageHeader.Builder | 
MessageHeader.Builder.id(java.lang.String id) | 
 The logical id of the resource, as used in the URL for the resource. 
 | 
MessageHeader.Builder | 
MessageHeader.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. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.language(Code language) | 
 The base language in which the resource is written. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.meta(Meta meta) | 
 The metadata about the resource. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.modifierExtension(java.util.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. 
 | 
MessageHeader.Builder | 
MessageHeader.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. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.reason(CodeableConcept reason) | 
 Coded indication of the cause for the event - indicates a reason for the occurrence of the event that is a focus of 
 this message. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.response(MessageHeader.Response response) | 
 Information about the message that this message is a response to. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.responsible(Reference responsible) | 
 The person or organization that accepts overall responsibility for the contents of the message. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.sender(Reference sender) | 
 Identifies the sending system to allow the use of a trust relationship. 
 | 
MessageHeader.Builder | 
MessageHeader.Builder.source(MessageHeader.Source source) | 
 The source application from which this message originated. 
 | 
MessageHeader.Builder | 
MessageHeader.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. 
 | 
MessageHeader.Builder | 
MessageHeader.toBuilder() | 
  |