Tabnine Logo
CodeDt.getValue
Code IndexAdd Tabnine to your IDE (free)

How to use
getValue
method
in
ca.uhn.fhir.model.primitive.CodeDt

Best Java code snippets using ca.uhn.fhir.model.primitive.CodeDt.getValue (Showing top 20 results out of 315)

origin: jamesagnew/hapi-fhir

@Override
public int compareTo(CodeDt theCode) {
  if (theCode == null) {
    return 1;
  }
  return defaultString(getValue()).compareTo(defaultString(theCode.getValue()));
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>language</b> ().
 * creating it if it does
 * not exist. Will not return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * Identifies the computable language in which mapping.map is expressed.
 * </p> 
 */
public String getLanguage() {  
  return getLanguageElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>code</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * Name of Data type or Resource that is a(or the) type used for this element
 * </p> 
 */
public String getCode() {  
  return getCodeElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>code</b> ().
 * creating it if it does
 * not exist. Will not return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * A computer processable form of the unit in some unit representation system
 * </p> 
 */
public String getCode() {  
  return getCodeElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>contentType</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * Identifies the type of the data in the attachment and allows a method to be chosen to interpret or render the data. Includes mime type parameters such as charset where appropriate
 * </p> 
 */
public String getContentType() {  
  return getContentTypeElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>contentType</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * A mime type that indicates the technical format of the signature. Important mime types are application/signature+xml for X ML DigSig, application/jwt for JWT, and image/* for a graphical image of a signature
 * </p> 
 */
public String getContentType() {  
  return getContentTypeElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>code</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * A computer processable form of the unit in some unit representation system
 * </p> 
 */
public String getCode() {  
  return getCodeElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>value</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * The match value may be either a code defined by the system, or a string value, which is a regex match on the literal string of the property value
 * </p> 
 */
public String getValue() {  
  return getValueElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>code</b> ().
 * creating it if it does
 * not exist. Will not return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * Name of Data type or Resource that is a(or the) type used for this element
 * </p> 
 */
public String getCode() {  
  return getCodeElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>language</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * The human language of the content. The value can be any valid value according to BCP 47
 * </p> 
 */
public String getLanguage() {  
  return getLanguageElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>language</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * The language this designation is defined for
 * </p> 
 */
public String getLanguage() {  
  return getLanguageElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>code</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * Specifies a code for the concept to be included or excluded
 * </p> 
 */
public String getCode() {  
  return getCodeElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>code</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * A symbol in syntax defined by the system. The symbol may be a predefined code or an expression in a syntax defined by the coding system (e.g. post-coordination)
 * </p> 
 */
public String getCode() {  
  return getCodeElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>language</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * Identifies the computable language in which mapping.map is expressed.
 * </p> 
 */
public String getLanguage() {  
  return getLanguageElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>code</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * A code - a text symbol - that uniquely identifies the concept within the code system
 * </p> 
 */
public String getCode() {  
  return getCodeElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Gets the value(s) for <b>property</b> ().
 * creating it if it does
 * not exist. This method may return <code>null</code>.
 *
 * <p>
 * <b>Definition:</b>
 * A code that identifies a property defined in the code system
 * </p> 
 */
public String getProperty() {  
  return getPropertyElement().getValue();
}
origin: jamesagnew/hapi-fhir

/**
 * Constructor which copies the {@link InternalCodingDt#getSystemElement() system} and
 * {@link InternalCodingDt#getCodeElement() code} from a {@link InternalCodingDt} instance and adds it as a parameter
 *
 * @param theCodingDt The coding
 */
public TokenParam(BaseCodingDt theCodingDt) {
  this(toSystemValue(theCodingDt.getSystemElement()), theCodingDt.getCodeElement().getValue());
}
origin: jamesagnew/hapi-fhir

/**
 * Copy constructor: Creates a new Coding with the system and code copied out of the given coding
 */
public CodingDt(BaseCodingDt theCoding) {
  this(theCoding.getSystemElement().getValueAsString(), theCoding.getCodeElement().getValue());
}

origin: jamesagnew/hapi-fhir

/**
 * Copy constructor: Creates a new Coding with the system and code copied out of the given coding
 */
public CodingDt(BaseCodingDt theCoding) {
  this(theCoding.getSystemElement().getValueAsString(), theCoding.getCodeElement().getValue());
}

origin: jamesagnew/hapi-fhir

private void extractTokensFromCoding(List<String> theSystems, List<String> theCodes, ResourceTable theEntity, Set<BaseResourceIndexedSearchParam> theListToPopulate, RuntimeSearchParam theParameterDef, CodingDt nextCoding) {
  if (nextCoding != null && !nextCoding.isEmpty()) {
    String nextSystem = nextCoding.getSystemElement().getValueAsString();
    String nextCode = nextCoding.getCodeElement().getValue();
    if (isNotBlank(nextSystem) || isNotBlank(nextCode)) {
      theSystems.add(nextSystem);
      theCodes.add(nextCode);
    }
    if (!nextCoding.getDisplayElement().isEmpty()) {
      addStringParam(theEntity, theListToPopulate, theParameterDef, nextCoding.getDisplayElement().getValue());
    }
  }
}
ca.uhn.fhir.model.primitiveCodeDtgetValue

Popular methods of CodeDt

  • <init>
    Constructor which accepts a string code
  • equals
  • getValueAsString
  • readExternal
  • setValue
  • writeExternal

Popular in Java

  • Running tasks concurrently on multiple threads
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • getExternalFilesDir (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • Filter (javax.servlet)
    A filter is an object that performs filtering tasks on either the request to a resource (a servlet o
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • JPanel (javax.swing)
  • JTable (javax.swing)
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now