Package ca.uhn.fhir.jpa.bulk.imprt.model
Class ParsedBulkImportRecord
java.lang.Object
ca.uhn.fhir.jpa.bulk.imprt.model.ParsedBulkImportRecord
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionParsedBulkImportRecord
(String theTenantName, org.hl7.fhir.instance.model.api.IBaseResource theRowContent, int theLineIndex) -
Method Summary
Modifier and TypeMethodDescriptionint
org.hl7.fhir.instance.model.api.IBaseResource
-
Constructor Details
-
ParsedBulkImportRecord
public ParsedBulkImportRecord(String theTenantName, org.hl7.fhir.instance.model.api.IBaseResource theRowContent, int theLineIndex)
-
-
Method Details
-
getLineIndex
-
getTenantName
-
getRowContent
-