blob: 2f74b68ddc6e7af9843d159f18e2a700c3afcaa3 [file] [log] [blame]
/**
*/
package org.hl7.fhir;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Communication Request Payload</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A request to convey information; e.g. the CDS system proposes that an alert be sent to a responsible provider, the CDS system proposes that the public health agency be notified about a reportable condition.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.hl7.fhir.CommunicationRequestPayload#getContentString <em>Content String</em>}</li>
* <li>{@link org.hl7.fhir.CommunicationRequestPayload#getContentAttachment <em>Content Attachment</em>}</li>
* <li>{@link org.hl7.fhir.CommunicationRequestPayload#getContentReference <em>Content Reference</em>}</li>
* </ul>
*
* @see org.hl7.fhir.FhirPackage#getCommunicationRequestPayload()
* @model extendedMetaData="name='CommunicationRequest.Payload' kind='elementOnly'"
* @generated
*/
public interface CommunicationRequestPayload extends BackboneElement {
/**
* Returns the value of the '<em><b>Content String</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Content String</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Content String</em>' containment reference.
* @see #setContentString(org.hl7.fhir.String)
* @see org.hl7.fhir.FhirPackage#getCommunicationRequestPayload_ContentString()
* @model containment="true"
* extendedMetaData="kind='element' name='contentString' namespace='##targetNamespace'"
* @generated
*/
org.hl7.fhir.String getContentString();
/**
* Sets the value of the '{@link org.hl7.fhir.CommunicationRequestPayload#getContentString <em>Content String</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Content String</em>' containment reference.
* @see #getContentString()
* @generated
*/
void setContentString(org.hl7.fhir.String value);
/**
* Returns the value of the '<em><b>Content Attachment</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Content Attachment</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Content Attachment</em>' containment reference.
* @see #setContentAttachment(Attachment)
* @see org.hl7.fhir.FhirPackage#getCommunicationRequestPayload_ContentAttachment()
* @model containment="true"
* extendedMetaData="kind='element' name='contentAttachment' namespace='##targetNamespace'"
* @generated
*/
Attachment getContentAttachment();
/**
* Sets the value of the '{@link org.hl7.fhir.CommunicationRequestPayload#getContentAttachment <em>Content Attachment</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Content Attachment</em>' containment reference.
* @see #getContentAttachment()
* @generated
*/
void setContentAttachment(Attachment value);
/**
* Returns the value of the '<em><b>Content Reference</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Content Reference</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Content Reference</em>' containment reference.
* @see #setContentReference(Reference)
* @see org.hl7.fhir.FhirPackage#getCommunicationRequestPayload_ContentReference()
* @model containment="true"
* extendedMetaData="kind='element' name='contentReference' namespace='##targetNamespace'"
* @generated
*/
Reference getContentReference();
/**
* Sets the value of the '{@link org.hl7.fhir.CommunicationRequestPayload#getContentReference <em>Content Reference</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Content Reference</em>' containment reference.
* @see #getContentReference()
* @generated
*/
void setContentReference(Reference value);
} // CommunicationRequestPayload