Examples of CodingDt


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

     * The code specifying the level of confidentiality of the Composition
     * </p>
   */
  public CodingDt getConfidentiality() { 
    if (myConfidentiality == null) {
      myConfidentiality = new CodingDt();
    }
    return myConfidentiality;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.