| Package | Description |
|---|---|
| edu.emory.cci.aiw.omopetl.util |
| Modifier and Type | Method and Description |
|---|---|
String |
OmopValueWriter.newRow() |
String |
OmopValueWriter.writeBoolean(org.protempa.proposition.value.BooleanValue inValue) |
String |
OmopValueWriter.writeBoolean(org.protempa.proposition.value.BooleanValue inValue,
Format inFormat) |
String |
OmopValueWriter.writeDate(org.protempa.proposition.value.DateValue inValue) |
String |
OmopValueWriter.writeDate(org.protempa.proposition.value.DateValue inValue,
Format inFormat) |
String |
OmopValueWriter.writeFinish(org.protempa.proposition.TemporalProposition inProposition)
Writes the finish of a temporal proposition's interval using the value
of
TemporalProposition.getFinishFormattedShort(). |
String |
OmopValueWriter.writeFinish(org.protempa.proposition.TemporalProposition inProposition,
Format inFormat)
Writes the finish of a temporal proposition's interval.
|
String |
OmopValueWriter.writeId(org.protempa.proposition.Proposition inProposition) |
String |
OmopValueWriter.writeInequality(org.protempa.proposition.value.InequalityNumberValue inValue) |
String |
OmopValueWriter.writeInequality(org.protempa.proposition.value.InequalityNumberValue inValue,
Format inFormat) |
String |
OmopValueWriter.writeInequalityNumber(org.protempa.proposition.value.InequalityNumberValue inValue) |
String |
OmopValueWriter.writeInequalityNumber(org.protempa.proposition.value.InequalityNumberValue inValue,
Format inFormat) |
String |
OmopValueWriter.writeLength(org.protempa.proposition.TemporalProposition inProposition)
Writes the length of a temporal proposition's interval using the value
of
TemporalProposition.getLengthFormattedShort(). |
String |
OmopValueWriter.writeLength(org.protempa.proposition.TemporalProposition inProposition,
Format inFormat)
Writes the length of a temporal proposition's interval.
|
String |
OmopValueWriter.writeLocalUniqueId(org.protempa.proposition.Proposition inProposition) |
String |
OmopValueWriter.writeNominal(org.protempa.proposition.value.NominalValue inValue) |
String |
OmopValueWriter.writeNominal(org.protempa.proposition.value.NominalValue inValue,
Format inFormat) |
String |
OmopValueWriter.writeNull() |
String |
OmopValueWriter.writeNumber(org.protempa.proposition.value.InequalityNumberValue inValue) |
String |
OmopValueWriter.writeNumber(org.protempa.proposition.value.InequalityNumberValue inValue,
Format inFormat) |
String |
OmopValueWriter.writeNumber(org.protempa.proposition.value.NumberValue inValue) |
String |
OmopValueWriter.writeNumber(org.protempa.proposition.value.NumberValue inValue,
Format inFormat) |
String |
OmopValueWriter.writeNumericalId(org.protempa.proposition.Proposition inProposition) |
String |
OmopValueWriter.writeParameterValue(org.protempa.proposition.Parameter inProposition) |
String |
OmopValueWriter.writeParameterValue(org.protempa.proposition.Parameter inProposition,
Format inFormat) |
String |
OmopValueWriter.writePropertyValue(org.protempa.proposition.Proposition inProposition,
String inPropertyName) |
String |
OmopValueWriter.writePropertyValue(org.protempa.proposition.Proposition inProposition,
String inPropertyName,
Format inFormat) |
String |
OmopValueWriter.writeStart(org.protempa.proposition.TemporalProposition inProposition)
Writes the start of a temporal proposition's interval using the value of
TemporalProposition.getStartFormattedShort(). |
String |
OmopValueWriter.writeStart(org.protempa.proposition.TemporalProposition inProposition,
Format inFormat)
Writes the start of a temporal proposition's interval.
|
String |
OmopValueWriter.writeUniqueId(org.protempa.proposition.Proposition inProposition) |
String |
OmopValueWriter.writeValue(org.protempa.proposition.value.Value inValue) |
String |
OmopValueWriter.writeValue(org.protempa.proposition.value.Value inValue,
Format inFormat) |
Copyright © 2019 Emory University. All rights reserved.