Uses of Class
org.ehrbase.response.ehrscape.StructuredStringFormat
-
Packages that use StructuredStringFormat Package Description org.ehrbase.response.ehrscape org.ehrbase.response.openehr -
-
Uses of StructuredStringFormat in org.ehrbase.response.ehrscape
Methods in org.ehrbase.response.ehrscape that return StructuredStringFormat Modifier and Type Method Description static StructuredStringFormatStructuredStringFormat. fromCompositionFormat(CompositionFormat format)StructuredStringFormatStructuredString. getFormat()static StructuredStringFormatStructuredStringFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static StructuredStringFormat[]StructuredStringFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.response.ehrscape with parameters of type StructuredStringFormat Modifier and Type Method Description voidStructuredString. setFormat(StructuredStringFormat format)Constructors in org.ehrbase.response.ehrscape with parameters of type StructuredStringFormat Constructor Description StructuredString(String value, StructuredStringFormat format) -
Uses of StructuredStringFormat in org.ehrbase.response.openehr
Constructors in org.ehrbase.response.openehr with parameters of type StructuredStringFormat Constructor Description CompositionResponseData(String value, StructuredStringFormat format)
-