Examples of IdentifierDt


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

     * <b>Definition:</b>
     * Identifies a style or collective of coverage issues by the underwriter, for example may be used to identify a class of coverage or employer group. May also be referred to as a Policy or Group ID.
     * </p>
   */
  public Coverage setPlan( String theSystem,  String theValue) {
    myPlan = new IdentifierDt(theSystem, theValue);
    return this;
  }
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.