All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.plasma.sdo.profile.CodingStrength Maven / Gradle / Ivy

//==============================================================================
//                                                                         
// This software artifact was generated using Plasma                       
// provisioning tools. Do not modify.                                      
//                                                                         
//==============================================================================
package org.plasma.sdo.profile;


/**
* 
* Defines whether the specified element is restricted to only using the identified coding system for the element
* 
* @author Plasma-Team
* @version 2.0.1
*/
public enum CodingStrength{

    /**
    * If not null, the element must be coded and must be drawn from the value set specified in the binding
    */
    CNE,
    /**
    * If not null, the element must be coded if there is an appropriate value in the value set specified in the binding. If no appropriate code is available, a local code may be used, or the value may be populated with only original text.
    */
    CWE,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy