Class DavExtensions
java.lang.Object
de.gematik.test.erezept.fhir.builder.dav.DavExtensions
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.hl7.fhir.r4.model.ExtensiongetGesamtZuzahlung(Currency currency, float value) static org.hl7.fhir.r4.model.ExtensiongetInsurantCost(float cost) static org.hl7.fhir.r4.model.ExtensiongetInsurantCost(float cost, Currency currency) static org.hl7.fhir.r4.model.ExtensiongetInsurantCost(KostenVersicherterKategorie category, float cost, Currency currency)
-
Method Details
-
getInsurantCost
public static org.hl7.fhir.r4.model.Extension getInsurantCost(float cost) -
getInsurantCost
-
getInsurantCost
public static org.hl7.fhir.r4.model.Extension getInsurantCost(KostenVersicherterKategorie category, float cost, Currency currency) -
getGesamtZuzahlung
-