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

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


     * Identifies the patient, practitioner, device or any other resource that is the \"focus\" of this resoruce.
     * </p>
   */
  public ResourceReferenceDt getSubject() { 
    if (mySubject == null) {
      mySubject = new ResourceReferenceDt();
    }
    return mySubject;
  }
View Full Code Here


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

     * Indicates the authority who published the protocol?  E.g. ACIP
     * </p>
   */
  public ResourceReferenceDt getAuthority() { 
    if (myAuthority == null) {
      myAuthority = new ResourceReferenceDt();
    }
    return myAuthority;
  }
View Full Code Here

     * The person who this alert concerns
     * </p>
   */
  public ResourceReferenceDt getSubject() { 
    if (mySubject == null) {
      mySubject = new ResourceReferenceDt();
    }
    return mySubject;
  }
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 getSubject() { 
    if (mySubject == null) {
      mySubject = new ResourceReferenceDt();
    }
    return mySubject;
  }
View Full Code Here

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

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

     * <b>Definition:</b>
     *
     * </p>
   */
  public ResourceReferenceDt addDetail() {
    ResourceReferenceDt newType = new ResourceReferenceDt();
    getDetail().add(newType);
    return newType;
  }
View Full Code Here

     * Indicates the patient who the condition record is associated with
     * </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.