public class ResourceUtilities extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FHIR_LANGUAGE |
| Constructor and Description |
|---|
ResourceUtilities() |
| Modifier and Type | Method and Description |
|---|---|
static Resource |
getById(Bundle feed,
ResourceType type,
String reference) |
static Bundle.BundleEntryComponent |
getEntryById(Bundle feed,
ResourceType type,
String reference) |
static String |
getErrorDescription(OperationOutcome error) |
static String |
getLink(Bundle feed,
String rel) |
static boolean |
isAnError(OperationOutcome error) |
static Meta |
meta(Resource resource) |
static void |
renderContactPoint(StringBuilder b,
ContactPoint cp) |
public static final String FHIR_LANGUAGE
public ResourceUtilities()
public static boolean isAnError(OperationOutcome error)
public static String getErrorDescription(OperationOutcome error)
public static Resource getById(Bundle feed, ResourceType type, String reference)
public static Bundle.BundleEntryComponent getEntryById(Bundle feed, ResourceType type, String reference)
public static void renderContactPoint(StringBuilder b, ContactPoint cp)
Copyright © 2014–2021 Health Level 7. All rights reserved.