|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractNullFlavorPropertyFormatter | |
---|---|
ca.infoway.messagebuilder.marshalling.hl7.formatter |
Uses of AbstractNullFlavorPropertyFormatter in ca.infoway.messagebuilder.marshalling.hl7.formatter |
---|
Subclasses of AbstractNullFlavorPropertyFormatter in ca.infoway.messagebuilder.marshalling.hl7.formatter | |
---|---|
class |
AbstractAdPropertyFormatter
AD - Address Represents an Address object as an element: <addr use='WP'> <houseNumber>1050</houseNumber> <direction>W</direction> <streetName>Wishard Blvd</streetName>, <additionalLocator>RG 5th floor</additionalLocator>, <city>Indianapolis</city>, <state>IN</state> <postalCode>46240</postalCode> </addr> If an object is null, value is replaced by a nullFlavor. |
class |
AbstractAttributePropertyFormatter<V>
Represents an object as a single-level element with only attributes, comme ca: <element-name attribute1="value1" /> Concrete subclasses handle the formatting of attributes. |
class |
AbstractEntityNamePropertyFormatter<V extends EntityName>
This is shared by all subclasses of EntityName. |
class |
AbstractRtoPropertyFormatter<T,U>
|
class |
AbstractValueNullFlavorPropertyFormatter<V>
Formats some nullable object into element: <element-name value="value" /> If an object is null, value is replaced by a nullFlavor. |
class |
BaseCollectionPropertyFormatter
|
class |
EdPropertyFormatter
ED.DOCORREF - Encapsulated Data (Document or Reference) Represents a String as an element: <element-name mediaType="text/plain">This is some text.</element-name> http://www.hl7.org/v3ballot/html/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-ED |
class |
PqPropertyFormatter
PQ - Physical Quantity Represents a Physical Quantity object as an element: <element-name value="123.33" unit="mg"/> |
class |
RealConfPropertyFormatter
REAL.CONF - BigDecimal [0,1] Represents a REAL.CONF object as an element: <element-name value="0.1234"></element-name> If an object is null, value is replaced by a nullFlavor. |
class |
RealCoordPropertyFormatter
REAL.COORD - BigDecimal Represents a REAL.COORD object as an element: <element-name value="4321.1234"></element-name> If an object is null, value is replaced by a nullFlavor. |
class |
RtoMoPqPropertyFormatter
RTO<PQ, PQ> - Ratio (physical quantity, physical quantity) Represents a Ratio of physical quantities as an element: <unitQuanity> <numerator value="1.0" xsi:type="PQ"/> <denominator value="64.0" xsi:type="/> </unitQuanity> |
class |
RtoPqPqPropertyFormatter
RTO<PQ, PQ> - Ratio (physical quantity, physical quantity) Represents a Ratio of physical quantities as an element: <unitQuanity> <numerator value="1.0" xsi:type="PQ"/> <denominator value="64.0" xsi:type="/> </unitQuanity> |
class |
SetPropertyFormatter
|
class |
TelPhonemailPropertyFormatter
Represents a TEL.PHONEMAIL String as an element: <element-name use="H WP" value="mailto://me@me.com"></element-name> If an object is null, value is replaced by a nullFlavor. |
class |
TelUriPropertyFormatter
Represents a TEL.URI String as an element: <element-name value="mailto://me@me.com"></element-name> If an object is null, value is replaced by a nullFlavor. |
class |
TnPropertyFormatter
TN - TrivialName Represents an TN object as an element: <element-name>This is a trivial name</element-name> http://www.hl7.org/v3ballot/html/infrastructure/itsxml/datatypes-its-xml.htm#dtimpl-TN |
class |
TsFullDatePropertyFormatter
TS.FULLDATE - Timestamp (fully-specified date only) Represents a TS.FULLDATE object as an element: <element-name value="yyyyMMdd"></element-name> If an object is null, value is replaced by a nullFlavor. |
class |
TsFullDateTimePropertyFormatter
TS.FULLDATETIME - Timestamp (fully-specified date and time only) and TS.DATETIME (partial date/time) Represents a TS.FULLDATETIME/TS.DATETIME object as an element: <element-name value="yyyyMMddHHmmss"></element-name> If an object is null, value is replaced by a nullFlavor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |