|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NullFlavor in ca.infoway.messagebuilder.datatype |
---|
Methods in ca.infoway.messagebuilder.datatype that return NullFlavor | |
---|---|
NullFlavor |
ANY.getNullFlavor()
If a value is an exceptional value (NULL-value), this specifies in what way and why proper information is missing. |
Methods in ca.infoway.messagebuilder.datatype with parameters of type NullFlavor | |
---|---|
void |
ANY.setNullFlavor(NullFlavor nullFlavor)
Sets a null flavor on the object. |
Uses of NullFlavor in ca.infoway.messagebuilder.datatype.impl |
---|
Methods in ca.infoway.messagebuilder.datatype.impl that return NullFlavor | |
---|---|
NullFlavor |
ANYImpl.getNullFlavor()
Returns the current null flavor state of the object. |
Methods in ca.infoway.messagebuilder.datatype.impl with parameters of type NullFlavor | |
---|---|
void |
ANYImpl.setNullFlavor(NullFlavor nullFlavor)
Sets a null flavor on the object. |
Constructors in ca.infoway.messagebuilder.datatype.impl with parameters of type NullFlavor | |
---|---|
ADImpl(NullFlavor nullFlavor)
Constructs an AD with the supplied null flavor. |
|
ANYImpl(Class<?> rawType,
V value,
NullFlavor nullFlavor)
Constructs an ANY object. |
|
ANYImpl(Class<?> rawType,
V value,
NullFlavor nullFlavor,
StandardDataType dataType)
Constructs an ANY object. |
|
ANYImpl(V value,
NullFlavor nullFlavor)
Constructs an ANY object. |
|
ANYImpl(V value,
NullFlavor nullFlavor,
StandardDataType dataType)
Constructs an ANY object. |
|
CDImpl(Code value,
NullFlavor nullFlavor,
StandardDataType dataType)
Constructs a CD using the supplied parameters. |
|
CDImpl(NullFlavor nullFlavor)
Constructs a CD with the given null flavor. |
|
CEImpl(Code value,
NullFlavor nullFlavor,
StandardDataType dataType)
Constructs a CE using the supplied parameters. |
|
CEImpl(NullFlavor nullFlavor)
Constructs a CE with the given null flavor. |
|
CSImpl(NullFlavor nullFlavor)
Constructs a CS with the given null flavor. |
|
CVImpl(Code value,
NullFlavor nullFlavor,
StandardDataType dataType)
Constructs a CV using the supplied parameters. |
|
CVImpl(NullFlavor nullFlavor)
Constructs a CV with the given null flavor. |
|
EDImpl(Class<?> rawType,
V value,
NullFlavor nullFlavor,
StandardDataType dataType)
Constructs an ED using the supplied parameters. |
|
EDImpl(NullFlavor nullFlavor)
Constructs an ED with the given null flavor. |
|
ENImpl(Class<?> rawType,
V value,
NullFlavor nullFlavor,
StandardDataType dataType)
Constructs an EN given the supplied parameters. |
|
ENImpl(NullFlavor nullFlavor)
Constructs an EN with the given null flavor. |
|
GTSImpl(NullFlavor nullFlavor)
Constructs a GTS with a given null flavor. |
|
IIImpl(NullFlavor nullFlavor)
Constructs an Identifier with the given null flavor. |
|
IVLImpl(Class<?> rawType,
V value,
NullFlavor nullFlavor,
StandardDataType dataType)
Constructs an IVL using the supplied parameters. |
|
IVLImpl(Class<?> rawType,
V value,
NullFlavor nullFlavor,
StandardDataType dataType,
boolean lowClosed,
boolean highClosed)
Constructs an IVL using the supplied parameters. |
|
MOImpl(NullFlavor nullFlavor)
Constructs an MO with the supplied null flavor. |
|
PIVLImpl(NullFlavor nullFlavor)
Constructs a PIVL with the supplied null flavor. |
|
PNImpl(NullFlavor nullFlavor)
Constructs a PN with the given null flavor. |
|
QTYImpl(Class<?> rawType,
V value,
NullFlavor nullFlavor,
StandardDataType dataType)
Constructs a QTY using the supplied parameters. |
|
QTYImpl(NullFlavor nullFlavor)
Constructs a QTY with the given null flavor. |
|
REALImpl(NullFlavor nullFlavor)
Constructs a REAL with the given null flavor. |
|
RTOImpl(NullFlavor nullFlavor)
Constructs an RTO with a null flavor. |
|
SCImpl(NullFlavor nullFlavor)
Constructs an SC with the given null flavor. |
|
SETImpl(Class hl7Class,
NullFlavor nullFlavor)
Constructs a SET of the given HL7 datatype with a null flavor. |
|
STImpl(NullFlavor nullFlavor)
Constructs an ST with the given null flavor. |
|
TELImpl(NullFlavor nullFlavor)
Constructs a "null" TEL based on a given null flavor. |
|
TNImpl(NullFlavor nullFlavor)
Constructs a TN having the supplied null flavor. |
|
URGImpl(NullFlavor nullFlavor)
Constructs a null uncertain range HL7 datatype using a given null flavor. |
|
URLImpl(NullFlavor nullFlavor)
Constructs a URL with a null flavor. |
|
URLImpl(TelecommunicationAddress defaultValue,
NullFlavor nullFlavor,
StandardDataType dataType)
Constructs a URL with both a telecom address value and a null flavor. |
Uses of NullFlavor in ca.infoway.messagebuilder.datatype.lang |
---|
Methods in ca.infoway.messagebuilder.datatype.lang that return NullFlavor | |
---|---|
NullFlavor |
Interval.getCentreNullFlavor()
|
NullFlavor |
Interval.getHighNullFlavor()
|
NullFlavor |
Interval.getLowNullFlavor()
|
NullFlavor |
Diff.getNullFlavor()
Returns the diff's null flavor. |
Methods in ca.infoway.messagebuilder.datatype.lang with parameters of type NullFlavor | |
---|---|
void |
Diff.setNullFlavor(NullFlavor nullFlavor)
Sets a nullflavor on this diff. |
Constructors in ca.infoway.messagebuilder.datatype.lang with parameters of type NullFlavor | |
---|---|
DateDiff(NullFlavor nullFlavor)
Constructs a date diff with the given null flavor. |
|
Diff(NullFlavor nullFlavor)
|
|
Interval(T low,
T high,
T centre,
Diff<T> width,
Representation representation,
NullFlavor lowNullFlavor,
NullFlavor highNullFlavor,
NullFlavor centreNullFlavor)
Recommended to use the IntervalFactory class for object creation |
|
UncertainRange(T low,
T high,
T centre,
Diff<T> width,
Representation representation,
NullFlavor lowNullFlavor,
NullFlavor highNullFlavor,
NullFlavor centreNullFlavor)
Constructs an uncertain range. |
|
UncertainRange(T low,
T high,
T centre,
Diff<T> width,
Representation representation,
NullFlavor lowNullFlavor,
NullFlavor highNullFlavor,
NullFlavor centreNullFlavor,
Boolean lowInclusive,
Boolean highInclusive)
Constructs an uncertain range. |
Uses of NullFlavor in ca.infoway.messagebuilder.datatype.lang.util |
---|
Methods in ca.infoway.messagebuilder.datatype.lang.util with parameters of type NullFlavor | ||
---|---|---|
static
|
IntervalFactory.createCentre(T centre,
NullFlavor centreNullFlavor)
Constructs an Interval using the supplied parameters. |
|
static
|
IntervalFactory.createCentreHigh(T centre,
T high,
NullFlavor centreNullFlavor,
NullFlavor highNullFlavor)
Constructs an Interval using the supplied parameters. |
|
static
|
IntervalFactory.createCentreWidth(T centre,
Diff<T> width,
NullFlavor centreNullFlavor)
Constructs an Interval using the supplied parameters. |
|
static
|
IntervalFactory.createHigh(T high,
NullFlavor highNullFlavor)
Constructs an Interval using the supplied parameters. |
|
static
|
IntervalFactory.createLow(T low,
NullFlavor lowNullFlavor)
Constructs an Interval using the supplied parameters. |
|
static
|
IntervalFactory.createLowCentre(T low,
T centre,
NullFlavor lowNullFlavor,
NullFlavor centreNullFlavor)
Constructs an Interval using the supplied parameters. |
|
static
|
IntervalFactory.createLowHigh(T low,
T high,
NullFlavor lowNullFlavor,
NullFlavor highNullFlavor)
Constructs an Interval using the supplied parameters. |
|
static
|
IntervalFactory.createLowWidth(T low,
Diff<T> width,
NullFlavor lowNullFlavor)
Constructs an Interval using the supplied parameters. |
|
static
|
IntervalFactory.createWidthHigh(Diff<T> width,
T high,
NullFlavor highNullFlavor)
Constructs an Interval using the supplied parameters. |
Uses of NullFlavor in ca.infoway.messagebuilder.datatype.nullflavor |
---|
Methods in ca.infoway.messagebuilder.datatype.nullflavor that return NullFlavor | |
---|---|
NullFlavor |
NullFlavorSupport.getNullFlavor()
Returns the current null flavor state of the object. |
Methods in ca.infoway.messagebuilder.datatype.nullflavor with parameters of type NullFlavor | |
---|---|
void |
NullFlavorSupport.setNullFlavor(NullFlavor nullFlavor)
Sets a null flavor on the object. |
Uses of NullFlavor in ca.infoway.messagebuilder.domainvalue.nullflavor |
---|
Classes in ca.infoway.messagebuilder.domainvalue.nullflavor that implement NullFlavor | |
---|---|
class |
NullFlavor
The Enum NullFlavor. |
Uses of NullFlavor in ca.infoway.messagebuilder.domainvalue.transport |
---|
Methods in ca.infoway.messagebuilder.domainvalue.transport that return NullFlavor | |
---|---|
NullFlavor |
AcknowledgementDetailCode.getNullFlavor()
Gets the null flavor. |
Uses of NullFlavor in ca.infoway.messagebuilder.marshalling.hl7 |
---|
Methods in ca.infoway.messagebuilder.marshalling.hl7 with parameters of type NullFlavor | |
---|---|
List<String> |
IvlValidationUtils.doOtherValidations(String type,
NullFlavor lowNullFlavor,
NullFlavor centerNullFlavor,
NullFlavor highNullFlavor,
NullFlavor widthNullFlavor,
UnitsOfMeasureCaseSensitive widthTimeUnits)
|
Uses of NullFlavor in ca.infoway.messagebuilder.marshalling.hl7.formatter |
---|
Methods in ca.infoway.messagebuilder.marshalling.hl7.formatter with parameters of type NullFlavor | |
---|---|
protected Map<String,String> |
AbstractNullFlavorPropertyFormatter.createNullFlavorAttributes(NullFlavor nullFlavor)
|
Uses of NullFlavor in ca.infoway.messagebuilder.marshalling.hl7.parser |
---|
Methods in ca.infoway.messagebuilder.marshalling.hl7.parser that return NullFlavor | |
---|---|
NullFlavor |
NullFlavorHelper.parseNullNode()
|
protected NullFlavor |
AbstractSingleElementParser.parseNullNode(ParseContext context,
Node node,
XmlToModelResult xmlToModelResult)
|
Constructors in ca.infoway.messagebuilder.marshalling.hl7.parser with parameters of type NullFlavor | |
---|---|
FullCodeWrapper.FullCodeHandler(String codeSystem,
NullFlavor nullFlavor)
|
Uses of NullFlavor in ca.infoway.messagebuilder.model |
---|
Methods in ca.infoway.messagebuilder.model that return NullFlavor | |
---|---|
NullFlavor |
MessagePartBean.getNullFlavor()
|
NullFlavor |
MessagePartBean.getNullFlavor(String propertyName)
|
Methods in ca.infoway.messagebuilder.model with parameters of type NullFlavor | |
---|---|
void |
MessagePartBean.setNullFlavor(NullFlavor nullFlavor)
|
void |
MessagePartBean.setNullFlavor(String propertyName,
NullFlavor nullFlavor)
|
Uses of NullFlavor in ca.infoway.messagebuilder.resolver |
---|
Methods in ca.infoway.messagebuilder.resolver with parameters of type NullFlavor | ||
---|---|---|
|
EnumBasedCodeResolver.lookup(Class<T> interfaceType,
NullFlavor nullFlavor)
Lookup. |
|
|
EnumBasedCodeResolver.lookup(Class<T> type,
String code,
String codeSystemOid,
NullFlavor nullFlavor)
Lookup. |
Uses of NullFlavor in ca.infoway.messagebuilder.terminology.codeset |
---|
Methods in ca.infoway.messagebuilder.terminology.codeset with parameters of type NullFlavor | ||
---|---|---|
|
DatabaseCodeResolver.lookup(Class<T> type,
NullFlavor nullFlavor)
Lookup. |
|
|
DatabaseCodeResolver.lookup(Class<T> arg0,
String code,
String codeSystemOid,
NullFlavor arg3)
Lookup. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |