Tabnine Logo
BoundCodeDt.setValueAsEnum
Code IndexAdd Tabnine to your IDE (free)

How to use
setValueAsEnum
method
in
ca.uhn.fhir.model.primitive.BoundCodeDt

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

origin: jamesagnew/hapi-fhir

public BoundCodeDt(IValueSetEnumBinder<T> theBinder, T theValue) {
  Validate.notNull(theBinder, "theBinder must not be null");
  myBinder = theBinder;
  setValueAsEnum(theValue);
}
origin: jamesagnew/hapi-fhir

/**
 * Sets the value(s) for <b>strength</b> ()
 *
 * <p>
 * <b>Definition:</b>
 * Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances
 * </p> 
 */
public Binding setStrength(BindingStrengthEnum theValue) {
  getStrengthElement().setValueAsEnum(theValue);
  return this;
}
origin: jamesagnew/hapi-fhir

/**
 * Sets the value(s) for <b>rules</b> ()
 *
 * <p>
 * <b>Definition:</b>
 * Whether additional slices are allowed or not. When the slices are ordered, profile authors can also say that additional slices are only allowed at the end
 * </p> 
 */
public Slicing setRules(SlicingRulesEnum theValue) {
  getRulesElement().setValueAsEnum(theValue);
  return this;
}
origin: jamesagnew/hapi-fhir

/**
 * Sets the value(s) for <b>severity</b> ()
 *
 * <p>
 * <b>Definition:</b>
 * Identifies the impact constraint violation has on the conformance of the instance
 * </p> 
 */
public Constraint setSeverity(ConstraintSeverityEnum theValue) {
  getSeverityElement().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>category</b> (diet | drug | encounter | observation | procedure | supply | other)
 *
 * <p>
 * <b>Definition:</b>
 * High-level categorization of the type of activity in a care plan.
 * </p> 
 */
public ActivitySimple setCategory(CarePlanActivityCategoryEnum theValue) {
  getCategory().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>role</b> (Functional application role of Object)
 *
 * <p>
 * <b>Definition:</b>
 * Code representing the functional application role of Participant Object being audited
 * </p> 
 */
public ObjectElement setRole(SecurityEventObjectRoleEnum theValue) {
  getRole().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>type</b> (caused-by | because-of)
 *
 * <p>
 * <b>Definition:</b>
 * The nature of the relationship
 * </p> 
 */
public RelatedItem setType(ProcedureRelationshipTypeEnum theValue) {
  getType().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>severity</b> (severe | serious | moderate | minor)
 *
 * <p>
 * <b>Definition:</b>
 * The severity of the sign or symptom
 * </p> 
 */
public Symptom setSeverity(ReactionSeverityEnum theValue) {
  getSeverity().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>use</b> (usual | official | temp | secondary (If known))
 *
 * <p>
 * <b>Definition:</b>
 * The purpose of this identifier
 * </p> 
 */
public IdentifierDt setUse(IdentifierUseEnum theValue) {
  getUse().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>status</b> (in progress | dispensed | abandoned)
 *
 * <p>
 * <b>Definition:</b>
 * A code specifying the state of the dispense event.
 * </p> 
 */
public Dispense setStatus(SupplyDispenseStatusEnum theValue) {
  getStatus().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>priority</b> (routine | urgent | stat | asap)
 *
 * <p>
 * <b>Definition:</b>
 * The clinical priority associated with this order
 * </p> 
 */
public DiagnosticOrder setPriority(DiagnosticOrderPriorityEnum theValue) {
  getPriority().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>status</b> (requested | received | accepted | in progress | review | completed | suspended | rejected | failed)
 *
 * <p>
 * <b>Definition:</b>
 * The status for the event
 * </p> 
 */
public Event setStatus(DiagnosticOrderStatusEnum theValue) {
  getStatus().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>type</b> (The Resource or Data Type being described)
 *
 * <p>
 * <b>Definition:</b>
 * The Resource or Data type being described
 * </p> 
 */
public Structure setType(FHIRDefinedTypeEnum theValue) {
  getType().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>status</b> (draft | published | retired | in progress | completed | amended)
 *
 * <p>
 * <b>Definition:</b>
 * The lifecycle status of the questionnaire as a whole.
 * </p> 
 */
public Questionnaire setStatus(QuestionnaireStatusEnum theValue) {
  getStatus().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>status</b> (in progress | on hold | completed | entered in error | stopped)
 *
 * <p>
 * <b>Definition:</b>
 * A code specifying the state of the dispense event.
 * </p> 
 */
public Dispense setStatus(MedicationDispenseStatusEnum theValue) {
  getStatus().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>when</b> (HS | WAKE | AC | ACM | ACD | ACV | PC | PCM | PCD | PCV - common life events)
 *
 * <p>
 * <b>Definition:</b>
 * Identifies the occurrence of daily life that determines timing
 * </p> 
 */
public Repeat setWhen(EventTimingEnum theValue) {
  getWhen().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>status</b> (preliminary | final | appended | amended | entered in error)
 *
 * <p>
 * <b>Definition:</b>
 * The workflow/clinical status of this composition. The status is a marker for the clinical standing of the document
 * </p> 
 */
public Composition setStatus(CompositionStatusEnum theValue) {
  getStatus().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>status</b> (in progress | achieved | sustaining | cancelled)
 *
 * <p>
 * <b>Definition:</b>
 * Indicates whether the goal has been reached and is still considered relevant
 * </p> 
 */
public Goal setStatus(CarePlanGoalStatusEnum theValue) {
  getStatus().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>status</b> (suspected | confirmed | refuted | resolved)
 *
 * <p>
 * <b>Definition:</b>
 * Status of the sensitivity
 * </p> 
 */
public AllergyIntolerance setStatus(SensitivityStatusEnum theValue) {
  getStatus().setValueAsEnum(theValue);
  return this;
}
origin: ca.uhn.hapi.fhir/hapi-fhir-structures-dstu

/**
 * Sets the value(s) for <b>use</b> (home | work | temp | old | mobile - purpose of this address)
 *
 * <p>
 * <b>Definition:</b>
 * Identifies the purpose for the address
 * </p> 
 */
public ContactDt setUse(ContactUseEnum theValue) {
  getUse().setValueAsEnum(theValue);
  return this;
}
ca.uhn.fhir.model.primitiveBoundCodeDtsetValueAsEnum

Popular methods of BoundCodeDt

  • getValueAsEnum
  • getValue
  • setValue
  • getValueAsString
  • setValueAsString
  • <init>
  • isEmpty
  • getBinder

Popular in Java

  • Running tasks concurrently on multiple threads
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getSupportFragmentManager (FragmentActivity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • Timestamp (java.sql)
    A Java representation of the SQL TIMESTAMP type. It provides the capability of representing the SQL
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Top PhpStorm plugins
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