Class ProductionInstruction
java.lang.Object
de.gematik.test.erezept.fhir.extensions.kbv.ProductionInstruction
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProductionInstructionasCompounding(String freitext) org.hl7.fhir.r4.model.Extensionorg.hl7.fhir.r4.model.ExtensionasExtension(int maxLength) maximum length of string in Medication.extension:Herstellungsanweisung.value[x]:valueString in kbv.ita.erp has to have max digits of 60static ProductionInstructionasPackaging(String freitext) maximum length of string in Medication.extension:Verpackung.value[x]:valueString in kbv.ita.erp has to have max digits of 60 from kbv.ita.erp/1.0.3static ProductionInstructionrandom()static ProductionInstruction
-
Method Details
-
random
-
random
-
asPackaging
maximum length of string in Medication.extension:Verpackung.value[x]:valueString in kbv.ita.erp has to have max digits of 60 from kbv.ita.erp/1.0.3- Parameters:
freitext- as String- Returns:
- ProductionInstruction
-
asCompounding
-
asExtension
public org.hl7.fhir.r4.model.Extension asExtension() -
asExtension
public org.hl7.fhir.r4.model.Extension asExtension(int maxLength) maximum length of string in Medication.extension:Herstellungsanweisung.value[x]:valueString in kbv.ita.erp has to have max digits of 60- Parameters:
maxLength- of the display string
-