org.plasma.sdo.profile.CodingStrength Maven / Gradle / Ivy
The newest version!
//==============================================================================
//
// This software artifact was generated using PlasmaSDO
// provisioning tools.
//
//==============================================================================
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 1.3.3
*/
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 - 2025 Weber Informatics LLC | Privacy Policy