Uses of Class
com.ibm.fhir.model.type.code.UDIEntryType
-
Packages that use UDIEntryType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of UDIEntryType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return UDIEntryType Modifier and Type Method Description UDIEntryTypeDevice.UdiCarrier. getEntryType()A coded entry to indicate how the data was entered.Methods in com.ibm.fhir.model.resource with parameters of type UDIEntryType Modifier and Type Method Description Device.UdiCarrier.BuilderDevice.UdiCarrier.Builder. entryType(UDIEntryType entryType)A coded entry to indicate how the data was entered. -
Uses of UDIEntryType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as UDIEntryType Modifier and Type Field Description static UDIEntryTypeUDIEntryType. BARCODEBarcodestatic UDIEntryTypeUDIEntryType. CARDCardstatic UDIEntryTypeUDIEntryType. MANUALManualstatic UDIEntryTypeUDIEntryType. RFIDRFIDstatic UDIEntryTypeUDIEntryType. SELF_REPORTEDSelf Reportedstatic UDIEntryTypeUDIEntryType. UNKNOWNUnknownMethods in com.ibm.fhir.model.type.code that return UDIEntryType Modifier and Type Method Description UDIEntryTypeUDIEntryType.Builder. build()static UDIEntryTypeUDIEntryType. of(UDIEntryType.ValueSet value)Factory method for creating UDIEntryType objects from a passed enum value.static UDIEntryTypeUDIEntryType. of(String value)Factory method for creating UDIEntryType objects from a passed string value.
-