Uses of Class
org.hl7.fhir.r4b.model.DocumentManifest
-
Packages that use DocumentManifest Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of DocumentManifest in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return DocumentManifest Modifier and Type Method Description protected DocumentManifestJsonParser. parseDocumentManifest(com.google.gson.JsonObject json)protected DocumentManifestXmlParser. parseDocumentManifest(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4b.formats with parameters of type DocumentManifest Modifier and Type Method Description protected voidJsonParser. composeDocumentManifest(String name, DocumentManifest element)protected voidRdfParser. composeDocumentManifest(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DocumentManifest element, int index)protected voidXmlParser. composeDocumentManifest(String name, DocumentManifest element)protected voidXmlParser. composeDocumentManifestElements(DocumentManifest element)protected voidJsonParser. composeDocumentManifestProperties(DocumentManifest element)protected booleanXmlParser. parseDocumentManifestContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentManifest res)protected voidJsonParser. parseDocumentManifestProperties(com.google.gson.JsonObject json, DocumentManifest res) -
Uses of DocumentManifest in org.hl7.fhir.r4b.model
Methods in org.hl7.fhir.r4b.model with parameters of type DocumentManifest Modifier and Type Method Description voidDocumentManifest. copyValues(DocumentManifest dst)
-