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

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


     * Encounter during which the condition was first asserted
     * </p>
   */
  public ResourceReferenceDt getEncounter() { 
    if (myEncounter == null) {
      myEncounter = new ResourceReferenceDt();
    }
    return myEncounter;
  }
View Full Code Here


     * <b>Definition:</b>
     * Reference to a formal record of the evidence on which the staging assessment is based
     * </p>
   */
  public ResourceReferenceDt addAssessment() {
    ResourceReferenceDt newType = new ResourceReferenceDt();
    getAssessment().add(newType);
    return newType;
  }
View Full Code Here

     * <b>Definition:</b>
     * Links to other relevant information, including pathology reports
     * </p>
   */
  public ResourceReferenceDt addDetail() {
    ResourceReferenceDt newType = new ResourceReferenceDt();
    getDetail().add(newType);
    return newType;
  }
View Full Code Here

     * Identifies a specific instance of the participant object. The reference should always be version specific
     * </p>
   */
  public ResourceReferenceDt getReference() { 
    if (myReference == null) {
      myReference = new ResourceReferenceDt();
    }
    return myReference;
  }
View Full Code Here

     * The patient to whom the vaccine was to be administered
     * </p>
   */
  public ResourceReferenceDt getSubject() { 
    if (mySubject == null) {
      mySubject = new ResourceReferenceDt();
    }
    return mySubject;
  }
View Full Code Here

     * Clinician who administered the vaccine
     * </p>
   */
  public ResourceReferenceDt getPerformer() { 
    if (myPerformer == null) {
      myPerformer = new ResourceReferenceDt();
    }
    return myPerformer;
  }
View Full Code Here

     * Clinician who ordered the vaccination
     * </p>
   */
  public ResourceReferenceDt getRequester() { 
    if (myRequester == null) {
      myRequester = new ResourceReferenceDt();
    }
    return myRequester;
  }
View Full Code Here

     * Name of vaccine manufacturer
     * </p>
   */
  public ResourceReferenceDt getManufacturer() { 
    if (myManufacturer == null) {
      myManufacturer = new ResourceReferenceDt();
    }
    return myManufacturer;
  }
View Full Code Here

     * The service delivery location where the vaccine administration occurred.
     * </p>
   */
  public ResourceReferenceDt getLocation() { 
    if (myLocation == null) {
      myLocation = new ResourceReferenceDt();
    }
    return myLocation;
  }
View Full Code Here

     * Who the images are of
     * </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.