Patient Cloud AppConnect Android API References
|
Inherits com.mdsol.babbage.model.Field.
Public Member Functions | |
String | format (Date date) |
Date | parse (String string) |
RaveDateFormat (String dateFormat) | |
![]() | |
native boolean | equals (Object other) |
native String | getFieldNumber () |
native String | getFieldOID () |
native int | getFieldOrdinal () |
native Type | getFieldType () |
native String | getHeader () |
native long | getID () |
native String | getLabel () |
native Problem | getResponseProblem () |
native boolean | isVisible () |
![]() | |
Datastore | getDatastore () |
Protected Member Functions | |
void | finalize () |
![]() | |
void | finalize () |
Additional Inherited Members | |
![]() | |
long | mNativeObject |
RaveDateFormatter is a class that carries information about the formattine of time that is set on the com.mdsol.babbage.model.DateTimeField in Medidata Rave EDC. Rave date formats describe the expected elements and separators that are used by a date-time string derived from this format.
Rave uses the following conversion specifiers:
yy or yyyy - The year; two or four digits. MMM - Month name. mm - Month number. dd - Day of the month. HH - Hours in 24-hour clock. hh - Hours in 12-hour clock. nn - Minutes. ss - Seconds. rr - Meridiem of the day; AM or PM.
com.mdsol.babbage.model.RaveDateFormat.RaveDateFormat | ( | String | dateFormat | ) |
Public constructor that takes a string format descriptor comprised of valid conversion specifiers.
dateFormat |
|
protected |
String com.mdsol.babbage.model.RaveDateFormat.format | ( | Date | date | ) |
String that, when used, converts a date to the string using the format that you provide in the Constructor.
date |
Date com.mdsol.babbage.model.RaveDateFormat.parse | ( | String | string | ) |
Date type that, when used, converts from the given Date String using the format that you provide in the Constructor.
string |