org.projecthusky.xua.hl7v3.PurposeOfUse Maven / Gradle / Ivy
/*
* This code is made available under the terms of the Eclipse Public License v1.0
* in the github project https://github.com/project-husky/husky there you also
* find a list of the contributors and the license information.
*
* This project has been developed further and modified by the joined working group Husky
* on the basis of the eHealth Connector opensource project from June 28, 2021,
* whereas medshare GmbH is the initial and main contributor/author of the eHealth Connector.
*
*/
package org.projecthusky.xua.hl7v3;
import javax.xml.namespace.QName;
/**
*
* Describing the methods of the PurposeOfUse Interface
* Beschreibung der Methoden des PurposeOfUse Interfaces
*
*
*
*/
public interface PurposeOfUse extends CE {
/** Element local name. */
public static final String DEFAULT_ELEMENT_LOCAL_NAME = "PurposeOfUse";
public static final String DEFAULT_NS_URI = "urn:hl7-org:v3";
public static final String DEFAULT_PREFIX = "hl7";
/** Default element name. */
public static final QName ELEMENT_NAME = new QName(DEFAULT_NS_URI, DEFAULT_ELEMENT_LOCAL_NAME,
DEFAULT_PREFIX);
/** Local name of the XSI type. */
public static final String TYPE_LOCAL_NAME = "PurposeOfUse";
/** QName of the XSI type. */
public static final QName TYPE_NAME = new QName(DEFAULT_NS_URI, TYPE_LOCAL_NAME, "hl7");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy