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

com.nedap.archie.rm.datavalues.quantity.DvAbsoluteQuantity Maven / Gradle / Ivy

There is a newer version: 3.11.0
Show newest version
package com.nedap.archie.rm.datavalues.quantity;

import com.nedap.archie.rm.datatypes.CodePhrase;

import javax.annotation.Nullable;
import javax.xml.bind.annotation.XmlType;
import java.util.List;

/**
 * Created by pieter.bos on 04/11/15.
 */
@XmlType(name = "DV_ABSOLUTE_QUANTITY")
public abstract class DvAbsoluteQuantity, AccuracyType extends DvAmount, MagnitudeType extends Comparable> extends DvQuantified {

    public DvAbsoluteQuantity() {
    }

    protected DvAbsoluteQuantity(@Nullable List> otherReferenceRanges, @Nullable DvInterval normalRange, @Nullable CodePhrase normalStatus, @Nullable String magnitudeStatus) {
        super(otherReferenceRanges, normalRange, normalStatus, magnitudeStatus);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy