Package ca.uhn.fhir.model.dstu.composite

Examples of ca.uhn.fhir.model.dstu.composite.ResourceReferenceDt


     * <b>Definition:</b>
     * The device used in administering the medication to the patient.  E.g. a particular infusion pump
     * </p>
   */
  public ResourceReferenceDt addDevice() {
    ResourceReferenceDt newType = new ResourceReferenceDt();
    getDevice().add(newType);
    return newType;
  }
View Full Code Here


     * The program or plan underwriter or payor.
     * </p>
   */
  public ResourceReferenceDt getIssuer() { 
    if (myIssuer == null) {
      myIssuer = new ResourceReferenceDt();
    }
    return myIssuer;
  }
View Full Code Here

     *
     * </p>
   */
  public ResourceReferenceDt getManagingOrganization() { 
    if (myManagingOrganization == null) {
      myManagingOrganization = new ResourceReferenceDt();
    }
    return myManagingOrganization;
  }
View Full Code Here

     *
     * </p>
   */
  public ResourceReferenceDt getPartOf() { 
    if (myPartOf == null) {
      myPartOf = new ResourceReferenceDt();
    }
    return myPartOf;
  }
View Full Code Here

     * The practitioner who is responsible for the services rendered to the patient
     * </p>
   */
  public ResourceReferenceDt getProvider() { 
    if (myProvider == null) {
      myProvider = new ResourceReferenceDt();
    }
    return myProvider;
  }
View Full Code Here

     * The provider who is to be reimbursed for the claim (the party to whom any benefit is assigned)
     * </p>
   */
  public ResourceReferenceDt getBillingProvider() { 
    if (myBillingProvider == null) {
      myBillingProvider = new ResourceReferenceDt();
    }
    return myBillingProvider;
  }
View Full Code Here

     *
     * </p>
   */
  public ResourceReferenceDt getReferrer() { 
    if (myReferrer == null) {
      myReferrer = new ResourceReferenceDt();
    }
    return myReferrer;
  }
View Full Code Here

     * The patient this person is related to
     * </p>
   */
  public ResourceReferenceDt getPatient() { 
    if (myPatient == null) {
      myPatient = new ResourceReferenceDt();
    }
    return myPatient;
  }
View Full Code Here

     * A reference to the actual resource from which data was derived
     * </p>
   */
  public ResourceReferenceDt getItem() { 
    if (myItem == null) {
      myItem = new ResourceReferenceDt();
    }
    return myItem;
  }
View Full Code Here

     * The person who this history concerns
     * </p>
   */
  public ResourceReferenceDt getSubject() { 
    if (mySubject == null) {
      mySubject = new ResourceReferenceDt();
    }
    return mySubject;
  }
View Full Code Here

TOP

Related Classes of ca.uhn.fhir.model.dstu.composite.ResourceReferenceDt

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.